Method: partners.testConnectivity

Tests connectivity to the service. This is a simple RPC that can be used to verify that the service is reachable and responding to requests. A successful response indicates a valid connection. It is useful for initial setup and debugging purposes.

HTTP request

GET https://partneroperations.googleapis.com/v1/{partner=partners/*}:testConnectivity

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
partner

string

Required. The partner resource to test connectivity for. The partner_id is the numeric identifier for the partner. Format: partners/{partner_id}

Request body

The request body must be empty.

Response body

The response message for the PartnerOperations.TestConnectivity method.

If successful, the response body contains data with the following structure:

JSON representation
{
  "message": string
}
Fields
message

string

A successful response contains a message confirming connectivity. For example: "Successfully connected to the Partner Operations API."

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/partner-operations
  • https://www.googleapis.com/auth/partner-operations.readonly