Policy > Networking > Network Services > Load Balancing > Load Balancer Profiles > Load Balancer Monitor Profiles

Read LBMonitorProfile

Read a LBMonitorProfile.
This API is only available when using VMware NSX-T.

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/lb-monitor-profiles/<lb-monitor-profile-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<policy-mgr>/policy/api/v1/infra/lb-monitor-profiles/httpMonitor

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
LBActiveMonitor+
LBHttpMonitorProfile+
LBHttpsMonitorProfile+
LBIcmpMonitorProfile+
LBPassiveMonitorProfile+
LBTcpMonitorProfile+
LBUdpMonitorProfile+

Example Response:

{ "resource_type": "LBHttpMonitorProfile", "id": "httpMonitor", "display_name": "/infra/lb-monitor-profiles/httpMonitor", "path": "/infra/lb-monitor-profiles/httpMonitor", "parent_path": "/infra/lb-monitor-profiles/httpMonitor", "relative_path": "httpMonitor", "monitor_port": 80, "interval": 9, "timeout": 14, "rise_count": 4, "fall_count": 4, "request_url": "/default/", "request_method": "GET", "request_version": "HTTP_VERSION_1_1", "response_status_codes": [ 200, 300 ], "_create_user": "admin", "_create_time": 1516581593173, "_last_modified_user": "admin", "_last_modified_time": 1516581593173, "_system_owned": false, "_protection": "NOT_PROTECTED", "_revision": 0 }

Required Permissions:

read

Feature:

policy_lb

Additional Errors: