System Administration > Configuration > Fabric > Nodes > NSX Manager > Services > HTTP Service

Read http service properties

Read http service properties. To read fields deprecated in this API,
checkout API GET /api/v1/cluster/api-service.

Request:

Method:
GET
URI Path(s):
/api/v1/cluster/<cluster-node-id>/node/services/http
/api/v1/node/services/http
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<nsx-mgr>/api/v1/node/services/http

Successful Response:

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

Example Response:

{ "_schema": "NodeHttpServiceProperties", "_self": { "href": "/node/services/http", "rel": "self" }, "service_name": "http", "service_properties": { "logging_level": "INFO", "certificate": { "pem_encoded": "-BEGIN CERTIFICATE--END CERTIFICATE-\n" }, "cipher_suites": [ { "enabled": true, "name": "TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384" }, { "enabled": false, "name": "TLS_RSA_WITH_AES_256_GCM_SHA384" }, { "enabled": true, "name": "TLS_RSA_WITH_AES_256_CBC_SHA" } ], "session_timeout": 1800, "connection_timeout": 30, "client_api_concurrency_limit": 40, "client_api_rate_limit": 100, "global_api_concurrency_limit": 199, "basic_authentication_enabled" : true, "cookie_based_authentication_enabled" : true, "protocol_versions": [ { "enabled": true, "name": "TLSv1.1" }, { "enabled": true, "name": "TLSv1.2" } ], "redirect_host": "10.0.0.1" } }

Required Permissions:

read

Feature:

system_administration

Additional Errors: