Get all the available Azure tenant connectors. Use the following tokens in the request header to narrow down your search.
Input ParameterInput Parameter
Parameter |
Mandatory/Optional |
Data Type |
Description |
---|---|---|---|
pageSize |
Optional |
Integer |
The number of records per page to be included in the response. |
pageNumber |
Optional |
Integer |
The page to be returned. |
query |
Optional |
String |
Use the following tokens in the request header to narrow down your search:
|
Sample: List All Azure Tenant ConnectorsSample: List All Azure Tenant Connectors
API request
curl --x "GET" --location 'https://<QualysGatewayURL>/connectors/v1.0/org/azure/ --header 'Authorization: Bearer xxxxxxxxxxxxxxxxxxxxxxxxxxx...' --header 'Content-Type: application/json'
Response
{ "currentPage": 0, "currentPageSize": 1, "totalPages": 1, "numberOfElements": 1, "content": [ { "id": xxxxxx, "organizationId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "name": "Azure Org", "uuid": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "type": "AZURE", "state": "FINISHED_SUCCESS", "connectorCapabilities": [ "CSA", "CI", "AI" ], "lastSynced": "2023-05-17T07:35:36.638+00:00", "numberOfConnectorsAttached": 0 } ], "hasContent": true, "hasNext": false, "hasPrevious": false, "first": true, "last": true }