Get Configuration For Commit
Request
URI
GET
https://{api_host}/vco/api/configurations/{id}/versions/{commitSha}
COPY
Path Parameters
string
id
Required
id
string
commitSha
Required
commitSha
Responses
200
OK
Returns
WsConfiguration
of type(s)
application/json
{
"relations": {
"startIndex": 0,
"count": 0,
"total": 0,
"link": [
{
"rel": "string",
"type": "string",
"attributes": [
{
"name": "string",
"displayName": "string",
"value": "string",
"displayValue": "string"
}
],
"href": "string"
}
]
},
"id": "string",
"name": "string",
"description": "string",
"version": "string",
"status": 0,
"attributes": [
{
"name": "string",
"type": "Example types are: SecureString, MimeAttachment, Regexp, Array/VC:VirtualMachine, boolean, string and etc.",
"description": "string",
"scope": "string",
"updated": false,
"encrypt-value": false
}
],
"href": "string",
"category-id": "string"
}
object
relations
Optional
relations
string
id
Optional
id
string
name
Optional
name
string
description
Optional
description
string
version
Optional
version
integer As int32
As int32
status
Optional
status
array of
object
attributes
Optional
attributes
string
href
Optional
href
string
category-id
Optional
category-id
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/vco/api/configurations/{id}/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