Operation

get /data/esmBrowser/subnet/getAllSubnets
Get All the Subnets (getAllSubnets : /data/esmBrowser/subnet/getAllSubnets)
Fetches all the subnets present

Query parameters

Name

IsRequired

Description

queryMap optional queryMap

Return type
  • SubnetDetailsUIData
  • Responses

    Response Messages

    Schema

    200success SubnetDetailsUIData
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    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.
    • application/json

    External Docs
    See Also :

    Operation

    get /esmBrowser/subnet/getAllSubnets
    Get All the Subnets (getAllSubnets : /esmBrowser/subnet/getAllSubnets)
    Fetches all the subnets present

    Query parameters

    Name

    IsRequired

    Description

    queryMap optional queryMap

    Return type
  • SubnetDetailsUIData
  • Responses

    Response Messages

    Schema

    200success SubnetDetailsUIData
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    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.
    • application/json

    External Docs
    See Also :

    Operation

    get /data/esmBrowser/subnet/getNumberOfAlarmsWithSeverityFromSubnetId/{subnetId}
    Get Alarms with Severity (getNumberOfAlarmsWithSeverityFromSubnetId : /data/esmBrowser/subnet/getNumberOfAlarmsWithSeverityFromSubnetId/{subnetId})
    Fetches all the Alarms with severity for a subnet

    Path parameters

    Name

    IsRequired

    Description

    Enum

    subnetId required subnetId ---

    Return type
  • SubnetAlarmDashboardSummaryList
  • Responses

    Response Messages

    Schema

    200success SubnetAlarmDashboardSummaryList
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    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.
    • application/json

    External Docs
    See Also :

    Operation

    get /esmBrowser/subnet/getNumberOfAlarmsWithSeverityFromSubnetId/{subnetId}
    Get Alarms with Severity (getNumberOfAlarmsWithSeverityFromSubnetId : /esmBrowser/subnet/getNumberOfAlarmsWithSeverityFromSubnetId/{subnetId})
    Fetches all the Alarms with severity for a subnet

    Path parameters

    Name

    IsRequired

    Description

    Enum

    subnetId required subnetId ---

    Return type
  • SubnetAlarmDashboardSummaryList
  • Responses

    Response Messages

    Schema

    200success SubnetAlarmDashboardSummaryList
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Example Request Data

    /esmBrowser/subnet/getNumberOfAlarmsWithSeverityFromSubnetId/23

    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.
    • application/json
    Example Response Data
    { "items": [{ "total": 0, "critical": 0, "major": 0, "minor": 0, "warning": 0, "noAlarms": 0, "id": 0, "key": "SubnetAlarmDashboardSummary/0", "className": "SubnetAlarmDashboardSummary" }] }

    External Docs
    See Also :

    Operation

    get /data/esmBrowser/subnet/getNumberOfNodesWithReachablityFromSubnetId/{subnetId}
    Get Nodes with reachability (getNumberOfNodesWithReachablityFromSubnetId : /data/esmBrowser/subnet/getNumberOfNodesWithReachablityFromSubnetId/{subnetId})
    Fetches all the nodes with the reachability state

    Path parameters

    Name

    IsRequired

    Description

    Enum

    subnetId required subnetId ---

    Return type
  • SubnetNodesDashboardSummaryList
  • Responses

    Response Messages

    Schema

    200success SubnetNodesDashboardSummaryList
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    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.
    • application/json

    External Docs
    See Also :

    Operation

    get /esmBrowser/subnet/getNumberOfNodesWithReachablityFromSubnetId/{subnetId}
    Get Nodes with reachability (getNumberOfNodesWithReachablityFromSubnetId : /esmBrowser/subnet/getNumberOfNodesWithReachablityFromSubnetId/{subnetId})
    Fetches all the nodes with the reachability state

    Path parameters

    Name

    IsRequired

    Description

    Enum

    subnetId required subnetId ---

    Return type
  • SubnetNodesDashboardSummaryList
  • Responses

    Response Messages

    Schema

    200success SubnetNodesDashboardSummaryList
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Example Request Data

    /esmBrowser/subnet/getNumberOfNodesWithReachablityFromSubnetId/23

    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.
    • application/json
    Example Response Data
    { "items": [{ "totalNoOfNodes": 6, "noOfNodesReachable": 0, "noOfNodesNotReachable": 6 }] }

    External Docs
    See Also :

    Operation

    get /data/esmBrowser/subnet/getNumberOfServicesWithOpStateFromSubnetId/{subnetId}
    Get Subnet services with opeartional state (getNumberOfServicesWithOpStateFromSubnetId : /data/esmBrowser/subnet/getNumberOfServicesWithOpStateFromSubnetId/{subnetId})
    Fetches all the services with the operational state

    Path parameters

    Name

    IsRequired

    Description

    Enum

    subnetId required subnetId ---

    Return type
  • SubnetServiceDashboardSummaryList
  • Responses

    Response Messages

    Schema

    200success SubnetServiceDashboardSummaryList
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    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.
    • application/json

    External Docs
    See Also :

    Operation

    get /esmBrowser/subnet/getNumberOfServicesWithOpStateFromSubnetId/{subnetId}
    Get Subnet services with opeartional state (getNumberOfServicesWithOpStateFromSubnetId : /esmBrowser/subnet/getNumberOfServicesWithOpStateFromSubnetId/{subnetId})
    Fetches all the services with the operational state

    Path parameters

    Name

    IsRequired

    Description

    Enum

    subnetId required subnetId ---

    Return type
  • SubnetServiceDashboardSummaryList
  • Responses

    Response Messages

    Schema

    200success SubnetServiceDashboardSummaryList
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Example Request Data

    /esmBrowser/subnet/getNumberOfServicesWithOpStateFromSubnetId/23

    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.
    • application/json
    Example Response Data
    { "items": [{ "totalNoOfServices": 0, "noOfServicesUp": 0, "noOfServicesDown": 0 }] }

    External Docs
    See Also :

    Operation

    get /data/esmBrowser/subnet/getSubnetAlarmDashboardSummary
    Get All the Subnets Alarm summary (getSubnetAlarmDashboardSummary : /data/esmBrowser/subnet/getSubnetAlarmDashboardSummary)
    Fetches all the subnets alarm summary present


    Return type
  • SubnetAlarmDashboardSummary
  • Responses

    Response Messages

    Schema

    200success SubnetAlarmDashboardSummary
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    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.
    • application/json

    External Docs
    See Also :

    Operation

    get /esmBrowser/subnet/getSubnetAlarmDashboardSummary
    Get All the Subnets Alarm summary (getSubnetAlarmDashboardSummary : /esmBrowser/subnet/getSubnetAlarmDashboardSummary)
    Fetches all the subnets alarm summary present


    Return type
  • SubnetAlarmDashboardSummary
  • Responses

    Response Messages

    Schema

    200success SubnetAlarmDashboardSummary
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    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.
    • application/json

    External Docs
    See Also :

    Subnet Details UI Data wrapper model list

    Name

    Type

    Description

    Enum

    subnetName String string --- ---
    location String string --- ---
    latitude String string --- ---
    longitude String string --- ---
    description String string --- ---
    notificationTime Long long --- ---
    id Long long --- ---
    key String string --- ---
    className String string --- ---

    SubnetAlarmDashboardSummary

    Name

    Type

    Description

    Enum

    total Long long --- ---
    critical Integer integer --- ---
    major Integer integer --- ---
    minor Integer integer --- ---
    warning Integer integer --- ---
    noAlarms Integer integer --- ---
    id Integer integer --- ---
    key String string --- ---
    className String string --- ---

    SubnetAlarmDashboardSummaryList

    Name

    Type

    Description

    Enum

    items array[SubnetAlarmDashboardSummary] SubnetAlarmDashboardSummary --- ---

    SubnetDetailsUIData

    Name

    Type

    Description

    Enum

    totalPages Integer integer --- ---
    totalElements Long long --- ---
    numberOfElements Integer integer --- ---
    startRange Integer integer --- ---
    endRange Integer integer --- ---
    items array[Subnet Details UI Data wrapper model list] Subnet Details UI Data wrapper model list Subnet Details UI Data wrapper model list ---

    SubnetNodesDashboardSummary

    Name

    Type

    Description

    Enum

    totalNoOfNodes Long long --- ---
    noOfNodesReachable Long long --- ---
    noOfNodesNotReachable Long long --- ---

    SubnetNodesDashboardSummaryList

    Name

    Type

    Description

    Enum

    items array[SubnetNodesDashboardSummary] SubnetNodesDashboardSummary --- ---

    SubnetServiceDashboardSummary

    Name

    Type

    Description

    Enum

    totalNoOfServices Long long --- ---
    noOfServicesUp Long long --- ---
    noOfServicesDown Long long --- ---

    SubnetServiceDashboardSummaryList

    Name

    Type

    Description

    Enum

    items array[SubnetServiceDashboardSummary] SubnetServiceDashboardSummary --- ---