Host Assignable Hardware Manager Update Assignable Hardware Config

Host Assignable Hardware Manager Update Assignable Hardware Config

Update Assignable Hardware configuration.

Entries are updated as described in HostAssignableHardwareConfig.

Required privileges: Host.Config.Settings

Request
URI
POST
https://{vcenter-host}/sdk/vim25/{release}/HostAssignableHardwareManager/{moId}/UpdateAssignableHardwareConfig
COPY
Path Parameters
string
moId
Required

The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId, in this case HostAssignableHardwareManager/{moId}.

string
release
Required

The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.


Request Body
Required
{
    "config": {
        "attributeOverride": [
            {
                "_typeName": "string",
                "instanceId": "string",
                "name": "string",
                "value": {
                    "_typeName": "string"
                }
            }
        ]
    }
}
config
Required

The AssignableHardwareConfig data object describes properties of all assignable devices on the host.

Authentication
This operation uses the following authentication methods.
Responses
204

No Content

Operation doesn't return any data structure

500

Failure

Returns HostConfigFault of type(s) application/json
This response body class contains all of the following: VimFault
{
    "_typeName": "string",
    "faultCause": "MethodFault Object",
    "faultMessage": [
        {
            "_typeName": "string",
            "key": "string",
            "arg": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "value": {
                        "_typeName": "string"
                    }
                }
            ],
            "message": "string"
        }
    ]
}