- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- SdkApiConnectorHistory
- Try it!
Full name: projects.locations.instances.legacySdk.legacyGetFailedConnectors
Legacy RPC for getting failed connectors.
HTTP request
Path parameters
Parameters | |
---|---|
instance |
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 |
Required. The start unix time to get the failed connectors for. |
endUnixTime |
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 ( |
Fields | |
---|---|
payload[] |
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 |
The name of the connector. |
message |
The message of the connector. |
creationTIme |
The creation time of the connector. |