List Content Types
Returns links to entity type that can be exported, imported, or deleted from the VCF Operations Orchestrator database content. Currently, only packages, workflows, and actions are supported. Other VCF Operations Orchestrator objects, for example resources, can be imported or exported by wrapping them inside a package.
Request
URI
GET
https://{api_host}/vco/api/content
COPY
Responses
200
The request is successful
Returns
inventory-items
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"
}
],
"last-item-token": "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
string
last-item-token
Optional
last-item-token
401
User is not authorized
Returns
inventory-items
of type(s)
application/json
"inventory-items 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
string
last-item-token
Optional
last-item-token
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/vco/api/content
Content Service Operations
POST
Import Workflow
GET
List All Packages 1
POST
Import Package 1
POST
Import Action
GET
List Content Types
GET
List Workflows
GET
Export Workflow
DELETE
Delete Workflow 1
GET
Export Package 1
DELETE
Delete Package 1
GET
List Actions
GET
Export Action
DELETE
Delete Action