System Administration > Lifecycle Management > Upgrade > Eula

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):
/api/v1/upgrade/eula/content
Request Headers:
n/a
Query Parameters:
EULAOutputFormatRequestParameters+
Request Body:
n/a

Example Request:

GET https://<nsx-mgr>/api/v1/upgrade/eula/content?value_format=html

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
EULAContent+

Example Response:

{ "content": "End User License Agreement
" }

Required Permissions:

read

Feature:

system_eula

Additional Errors: