NSX-T Data Center REST API

Read node message of the day

Returns the message of the day (motd) text.

Request:

Method:
GET
URI Path(s):
/api/v1/transport-nodes/{transport-node-id}/node/motd
/api/v1/cluster/{cluster-node-id}/node/motd
/api/v1/node/motd
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Successful Response:

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

Example Response:

{ "motd": "Property of Example Corp. Unauthorized access is prohibited.", }

Required Permissions:

none

Feature:

system_administration

Additional Errors: