Update Transport Node Profile
When configurations of a transport node profile(TNP) is updated, all the transport nodes in all the compute collections to which this TNP is attached are updated to reflect the updated configuration.
This api is now deprecated. Please use new api - /policy/api/v1/infra/host-transport-node-profiles/<host-transport-node-profile-id>
transport-node-profile-id
The network ids to which the ESX vmk interfaces will be migrated
The ESX vmk interfaces to migrate
Override NSX Ownership
IP Addresses to ping right after ESX vmk interfaces were migrated.
Whether to skip front-end validation for vmk/vnic/pnic migration
The ESX vmk interfaces and/or VM NIC to migrate
The migration destinations of ESX vmk interfaces and/or VM NIC
{
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"_self": {},
"_revision": 0,
"_create_time": 0,
"_create_user": "string",
"_last_modified_time": 0,
"_last_modified_user": "string",
"_protection": "string",
"_system_owned": false,
"description": "string",
"display_name": "string",
"id": "string",
"resource_type": "string",
"tags": [
{
"scope": "string",
"tag": "string"
}
],
"host_switch_spec": {
"resource_type": "string"
},
"ignore_overridden_hosts": false
}
OK
"TransportNodeProfile Object"
Not Found
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/api/v1/transport-node-profiles/{transport-node-profile-id}