Method: legacySdk.legacyGetFailedConnectors

Full name: projects.locations.instances.legacySdk.legacyGetFailedConnectors

Legacy RPC for getting failed connectors.

HTTP request


Path parameters

Parameters
instance

string

Required. The GetFailedConnectors request. Format: projects/{project}/locations/{location}/instances/{instance}/legacySdk:getFailedConnectors

Request body

The request body contains data with the following structure:

JSON representation
{
  "startUnixTime": string,
  "endUnixTime": string
}
Fields
startUnixTime

string (int64 format)

Required. The start unix time to get the failed connectors for.

endUnixTime

string (int64 format)

Required. The end unix time to get the failed connectors for.

Response body

The GetFailedConnectorsResponse message.

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

JSON representation
{
  "payload": [
    {
      object (SdkApiConnectorHistory)
    }
  ]
}
Fields
payload[]

object (SdkApiConnectorHistory)

The failed connectors.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

SdkApiConnectorHistory

SdkApiConnectorHistory message.

JSON representation
{
  "name": string,
  "message": string,
  "creationTIme": string
}
Fields
name

string

The name of the connector.

message

string

The message of the connector.

creationTIme

string

The creation time of the connector.