Workflow Run Logs Get By Run Id

Workflow Run Logs Get By Run Id

Retrieves the Workflow Run logs for the given run ID

Request
URI
GET
https://vra-interop-222-139.lvn.broadcom.net/vro/runs/{runId}/logs
COPY
Path Parameters
string
runId
Required

runId

Query Parameters
integer
olderThan
Optional
Constraints: default: 0

olderThan

string
severity
Optional
Constraints: default: DEBUG

severity

boolean
localOnly
Optional
Constraints: default: false

localOnly


Authentication
This operation uses the following authentication methods.
Responses
200

'Success' with found workflow run logs

[
    {
        "severity": "string",
        "shortDescription": "string",
        "longDescription": "string",
        "userName": "string",
        "timestamp": "string",
        "origin": "string",
        "entry": {
            "entry": "string"
        }
    }
]

202

Accepted

"CertificateInfoServiceErrorResponse Object"
string
message
Optional

message

string
messageId
Optional

messageId

array of string
stackTrace
Optional

stackTrace

integer As int32 As int32
statusCode
Optional

statusCode

integer As int32 As int32
errorCode
Optional

errorCode

array of string
details
Optional

details

string
serverErrorId
Optional

serverErrorId

string
documentKind
Optional

documentKind

object
certificateInfo
Optional

certificateInfo

integer As int32 As int32
internalErrorCode
Optional

internalErrorCode


400

In case of invalid parameters

Returns ServiceErrorResponse of type(s) */*
"ServiceErrorResponse Object"
string
message
Optional

message

integer As int32 As int32
messageId
Optional

messageId

array of string
stackTrace
Optional

stackTrace

integer As int32 As int32
statusCode
Optional

statusCode

integer As int32 As int32
errorCode
Optional

errorCode


403

Forbidden

Returns BriefServiceErrorResponse of type(s) */*
"BriefServiceErrorResponse Object"
string
message
Optional

message


404

Workflow Run with this runId could not be found

Returns BriefServiceErrorResponse of type(s) */*
"BriefServiceErrorResponse Object"
string
message
Optional

message


409

Conflict

Returns BriefServiceErrorResponse of type(s) */*
"BriefServiceErrorResponse Object"
string
message
Optional

message


417

Expectation Failed

Returns BriefServiceErrorResponse of type(s) */*
"BriefServiceErrorResponse Object"
string
message
Optional

message


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/vro/runs/{runId}/logs