Fetch a List of ACR Connectors in Your Account

Gets a list of ACR connectors to help you create a registry.

GET/v1.3/registry/acr/connectors

SampleSample

API request

    curl -X GET 
"<qualys_base_url>/csapi/v1.3/registry/acr/connectors" --header "Authorization: Bearer <token>"
    

Response

    {
    "name": "New ACR connector",
    "description": "This is a new connector for ACR",
    "acrConnectorId": "025b5e82-0338-4920-b091-6c028b4b39a4"
},
{
    "name": "New ACR connector 2",
    "description": "This is a new connector for ACR",
    "acrConnectorId": "0fae7c97-02d0-4a97-9790-672f3a0e6897"
}
    

 

 

Was this topic helpful?

success Thank you! We're glad to hear that this topic was useful.
success We appreciate your feedback. We'll work to make this topic better for you in the future.