NSX-T Data Center REST API
Add Extended solution Config for a given Service
Adds a extended solution config. Extended Solution Config are service level objects,used by the NXGI partner Service inside the SVM.
Request:
Method:
POST
URI Path(s):
/api/v1/serviceinsertion/services/<service-id>/solution-configs/<solution-config-id>/extended-solution-config
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
ExtendedSolutionConfig+
Example Request:
POST https://<nsx-mgr>/api/v1/serviceinsertion/services/38391b89-ae92-43c0-b4e5-1f71280951bc/solution-configs/e75dca65-71ce-4004-9221-82c1d727ef53/extended-solution-config { "service_id": "38391b89-ae92-43c0-b4e5-1f71280951bc", "attributes": [ { "key": "key2", "display_name": "attribute2", "attribute_type": "STRING", "value": "value2", "read_only": false }, { "key": "key1", "display_name": "attribute1", "attribute_type": "STRING", "value":"value1", "read_only": false }, { "key": "key3", "display_name": "attribute3", "attribute_type": "STRING", "value":"value3", "read_only": false } ] }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
ExtendedSolutionConfig+