Operation

get /data/plat/status
To get the System Status of NFM-T OTNE (getstatus : /data/plat/status)
getstatus

Request body

Name

IsRequired

Description

Data Type

Enum

body optional request ServletWebRequest ---
body2 optional session HttpSession ---

Return type
  • System Status Response
  • Responses

    Response Messages

    Schema

    200success System Status Response
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Example Request Data

    https://{{serverIp}}:8443/oms1350/data/plat/status

    Produces
    This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
    • */*
    Example Response Data
    Response { "name": "OTNE", "id": "9-19", "status": "active", "address": "135.250.203.145", "hostname": "otneVM1" }

    External Docs
    See Also :

    System Status Response

    Name

    Type

    Description

    Enum

    name String string System Name ---
    id String string System Id ---
    status String string System Status [active, noactive]
    address String string System IP address ---
    hostname String string System Hostname ---