Get details of a Golden Config tree version

Returns a detailed view of the specified Golden Config tree version.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Path parameters

treeIdstringRequiredformat: "^[0-9a-f]{24}$"
treeId
versionstringRequired
version

Response

Requested Golden Config tree version
idstringformat: "^[0-9a-f]{24}$"
namestring
descriptionstring
deviceTypestring
versionstring
rootobject
variableslist of objects
createdstringformat: "\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{3}Z"
createdBystringformat: "^[0-9a-f]{24}$"
lastUpdatedstringformat: "\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{3}Z"
lastUpdatedBystringformat: "^[0-9a-f]{24}$"

Errors

500
Internal Server Error