Fetch ACR Connector Details

Gets the details for an ACR connector.

GET/v1.3/registry/acr/connector/{connectorId}

Input ParametersInput Parameters

Parameter

Mandatory/Optional

Data Type

Description

connectorId

Mandatory

string

Provide the ACR connector ID to get the details.

SampleSample

API request

    curl -X GET 
"<qualys_base_url>/csapi/v1.3/registry/acr/connector/66f9c9bf-9b04-4631-bb64-d0abfa44e6f6" --header "Authorization: Bearer <token>"
    

Response

    {
    "name": "New ACR connector 4",
    "description": "This is a new connector for ACR",
    "acrConnectorId": "66f9c9bf-9b04-4631-bb64-d0abfa44e6f6"
}
    

 

 

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.