Fetch a List of GCR Connectors in Your Account

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

GET/v1.3/registry/gcp/connectors

Sample

API request

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

Response

    {
    "name": "New GCR connector",
    "description": "This is a new connector for GCR",
    "gcpConnectorId": "104702225660035614490",
    "gcpProjectId": "my-second-project-239110"
},
{
    "name": "New GCR connector 2",
    "description": "This is a new connector for GCR",
    "gcpConnectorId": "107686475468845834251",
    "gcpProjectId": "my-second-project-239110"
}