Get Host Config Profile

Get Host Config Profile

Get the specified host config profile.

Request
URI
GET
https://{api_host}/hybridity/api/ztp/v1/host-config-profiles/{hcp_id}
COPY
Path Parameters
string
hcp_id
Required

The ID of the Host Config Profile


Authentication
This operation uses the following authentication methods.
Responses
200

The specified host config profile.

Returns InlineZtpV1HostConfigProfilesHcp_id200Response of type(s) application/json
{
    "id": "string",
    "version": 0,
    "name": "string",
    "advanceSystemSettings": {
        "attributes": [
            {
                "key": "string",
                "value": "string"
            }
        ]
    },
    "biosSetting": {
        "attributes": [
            {
                "key": "string",
                "value": "string"
            }
        ]
    },
    "cpuPowerManagementSpec": [
        {
            "type": "string",
            "value": "string"
        }
    ],
    "firmwares": [
        {
            "name": "string",
            "softwareId": "string",
            "version": "string",
            "location": "string",
            "checksum": "string"
        }
    ],
    "pciDevices": [
        {
            "filters": [
                {
                    "numaId": 0,
                    "vendorId": "string",
                    "deviceIds": [
                        "string"
                    ],
                    "indices": [
                        0
                    ],
                    "alias": "string"
                }
            ],
            "actions": [
                {
                    "type": "string",
                    "maxVfs": 0,
                    "passthroughEnabled": false,
                    "deviceType": "string",
                    "attributes": [
                        {
                            "key": "string",
                            "value": "string"
                        }
                    ]
                }
            ]
        }
    ],
    "pciGroups": [
        {
            "name": "string",
            "filters": [
                {
                    "isVf": false,
                    "deviceIds": [
                        "string"
                    ],
                    "vendorId": "string",
                    "sriovEnabled": false,
                    "numaId": 0,
                    "indices": [
                        0
                    ],
                    "alias": "string"
                }
            ]
        }
    ],
    "reservation": {
        "reservedCoresPerNumaNode": 0,
        "reservedMemoryPerNumaNode": 0,
        "minCoresForCPUReservationPerNumaNode": 0
    },
    "createdTimestamp": 0,
    "lastUpdatedTimestamp": 0
}
string
id
Optional

The unique ID of the host config profile.

integer
version
Optional

The version of this host config profile entity.

string
name
Optional

Name of the host config profile.

object
advanceSystemSettings
Optional

advanceSystemSettings

object
biosSetting
Optional

biosSetting

array of object
cpuPowerManagementSpec
Optional

cpuPowerManagementSpec

array of object
firmwares
Optional

firmwares

array of object
pciDevices
Optional

pciDevices

array of object
pciGroups
Optional

pciGroups

object
reservation
Optional

reservation

integer As int64 As int64
createdTimestamp
Optional

The timestamp of when this host config profile was created.

integer As int64 As int64
lastUpdatedTimestamp
Optional

The timestamp of when this host config profile was last modified.


301

API endpoint has permanently moved.

Returns InlineZtpV1HostConfigProfilesHcp_id301Response of type(s) application/json
{
    "redirectURL": "string"
}
string
redirectURL
Optional

redirectURL

Response Headers

string
Location

URI where the client will find the new endpoint.


401

User is not authenticated to invoke this endpoint.

Operation doesn't return any data structure

403

User is not authorized to invoke this endpoint.

Operation doesn't return any data structure

404

The specified host config profile was not found.

Operation doesn't return any data structure

422

The request parameters couldn't be processed by the server.

Returns InlineZtpV1HostConfigProfilesHcp_id422Response 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.


500

An internal server error has occurred.

Returns InlineZtpV1HostConfigProfilesHcp_id500Response 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.