Startup Status Query API

Function

Queries the service startup status.

Format

Operation type: GET

URL: https://{ip}:{port}/v1/startup

  • Preferably set {ip} to POD_IP in Environment Variable. If the environment variable is not configured, set {ip} to the value of manage_ip parameter in the ms_coordinator.json configuration file.
  • Preferably set {port} to {status_port} in Startup Command. If the parameter is not configured, set {port} to the value of the status_port parameter in the ms_coordinator.json configuration file.

Request Parameters

None

Usage Example

Request example:

GET https://{ip}:{port}/v1/startup

Response example:

No content is displayed when the service is started.

Output Description

  • Status code 200: The service is started and the message body is empty.
  • If no response is returned, the service is not started.