Gets the details for a GCR connector.
Parameter |
Mandatory/Optional |
Data Type |
Description |
---|---|---|---|
connectorId |
Mandatory |
string |
Provide the GCR connector Id to get the details. |
API request
curl -X GET
"<qualys_base_url>/csapi/v1.3/registry/gcp/connector/104702225660035614490" --header "Authorization: Bearer <token>"
Response
{
"name": "New GCR connector",
"description": "This is a new connector for GCR",
"gcpConnectorId": "104702225660035614490",
"gcpProjectId": "my-second-project-239110"
}
Was this topic helpful?