NSX-T Data Center REST API
Return the content of end user license agreement
Return the content of end user license agreement in the specified format.By default, it's pure string without line break
Request:
Method:
GET
URI Path(s):
/policy/api/v1/eula/content
/api/v1/eula/content
/api/v1/eula/content
Request Headers:
n/a
Query Parameters:
EULAOutputFormatRequestParameters+
Request Body:
n/a
Example Request:
GET https://<nsx-mgr>/api/v1/eula/content?value_format=htmlSuccessful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
EULAContent+
Example Response:
{ "content": "End User License Agreement" }