Retrieve simple diagnostic information on the Fleet Service Point.
Note: The
/api/v1/status endpoint provides a simplified response of the
/api/v1/diagnostics endpoint. To view additional diagnostics
details of the Fleet Service Point, refer to /api/v1/diagnostics.
Request: GET http://<fleet_sp_ip_address>:8083/api/v1/status
Successful response
200 OK { "networkConnectivity": { "fleetMgmtEndpointErrorMessage": "", "fleetMgmtEndpointStatus": 200, "localIpStatus": "OK" }, "registrationStatus": { "details": "", "state": "REGISTERED" } }
Where the fields represent the following:
- networkConnectivity—the network connectivity of the Fleet Service Point.
The network connectivity section includes the following information:
- fleetMgmtEndpointErrorMessage—error messages related to the fleetMgmtEndpointStatus test.
- fleetMgmtEndpointStatus—the status code returned from checking if the Fleet Service Point can connect to the Fleet Management Ingress API gateway.
- localIpStatus—checks if the local network interface is functioning correctly.
- registrationStatus—the registration status of the Fleet Service Point.
The registration status section includes the following information:
- details—the details related to the registration status of the Fleet Service Point.
- state—the registration state of the Fleet Service Point.