Get Package For Commit
Request
URI
GET
https://{api_host}/vco/api/packages/{name}/versions/{commitSha}
COPY
Path Parameters
string
name
Required
name
string
commitSha
Required
commitSha
Responses
200
OK
Returns
PackageContentDetails
of type(s)
application/json
{
"id": "string",
"href": "string",
"name": "string",
"description": "string",
"workflows": [
{
"rel": "string",
"type": "string",
"attributes": [
{
"name": "string",
"displayName": "string",
"value": "string",
"displayValue": "string"
}
],
"href": "string"
}
],
"workflowTokens": [
{
"rel": "string",
"type": "string",
"attributes": [
{
"name": "string",
"displayName": "string",
"value": "string",
"displayValue": "string"
}
],
"href": "string"
}
],
"actions": [
{
"rel": "string",
"type": "string",
"attributes": [
{
"name": "string",
"displayName": "string",
"value": "string",
"displayValue": "string"
}
],
"href": "string"
}
],
"configurations": [
{
"rel": "string",
"type": "string",
"attributes": [
{
"name": "string",
"displayName": "string",
"value": "string",
"displayValue": "string"
}
],
"href": "string"
}
],
"resources": [
{
"rel": "string",
"type": "string",
"attributes": [
{
"name": "string",
"displayName": "string",
"value": "string",
"displayValue": "string"
}
],
"href": "string"
}
],
"environments": [
{
"rel": "string",
"type": "string",
"attributes": [
{
"name": "string",
"displayName": "string",
"value": "string",
"displayValue": "string"
}
],
"href": "string"
}
],
"policy-templates": [
{
"rel": "string",
"type": "string",
"attributes": [
{
"name": "string",
"displayName": "string",
"value": "string",
"displayValue": "string"
}
],
"href": "string"
}
],
"environment-repositories": [
{
"rel": "string",
"type": "string",
"attributes": [
{
"name": "string",
"displayName": "string",
"value": "string",
"displayValue": "string"
}
],
"href": "string"
}
],
"used-plugins": [
{
"name": "string",
"version": "string",
"server-version": "string"
}
]
}
string
id
Optional
id
string
href
Optional
href
string
name
Optional
name
string
description
Optional
description
array of
object
workflows
Optional
workflows
array of
object
workflowTokens
Optional
workflowTokens
array of
object
actions
Optional
actions
array of
object
configurations
Optional
configurations
array of
object
resources
Optional
resources
array of
object
environments
Optional
environments
array of
object
policy-templates
Optional
policy-templates
array of
object
environment-repositories
Optional
environment-repositories
array of
object
used-plugins
Optional
used-plugins
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/vco/api/packages/{name}/versions/{commitSha}
Content Version Controller Operations
GET
Get Workflow History
POST
Create Workflow Changeset
GET
Get Resource History
POST
Revert Resource To Changeset
GET
Get Policy Template History
POST
Revert Policy Template To Changeset
GET
Get Package History
POST
Revert Package To Changeset
GET
Get Configuration History
POST
Revert Configuration To Changeset
GET
Get Action History
POST
Revert Action To Changeset
GET
Get Workflow For Commit
GET
Get Resource For Commit
GET
Get Policy Template For Commit
GET
Get Dunes Object Link For Commit
GET
Get Package For Commit
GET
List Deleted Objects
GET
Get Workflow For Commit From Remote Repository
GET
Get Resource For Commit From Remote Repository
GET
Get Policy Template For Commit From Remote Repository
GET
Get Dunes Object Link For Commit From Remote Repository
GET
Get Package For Commit From Remote Repository
GET
Get Configuration For Commit From Remote Repository
GET
Get Action For Commit From Remote Repository
GET
Get Action For Commit From Remote Repository 1
GET
Get Configuration For Commit
GET
Get Action For Commit
GET
Get Action For Commit 1