List All Packages
Returns a list of all deployed packages.
Request
URI
GET
https://{api_host}/vco/api/packages
COPY
Responses
200
The request is successful
Returns
PackageList
of type(s)
application/json
{
"startIndex": 0,
"count": 0,
"total": 0,
"link": [
{
"rel": "string",
"type": "string",
"attributes": [
{
"name": "string",
"displayName": "string",
"value": "string",
"displayValue": "string"
}
],
"href": "string"
}
]
}
integer As int32
As int32
startIndex
Optional
startIndex
integer As int32
As int32
count
Optional
count
integer As int32
As int32
total
Optional
total
array of
object
link
Optional
link
400
Request is not valid (validation error)
Returns
PackageList
of type(s)
application/json
"PackageList Object"
integer As int32
As int32
startIndex
Optional
startIndex
integer As int32
As int32
count
Optional
count
integer As int32
As int32
total
Optional
total
array of
object
link
Optional
link
401
User is not authorized
Returns
PackageList
of type(s)
application/json
"PackageList Object"
integer As int32
As int32
startIndex
Optional
startIndex
integer As int32
As int32
count
Optional
count
integer As int32
As int32
total
Optional
total
array of
object
link
Optional
link
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/vco/api/packages
Packages Service Operations
GET
Export Package
PUT
Create Package
DELETE
Delete Package
PATCH
Update Package
PUT
Increment Version
GET
List All Packages
POST
Import Package
POST
Add Workflow Category To Package
POST
Add Workflow To Package
POST
Add Resource Category To Package
POST
Add Resource Element To Package
POST
Rebuild Package
POST
Add Environment Repository To Package
POST
Add Environment To Package
POST
Add Configuration Element Category To Package
POST
Add Configuration Element To Package
POST
Add Action To Package
POST
Add Actions To Package
POST
Get Import Package Details
POST
Get Import Package Details 1
POST
Import Package Extended
GET
Export Troubleshooting Data
DELETE
Delete Workflow Element
DELETE
Delete Resource Element
DELETE
Delete Configuration Element
DELETE
Delete Action Element