- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- SdkApiActionHistory
- Try it!
Full name: projects.locations.instances.legacySdk.legacyGetFailedActions
Legacy RPC for getting failed actions.
HTTP request
Path parameters
Parameters | |
---|---|
instance |
Required. The GetFailedActions request. Format: projects/{project}/locations/{location}/instances/{instance}/legacySdk:getFailedActions |
Query parameters
Parameters | |
---|---|
numberOfHours |
Required. The action type to get the failed actions for. |
Request body
The request body must be empty.
Response body
The GetFailedActionsResponse message.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"payload": [
{
object ( |
Fields | |
---|---|
payload[] |
The failed actions. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
SdkApiActionHistory
ApiActionHistory message.
JSON representation |
---|
{ "id": string, "name": string, "message": string, "creationTime": string, "workflowId": string, "identifier": string, "modificationTime": string, "additionalProperties": { string: string, ... }, "caseId": string } |
Fields | |
---|---|
id |
The id of the action history. |
name |
The name of the action. |
message |
The message of the action. |
creationTime |
The creation time of the action. |
workflowId |
The workflow id of the action. |
identifier |
The identifier of the action. |
modificationTime |
The modification time of the action. |
additionalProperties |
The additional properties of the action. An object containing a list of |
caseId |
The case id of the action. |