- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Full name: projects.locations.instances.legacyPlaybooks.legacyGetPendingStepsUserRelated
Get legacyGetPendingStepsUserRelated returns pending steps related to the user.
HTTP request
Path parameters
Parameters | |
---|---|
instance |
Required. The instance to get the pending steps for. Format: projects/{project}/locations/{location}/instances/{instance} |
Query parameters
Parameters | |
---|---|
sortBy |
Optional. Possible options for sorting the pending steps: - TimeAscending - TimeDescending - PriorityAscending - PriorityDescending - TimeToResponseAscending - TimeToResponseDescending - SlaAscending - SlaDescending - Sort by field. |
Request body
The request body must be empty.
Response body
LegacyPlaybookGetPendingStepsUserRelatedResponse is a response for getting the pending steps user related.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"payload": [
{
object ( |
Fields | |
---|---|
payload[] |
Optional. The pending steps user related. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.