Workflow Get Aggregated One

Workflow Get Aggregated One

Get a workflow with a given ID

Request
URI
GET
https://vra-interop-222-139.lvn.broadcom.net/vro/aggregated-workflows/{id}
COPY
Path Parameters
string
id
Required

id


Authentication
This operation uses the following authentication methods.
Responses
200

'Success' with a workflow

Returns AggregatedWorkflow of type(s) */*
{
    "id": "string",
    "name": "string",
    "ownerId": "string",
    "orgId": "string",
    "createdOn": 0,
    "modifiedOn": 0,
    "description": "string",
    "count": 0,
    "workflowId": "string",
    "integrations": [
        {
            "endpointConfigurationLink": "string",
            "name": "string",
            "endpointUri": "string"
        }
    ],
    "selfLink": "string"
}
string
id
Optional

id

string
name
Optional

name

string
ownerId
Optional

ownerId

string
orgId
Optional

orgId

integer As int64 As int64
createdOn
Optional

createdOn

integer As int64 As int64
modifiedOn
Optional

modifiedOn

string
description
Optional

description

integer As int64 As int64
count
Optional

count

string
workflowId
Optional

workflowId

array of object
integrations
Optional

integrations

string
selfLink
Optional

selfLink


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

Bad Request

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

Not 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/aggregated-workflows/{id}