You can get a list of AWS connectors to help you create a registry. You’ll see accountType as Global, US_Gov or null for each connector in the API response.
API request
curl -X GET
"<qualys_base_url>/csapi/v1.3/registry/aws/connectors" --header "Authorization: Bearer <token>"
Response
[
{
"name": "AWSC1",
"arn": "arn:aws:iam::205767712438:role/abcd",
"description": "AWS connector 1""accountType": "Global"
},
{
"name": "AWSC2",
"arn": "arn:aws:iam::383031258652:role/testabcd",
"description": "AWS connector 2""accountType": "US_Gov"
}
]
Was this topic helpful?