Get Request Graph

Get Request Graph

Get Request Graph For Provisioning Request

Request
URI
GET
https://vra-interop-222-139.lvn.broadcom.net/iaas/api/request-graph
COPY
Query Parameters
string
deploymentId
Required

Deployment Id For Provisioning Request

string
flowId
Required

Flow Id For Provisioning Request

string
apiVersion
Optional

The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about


Authentication
This operation uses the following authentication methods.
Responses
200

Successful Operation

Returns RequestGraph of type(s) application/json
{
    "tasks": [
        {
            "id": "46414006-8f71-46f8-b965-eea0bacbba7e",
            "stages": [
                {
                    "transitionSource": {
                        "id": "we655aew4e8e",
                        "subStage": "STARTED",
                        "timestampMicros": 0
                    },
                    "taskSubStage": "STARTED",
                    "taskInfo": {
                        "stage": "we655aew4e8e",
                        "failureMessage": "string",
                        "durationMicros": 0
                    },
                    "resourceLinks": [
                        "/resources/i-0be3655a12fd28e8e",
                        "/resources/i-0be234a15ft8det3"
                    ],
                    "timestampMicros": 0
                }
            ]
        }
    ],
    "project": {
        "id": "9.0E49",
        "createdAt": "2012-09-27",
        "updatedAt": "2012-09-27",
        "owner": "[email protected]",
        "ownerType": "ad_group",
        "orgId": "42413b31-1716-477e-9a88-9dc1c3cb1cdf",
        "_links": {
            "empty": false
        },
        "name": "my-name",
        "description": "my-description",
        "administrators": [
            {
                "email": "[email protected]"
            }
        ],
        "members": [
            {
                "email": "[email protected]"
            }
        ],
        "viewers": [
            {
                "email": "[email protected]"
            }
        ],
        "supervisors": [
            {
                "email": "[email protected]"
            }
        ],
        "zones": [
            {
                "id": "9.0E49",
                "createdAt": "2012-09-27",
                "updatedAt": "2012-09-27",
                "owner": "[email protected]",
                "ownerType": "ad_group",
                "orgId": "42413b31-1716-477e-9a88-9dc1c3cb1cdf",
                "_links": {
                    "empty": false
                },
                "zoneId": "77ee1",
                "priority": 1,
                "maxNumberInstances": 50,
                "allocatedInstancesCount": 0,
                "memoryLimitMB": 2048,
                "allocatedMemoryMB": 0,
                "cpuLimit": 2048,
                "allocatedCpu": 0,
                "storageLimitGB": 20,
                "allocatedStorageGB": "number"
            }
        ],
        "constraints": {
            "network": [
                {
                    "mandatory": "true",
                    "expression": "env:dev"
                }
            ],
            "storage": [
                {
                    "mandatory": "false",
                    "expression": "gold"
                }
            ],
            "extensibility": [
                {
                    "mandatory": "false",
                    "expression": "key:value"
                }
            ]
        },
        "operationTimeout": 0,
        "machineNamingTemplate": "${project.name}-test-${####}",
        "sharedResources": false,
        "placementPolicy": "DEFAULT",
        "customProperties": {
            "property": "value"
        }
    }
}
array of object
tasks
Optional

Collection of Task Service Document History

object
project
Optional

Projects link users and cloud zones, thus controlling who can use what cloud resources.
HATEOAS links:
self - Project - Self link to this project


400

Invalid request - bad data

Returns ServiceErrorResponse of type(s) application/json
"ServiceErrorResponse 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

integer As int32 As int32
internalErrorCode
Optional

internalErrorCode


403

Forbidden

Returns ServiceErrorResponse of type(s) application/json
"ServiceErrorResponse 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

integer As int32 As int32
internalErrorCode
Optional

internalErrorCode


501

Not Implemented

Returns ServiceErrorResponse of type(s) application/json
"ServiceErrorResponse 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

integer As int32 As int32
internalErrorCode
Optional

internalErrorCode


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/iaas/api/request-graph?deploymentId=value&flowId=v