NSX-T Data Center REST API

Associated URIs:

API Description API Path

API will provide list of Sha Dynamic plugins.


API will provide list of Sha Dynamic plugins.
GET /policy/api/v1/infra/sha/dynamic-plugins
GET /policy/api/v1/global-infra/sha/dynamic-plugins

Delete Sha dynamic plugin


Delete Sha dynamic plugin.
DELETE /policy/api/v1/infra/sha/dynamic-plugins/{plugin-id}

Read Sha dynamic plugin


Read Sha dynamic plugin.
GET /policy/api/v1/infra/sha/dynamic-plugins/{plugin-id}
GET /policy/api/v1/global-infra/sha/dynamic-plugins/{plugin-id}

Create or Replace Sha dynamic plugin


Create or Replace Sha dynamic plugin.
PATCH /policy/api/v1/infra/sha/dynamic-plugins/{plugin-id}

Create Sha dynamic plugin


Create Sha dynamic plugin.
PUT /policy/api/v1/infra/sha/dynamic-plugins/{plugin-id}

Upload Sha dynamic plugin


Upload Sha dynamic plugin content.
POST /policy/api/v1/infra/sha/dynamic-plugins/{plugin-id}/files/{file-name}

API will provide list of SHA profiles.


API will provide list of SHA profiles.
GET /policy/api/v1/infra/sha/plugin-profiles
GET /policy/api/v1/global-infra/sha/plugin-profiles

Delete SHA profile


Delete Sha profile.
DELETE /policy/api/v1/infra/sha/plugin-profiles/{sha-profile-id}

API will return Sha profile


API will return Sha profile.
GET /policy/api/v1/infra/sha/plugin-profiles/{sha-profile-id}
GET /policy/api/v1/global-infra/sha/plugin-profiles/{sha-profile-id}

Create or Replace SHA profile


Create or Replace Sha profile.
PATCH /policy/api/v1/infra/sha/plugin-profiles/{sha-profile-id}

Create or Replace Sha profile


Create or Replace Sha profile.
PUT /policy/api/v1/infra/sha/plugin-profiles/{sha-profile-id}

Show the plugins status on given node.


Show all the installed system health plugins on given node
GET /policy/api/v1/infra/sha/plugin-status/{node-id}
GET /policy/api/v1/global-infra/sha/plugin-status/{node-id}

API will provide list of Sha pre-defined list.


API will provide list of Sha pre-defined plugins.
GET /policy/api/v1/infra/sha/pre-defined-plugins
GET /policy/api/v1/global-infra/sha/pre-defined-plugins

Read Sha pre-defined plugin


Read SHA pre-defined plugin.
GET /policy/api/v1/infra/sha/pre-defined-plugins/{plugin-id}
GET /policy/api/v1/global-infra/sha/pre-defined-plugins/{plugin-id}