Gets the details for an ACR connector.
Parameter |
Mandatory/Optional |
Data Type |
Description |
---|---|---|---|
connectorId |
Mandatory |
string |
Provide the ACR connector ID to get the details. |
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?