Package Details
Returns details of the package, with list all contained workflows and actions.
Request
URI
GET
https://{api_host}/vco/api/packages/{packageName}
COPY
Path Parameters
string
packageName
Required
packageName
Responses
200
The request is successful
Returns package-details of type(s) application/json
{
"configurations": [
{
"rel": "string",
"attribute": [
{
"displayValue": "string",
"name": "string",
"value": "string"
}
],
"href": "string",
"type": "string"
}
],
"name": "string",
"resources": [
{
"rel": "string",
"attribute": [
{
"displayValue": "string",
"name": "string",
"value": "string"
}
],
"href": "string",
"type": "string"
}
],
"description": "string",
"workflows": [
{
"rel": "string",
"attribute": [
{
"displayValue": "string",
"name": "string",
"value": "string"
}
],
"href": "string",
"type": "string"
}
],
"id": "string",
"href": "string",
"actions": [
{
"rel": "string",
"attribute": [
{
"displayValue": "string",
"name": "string",
"value": "string"
}
],
"href": "string",
"type": "string"
}
]
}
401
User is not authorized
Operation doesn't return any data structure
404
Cannot find a package with the specified name
Operation doesn't return any data structure