NSX-T Data Center REST API

Associated URIs:

API Description API Path

Return the list of all bare metal servers


Returns information about all bare metal servers.
Tags will be populated only if the tags are added on the bare metal server.
Tags will not be listed in case tags are removed or are not added.
GET /api/v1/fabric/baremetal-servers

Apply tags on bare metal server


Allows an admin to apply multiple tags to a bare metal server. This operation
does not store the intent on the policy side. This operation will replace the existing
tags on the bare metal server with the ones that have been passed. If the
application of tag fails, then an error is reported. The admin will have to retry the operation again.
Policy framework does not perform a retry. Failure could occur due to multiple
reasons. For e.g constraints like max tags limit exceeded, etc.
POST /policy/api/v1/infra/baremetal-servers/tags
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/baremetal-servers/tags