NSX-T Data Center Global Manager REST API
Create or fully replace Global Manager Config
Create or fully replace a Global Manager Config.Revision is optional for creation and required for update.
Request:
Method:
PUT
URI Path(s):
/global-manager/api/v1/global-infra/global-manager-config
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
GlobalManagerConfig+
Example Request:
{ "rtep_config" : { "ibgp_password": "secureme" }, "_revision": 1 }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
GlobalManagerConfig+