Fetch GCR Connector Details

Gets the details for a GCR connector.

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

Input ParametersInput Parameters

Parameter

Mandatory/Optional

Data Type

Description

connectorId

Mandatory

string

Provide the GCR connector Id to get the details.

SampleSample

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"
}