PortManager

The following resources are applicable:

/monitoring/ports

GET

Return the list of managed ports with summary information for each port, based on the provided UriContext. If the context value is omitted, summary information of all managed ports will be provided.

Sample requests:

https://10.94.45.90/api/juniper/nd/monitoring/ports

https://10.94.45.90/api/juniper/nd/monitoring/ports?paging=(start eq 1, limit eq 20)

Response Body

element: ports
media types: application/vnd.juniper.nd.ports+xml
application/vnd.juniper.nd.ports+json

Ports which is a List of Port instances, according to the passing context.

/monitoring/ports/ex/{portId}

GET

Return the detail information of a specific port on EX device.

Sample requests:

https://10.94.45.90/api/juniper/nd/monitoring/ports/ex/LX0212521594_ge-0.0.0

Parameters

name description type default
portId (no documentation provided) path

Response Body

element: portTraffic
media types: application/vnd.juniper.nd.port+xml
application/vnd.juniper.nd.port+json

PortTraffic instance.

/monitoring/ports/ex/{portId}/port-traffic-trend

GET

For Ex device Returns traffic trends for the port identified by the port id and the time range given by the query parameters. Either start time and end time of the query or last number of hours have to be provided.

Parameters

name description type default
portId id of the port (as it appears from the GET Response) path
startTime start time of the trend data in XML date time format "YYYY-MM-DDThh:mm:ssZ" or "YYYY-MM-DDThh:mm:ss+hh:mm" or "YYYY-MM-DDThh:mm:ss-hh:mm" query
endTime end time of the trend data in XML date time format "YYYY-MM-DDThh:mm:ssZ" or "YYYY-MM-DDThh:mm:ss+hh:mm" or "YYYY-MM-DDThh:mm:ss-hh:mm" query
hours number of hours of latest data query

Response Body

element: portTrafficTrend
media types: application/vnd.juniper.nd.port-traffic-trend+json
application/vnd.juniper.nd.port-traffic-trend+xml

ResourceUtilizationTrend List of resource utilization statistics for the given time range

/monitoring/ports/qfabric/{portId}

GET

Return the detail information of a specific QFabric port.

Sample request: To be filled.

Parameters

name description type default
portId (no documentation provided) path

Response Body

element: portTraffic
media types: application/vnd.juniper.nd.port+xml
application/vnd.juniper.nd.port+json

PortTraffic instance.

/monitoring/ports/qfabric/{portId}/port-traffic-trend

GET

For Wireless Controller Returns traffic trends for the port identified by the port id and the time range given by the query parameters. Either start time and end time of the query or last number of hours have to be provided.

Parameters

name description type default
portId id of the port (as it appears from the GET Response) path
startTime start time of the trend data in XML date time format "YYYY-MM-DDThh:mm:ssZ" or "YYYY-MM-DDThh:mm:ss+hh:mm" or "YYYY-MM-DDThh:mm:ss-hh:mm" query
endTime end time of the trend data in XML date time format "YYYY-MM-DDThh:mm:ssZ" or "YYYY-MM-DDThh:mm:ss+hh:mm" or "YYYY-MM-DDThh:mm:ss-hh:mm" query
hours number of hours of latest data query

Response Body

element: portTrafficTrend
media types: application/vnd.juniper.nd.port-traffic-trend+json
application/vnd.juniper.nd.port-traffic-trend+xml

ResourceUtilizationTrend List of resource utilization statistics for the given time range

/monitoring/ports/virtual-chassis/{portId}

GET

Return the detail information of a specific Virtual Chassis port.

Sample request: To be filled.

Parameters

name description type default
portId (no documentation provided) path

Response Body

element: portTraffic
media types: application/vnd.juniper.nd.port+xml
application/vnd.juniper.nd.port+json

PortTraffic instance.

/monitoring/ports/virtual-chassis/{portId}/port-traffic-trend

GET

For Virtual Chasis Returns traffic trends for the port identified by the port id and the time range given by the query parameters. Either start time and end time of the query or last number of hours have to be provided.

Parameters

name description type default
portId id of the port (as it appears from the GET Response) path
startTime start time of the trend data in XML date time format "YYYY-MM-DDThh:mm:ssZ" or "YYYY-MM-DDThh:mm:ss+hh:mm" or "YYYY-MM-DDThh:mm:ss-hh:mm" query
endTime end time of the trend data in XML date time format "YYYY-MM-DDThh:mm:ssZ" or "YYYY-MM-DDThh:mm:ss+hh:mm" or "YYYY-MM-DDThh:mm:ss-hh:mm" query
hours number of hours of latest data query

Response Body

element: portTrafficTrend
media types: application/vnd.juniper.nd.port-traffic-trend+json
application/vnd.juniper.nd.port-traffic-trend+xml

ResourceUtilizationTrend List of resource utilization statistics for the given time range

/monitoring/ports/wlc/{portId}

GET

Return the detail information of a specific Wireless LAN Controller port.

Sample request: https://10.94.45.90//api/juniper/nd/monitoring/ports/wlc/0920809425_1

Parameters

name description type default
portId (no documentation provided) path

Response Body

element: wLCPortTraffic
media types: application/vnd.juniper.nd.wlc-port+json
application/vnd.juniper.nd.wlc-port+xml

WLCPortTraffic instance.

/monitoring/ports/wlc/{portId}/port-traffic-trend

GET

For Wireless Controller Returns traffic trends for the port identified by the port id and the time range given by the query parameters. Either start time and end time of the query or last number of hours have to be provided.

Parameters

name description type default
portId id of the port (as it appears from the GET Response) path
startTime start time of the trend data in XML date time format "YYYY-MM-DDThh:mm:ssZ" or "YYYY-MM-DDThh:mm:ss+hh:mm" or "YYYY-MM-DDThh:mm:ss-hh:mm" query
endTime end time of the trend data in XML date time format "YYYY-MM-DDThh:mm:ssZ" or "YYYY-MM-DDThh:mm:ss+hh:mm" or "YYYY-MM-DDThh:mm:ss-hh:mm" query
hours number of hours of latest data query

Response Body

element: wlcPortTrafficTrend
media types: application/vnd.juniper.nd.wlc-port-traffic-trend+xml
application/vnd.juniper.nd.wlc-port-traffic-trend+json

ResourceUtilizationTrend List of resource utilization statistics for the given time range