Operation
get /data/esmBrowser/subnet/getAllSubnetsQuery parameters
Name |
IsRequired |
Description |
|---|---|---|
| queryMap | optional | queryMap |
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
SubnetDetailsUIData
|
| 401Unauthorized | --- |
| 403Forbidden | --- |
| 404Not Found | --- |
Produces
application/json
External Docs
Operation
get /esmBrowser/subnet/getAllSubnetsQuery parameters
Name |
IsRequired |
Description |
|---|---|---|
| queryMap | optional | queryMap |
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
SubnetDetailsUIData
|
| 401Unauthorized | --- |
| 403Forbidden | --- |
| 404Not Found | --- |
Produces
application/json
External Docs
Operation
get /data/esmBrowser/subnet/getNumberOfAlarmsWithSeverityFromSubnetId/{subnetId}Path parameters
Name |
IsRequired |
Description |
Enum |
|---|---|---|---|
| subnetId | required | subnetId | --- |
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
SubnetAlarmDashboardSummaryList
|
| 401Unauthorized | --- |
| 403Forbidden | --- |
| 404Not Found | --- |
Produces
application/json
External Docs
Operation
get /esmBrowser/subnet/getNumberOfAlarmsWithSeverityFromSubnetId/{subnetId}Path parameters
Name |
IsRequired |
Description |
Enum |
|---|---|---|---|
| subnetId | required | subnetId | --- |
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
SubnetAlarmDashboardSummaryList
|
| 401Unauthorized | --- |
| 403Forbidden | --- |
| 404Not Found | --- |
Example Request Data
/esmBrowser/subnet/getNumberOfAlarmsWithSeverityFromSubnetId/23
Produces
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
Operation
get /data/esmBrowser/subnet/getNumberOfNodesWithReachablityFromSubnetId/{subnetId}Path parameters
Name |
IsRequired |
Description |
Enum |
|---|---|---|---|
| subnetId | required | subnetId | --- |
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
SubnetNodesDashboardSummaryList
|
| 401Unauthorized | --- |
| 403Forbidden | --- |
| 404Not Found | --- |
Produces
application/json
External Docs
Operation
get /esmBrowser/subnet/getNumberOfNodesWithReachablityFromSubnetId/{subnetId}Path parameters
Name |
IsRequired |
Description |
Enum |
|---|---|---|---|
| subnetId | required | subnetId | --- |
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
SubnetNodesDashboardSummaryList
|
| 401Unauthorized | --- |
| 403Forbidden | --- |
| 404Not Found | --- |
Example Request Data
/esmBrowser/subnet/getNumberOfNodesWithReachablityFromSubnetId/23
Produces
application/json
Example Response Data
{ "items": [{ "totalNoOfNodes": 6, "noOfNodesReachable": 0, "noOfNodesNotReachable": 6 }] }
External Docs
Operation
get /data/esmBrowser/subnet/getNumberOfServicesWithOpStateFromSubnetId/{subnetId}Path parameters
Name |
IsRequired |
Description |
Enum |
|---|---|---|---|
| subnetId | required | subnetId | --- |
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
SubnetServiceDashboardSummaryList
|
| 401Unauthorized | --- |
| 403Forbidden | --- |
| 404Not Found | --- |
Produces
application/json
External Docs
Operation
get /esmBrowser/subnet/getNumberOfServicesWithOpStateFromSubnetId/{subnetId}Path parameters
Name |
IsRequired |
Description |
Enum |
|---|---|---|---|
| subnetId | required | subnetId | --- |
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
SubnetServiceDashboardSummaryList
|
| 401Unauthorized | --- |
| 403Forbidden | --- |
| 404Not Found | --- |
Example Request Data
/esmBrowser/subnet/getNumberOfServicesWithOpStateFromSubnetId/23
Produces
application/json
Example Response Data
{ "items": [{ "totalNoOfServices": 0, "noOfServicesUp": 0, "noOfServicesDown": 0 }] }
External Docs
Operation
get /data/esmBrowser/subnet/getSubnetAlarmDashboardSummaryReturn type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
SubnetAlarmDashboardSummary
|
| 401Unauthorized | --- |
| 403Forbidden | --- |
| 404Not Found | --- |
Produces
application/json
External Docs
Operation
get /esmBrowser/subnet/getSubnetAlarmDashboardSummaryReturn type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
SubnetAlarmDashboardSummary
|
| 401Unauthorized | --- |
| 403Forbidden | --- |
| 404Not Found | --- |
Produces
application/json
External Docs
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 |
--- | --- |
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 | --- |
SubnetNodesDashboardSummaryList
Name |
Type |
Description |
Enum |
|---|---|---|---|
| items | array[SubnetNodesDashboardSummary] SubnetNodesDashboardSummary |
--- | --- |
SubnetServiceDashboardSummaryList
Name |
Type |
Description |
Enum |
|---|---|---|---|
| items | array[SubnetServiceDashboardSummary] SubnetServiceDashboardSummary |
--- | --- |