Management Plane API > Troubleshooting And Monitoring > Healthcheck

Create a new manual health check request

Create a new manual health check request with essential properties. It's
disallowed to create new one until the count of in-progress manual health
check is less than 50. A manual health check will be deleted automatically
after finished for 24 hours.

Request:

Method:
POST
URI Path(s):
/api/v1/manual-health-checks
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
ManualHealthCheck+

Example Request:

POST https://<nsx-mgr>/api/v1/manual-health-checks { "resource_type": "ManualHealthCheck", "display_name": "Manual HealthCheck 002", "transport_zone_id": "7f5e6a44-696d-401d-936a-d7138476acd3", "vlans":{ "vlan_ranges":[{ "start": 1, "end": 5 },{ "start": 11, "end": 11 }] }, }

Successful Response:

Response Code:
201 Created
Response Headers:
Content-type: application/json
Response Body:
ManualHealthCheck+

Example Response:

{ "id": "2d5d3a9a-5bc7-4ad1-2f0a-a9836575d204", "resource_type": "ManualHealthCheck", "display_name": "Manual HealthCheck 002", "operation_status": "IN PROGRESS", "transport_zone_id": "7f5e6a44-696d-401d-936a-d7138476acd3", "vlans":{ "vlan_ranges":[{ "start": 1, "end": 5 },{ "start": 11, "end": 11 }] }, "_protection" : "NOT_PROTECTED", "_create_user" : "admin", "_create_time" : 1507687895605, "_last_modified_user" : "admin", "_last_modified_time" : 1507705866588, "_system_owned" : false, "_revision" : 0 }

Required Permissions:

crud

Feature:

tools_health_check

Additional Errors: