Update Host Switch Profile
Modifies a specified hostswitch profile. The body of the PUT request must include the resource_type. For uplink profiles, the put request must also include teaming parameters. Modifiable attributes include display_name, mtu, and transport_vlan. For uplink teaming policies, uplink_name and policy are also modifiable.
host-switch-profile-id
{
"_self": {
"rel": "string"
},
"_system_owned": false,
"display_name": "string",
"description": "string",
"required_capabilities": [
"string"
],
"_revision": 0,
"tags": [
{
"scope": "string",
"tag": "string"
}
],
"_schema": "string",
"_create_time": 0,
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"resource_type": "string",
"_last_modified_time": 0,
"_last_modified_user": "string",
"id": "string",
"_create_user": "string"
}
Indicates system owned resource
Defaults to ID if not set
description
required_capabilities
The _revision property describes the current revision of the resource. To prevent clients from overwriting each other's changes, PUT operations must include the current _revision of the resource, which clients should obtain by issuing a GET operation. If the _revision provided in a PUT request is missing or stale, the operation will be rejected.
_schema
Timestamp of resource creation
The server will populate this field when returing the resource. Ignored on PUT and POST.
Supported HostSwitch profiles.
Timestamp of last modification
ID of the user who last modified this resource
id
ID of the user who created this resource
Success
{
"_self": {
"rel": "string"
},
"_system_owned": false,
"display_name": "string",
"description": "string",
"required_capabilities": [
"string"
],
"_revision": 0,
"tags": [
{
"scope": "string",
"tag": "string"
}
],
"_schema": "string",
"_create_time": 0,
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"resource_type": "string",
"_last_modified_time": 0,
"_last_modified_user": "string",
"id": "string",
"_create_user": "string"
}
Indicates system owned resource
Defaults to ID if not set
description
required_capabilities
The _revision property describes the current revision of the resource. To prevent clients from overwriting each other's changes, PUT operations must include the current _revision of the resource, which clients should obtain by issuing a GET operation. If the _revision provided in a PUT request is missing or stale, the operation will be rejected.
_schema
Timestamp of resource creation
The server will populate this field when returing the resource. Ignored on PUT and POST.
Supported HostSwitch profiles.
Timestamp of last modification
ID of the user who last modified this resource
id
ID of the user who created this resource
Unexpected error
{
"module_name": "string",
"error_message": "string",
"error_code": 0
}
module_name
error_message
error_code