NSX-T Data Center REST API
Associated URIs:
API Description | API Path |
---|---|
Update the async_replicator service properties |
PUT /api/v1/node/services/async_replicator
|
Read auth service propertiesRead auth service properties. |
GET /api/v1/node/services/auth
|
Restart the auth service |
POST /api/v1/node/services/auth?action=restart
|
Stop the auth service |
POST /api/v1/node/services/auth?action=stop
|
Start the auth service |
POST /api/v1/node/services/auth?action=start
|
Update auth service propertiesUpdate auth service properties. |
PUT /api/v1/node/services/auth
|
Read auth service status |
GET /api/v1/node/services/auth/status
|
Delete deployment information.This is an API called by VCF to delete deployment information. |
DELETE /api/v1/watermark
|
Get deployment information.This is an API called by VCF to get deployment information. |
GET /api/v1/watermark
|
Create or update deployment information.This is an API called by VCF to store or update deployment information. |
POST /api/v1/watermark
|
Create or update deployment information.This is an API called by VCF to update stored deployment information. |
PUT /api/v1/watermark
|