Get summary of a Golden Config tree

Get summary of the specified Golden Config tree.

Authentication

AuthorizationBasic

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

Request

request body
treeIdstringOptionalformat: "^[0-9a-f]{24}$"
optionsobjectOptional

Response

List of all Golden Config trees
idstringformat: "^[0-9a-f]{24}$"
namestring
descriptionstring
deviceTypestring
versionslist of strings
createdstringformat: "\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{3}Z"
lastUpdatedstringformat: "\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{3}Z"

Errors

500
Internal Server Error