- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- WorkflowVersionLog
- Try it!
Full name: projects.locations.instances.legacyPlaybooks.legacyGetWorkFlowVersionLogs
legacyPlaybooks.legacyGetWorkFlowVersionLogs gets workflow version logs.
HTTP request
Path parameters
Parameters | |
---|---|
instance |
Required. The instance to get the workflow version logs for. Format: projects/{project}/locations/{location}/instances/{instance} |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "workflowIdentifier": string } |
Fields | |
---|---|
workflowIdentifier |
Required. The identifier of the workflow to get the workflow version logs for. |
Response body
LegacyPlaybookGetWorkFlowVersionLogsResponse is a response for getting the workflow version logs.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"payload": [
{
object ( |
Fields | |
---|---|
payload[] |
Optional. The workflow version logs. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
WorkflowVersionLog
WorkflowVersionLog represents a workflow version log.
JSON representation |
---|
{ "workFlowIdentifier": string, "workflowName": string, "creationTimeUnixTimeInMs": string, "versionCreator": string, "versionComment": string } |
Fields | |
---|---|
workFlowIdentifier |
Required. WorkFlowIdentifier is the unique identifier of the workflow. |
workflowName |
Required. WorkflowName is the name of the workflow. |
creationTimeUnixTimeInMs |
Required. CreationTimeUnixTimeInMs is the creation time of the workflow version log. Represents DateTime CreationTimeUnixTimeInMs as unix time |
versionCreator |
Required. VersionCreator is the creator of the workflow version. |
versionComment |
Required. VersionComment is the comment of the workflow version. |