System Administration > Configuration > Fabric > Profiles > Transport Node Profiles

Associated URIs:

API Description API Path

List Transport Nodes


Returns information about all transport node profiles.
GET /api/v1/transport-node-profiles

Create a Transport Node Profile


Transport node profile captures the configuration needed to create
a transport node. A transport node profile can be attached to
compute collections for automatic TN creation of member hosts.
POST /api/v1/transport-node-profiles

Delete a Transport Node Profile


Deletes the specified transport node profile. A transport node profile
can be deleted only when it is not attached to any compute collection.
DELETE /api/v1/transport-node-profiles/<transport-node-profile-id>

Get a Transport Node


Returns information about a specified transport node profile.
GET /api/v1/transport-node-profiles/<transport-node-profile-id>

Update a 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.
PUT /api/v1/transport-node-profiles/<transport-node-profile-id>