Get Vro Login Details

Get Vro Login Details

Retrieve the vRO login details

Request
URI
GET
https://{api_host}/telco/api/workflows/workflowExecution/{workflowExecutionId}/stepExecution/{stepExecutionId}/loginToVro
COPY
Path Parameters
string
workflowExecutionId
Required

The identifier of the workflow execution

integer
stepExecutionId
Required

The identifier of the step execution


Authentication
This operation uses the following authentication methods.
Responses
200

The login details

Returns vroLoginDetailsForExecution of type(s) application/json
This response body class contains all of the following: vroLoginDetails , InlinevroLoginDetailsForExecution1
{
    "username": "string",
    "password": "string",
    "url": "string",
    "runUuids": [
        "string"
    ]
}

400

Bad Request

Returns errorResponse of type(s) application/json
{
    "errors": [
        {
            "code": "string",
            "message": "string"
        }
    ]
}
array of error
errors
Optional

errors


401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

404

Workflow or step execution not found

Operation doesn't return any data structure

500

Internal Server Error

Returns errorResponse of type(s) application/json
{
    "errors": [
        {
            "code": "string",
            "message": "string"
        }
    ]
}
array of error
errors
Optional

errors