Package Details

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
"package-details Object"
array of object
workflows
Optional

workflows

array of object
actions
Optional

actions

array of object
configurations
Optional

configurations

array of object
resources
Optional

resources

array of object
policyTemplates
Optional

policyTemplates

array of object
usedPlugins
Optional

usedPlugins

string
id
Optional

id

string
href
Optional

href

string
name
Optional

name

string
description
Optional

description


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

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/vco/api/packages/{packageName}