Get Host Profile Template
Get supported details of configurations for a Host Config Profile.
Request
URI
GET
https://{api_host}/hybridity/api/ztp/hostprofile/template
COPY
Responses
200
Ok
Returns InlineZtpHostprofileTemplate200Response of type(s) application/json
{
"CPUPowerManagementPolicy": {
"key": "string",
"type": "string",
"description": "string",
"values": [
{
"value": "string",
"label": "string",
"description": "string"
}
]
},
"PCIDevices": {
"filters": [
{
"key": "string",
"type": "string",
"label": "string",
"description": "string"
}
]
},
"PCIGroups": {
"filters": [
{
"key": "string",
"type": "string",
"label": "string",
"description": "string"
}
]
}
}
object
CPUPowerManagementPolicy
Optional
The CPU Power Management policy payload describes the key attributes and details of the respective values.
object
PCIDevices
Optional
PCIDevices
object
PCIGroups
Optional
PCIGroups
301
API endpoint has permanently moved.
Returns InlineZtpHostprofileTemplate301Response of type(s) application/json
{
"redirectURL": "string"
}
string
redirectURL
Optional
redirectURL
Response Headers
string
Location
URI where the client will find the new endpoint.
400
Bad Request received.
Returns InlineZtpHostprofileTemplate400Response of type(s) application/json
{
"warnings": [
{
"code": "string",
"message": "string",
"stack": "string"
}
],
"errors": [
{
"code": "string",
"message": "string",
"stack": "string"
}
]
}
array of object
warnings
Optional
The list of warnings.
array of object
errors
Optional
The list of errors.
401
Unauthorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
500
An Internal Server Error has occurred.
Returns InlineZtpHostprofileTemplate500Response of type(s) application/json
{
"warnings": [
{
"code": "string",
"message": "string",
"stack": "string"
}
],
"errors": [
{
"code": "string",
"message": "string",
"stack": "string"
}
]
}
array of object
warnings
Optional
The list of warnings.
array of object
errors
Optional
The list of errors.