Get Attached Member Connectors

GET /connectors/v1.0/org/azure/member-connectors/{organizationConnectorId}

An API endpoint to get the list of attached azure member connectors.

Sample: Get List of Member ConnectorsSample: Get List of Member Connectors

API request

curl --location 'https://<QualysGatewayURL>/connectors/v1.0/org/azure/member-connectors/xxxxxx"     
--header 'Authorization: Bearer xxxxxxxxxxxxxxxxxxxxxxxxxxxx' \
 --header 'Content-Type: application/json' \

Response

      {
      
    "currentPage": 0,
      
    "currentPageSize": 1,
      
    "totalPages": 1,
      
    "numberOfElements": 1,
      
    "content": [
      
        {
      
            "id": xxxxxxx,
      
            "uuid": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
      
            "customerId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
      
            "userUuid": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
      
            "username": "abcde_xxxx",
      
            "name": " AI _Pay-As-You-Go",
      
            "description": "",
      
            "defaultTagIds": null,
      
            "state": "FINISHED_SUCCESS",
      
            "cloudType": "AZURE",
      
            "isRemediationEnabled": true,
      
            "isDisabled": false,
      
            "isDeleted": false,
      
            "scanUuid": null,
      
            "activatedModules": [
      
                "CLOUDVIEW"
      
            ],
      
            "connectorAppInfos": [
      
                {
      
                    "name": "AI",
      
                    "identifier": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
      
                    "tagId": null,
      
                    "tagMetadata": null
      
                },
      
                {
      
                    "name": "CI",
      
                    "identifier": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
      
                    "tagId": null,
      
                    "tagMetadata": null
      
                },
      
                {
      
                    "name": "CSA",
      
                    "identifier": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
      
                    "tagId": null,
      
                    "tagMetadata": null
      
                }
      
            ],
      
            "lastSynced": "2023-05-25T06:06:07.493+00:00",
      
            "isAttachedToOrgConnector": true,
      
            "organizationId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
      
            "organizationConnectorId": xxxxxx,
      
            "parentId": "/providers/Microsoft.Management/managementGroups/QAtesting3"
      
        }
      
    ],
      
    "hasContent": true,
      
    "hasNext": false,
      
    "hasPrevious": false,
      
    "first": true,
      
    "last": true
      
}