Skip to content

intranet

Overview

This resource provides details of all intranet

Version information

Version : v2

URI scheme

Host :
BasePath : /sdwan/nitro/v2/monitor/
Schemes : HTTP

Tags

  • intranet : Operations related to intranet

Paths

Get operation for intranet

GET /intranet

Description

Use this operation to get intranet statistics. Filter and Pagination are supported for this API. Refer Getting Started Guide where filtering and pagination is explained via example of application monitoring API

Responses

HTTP Code Description Schema
200 API Successfully executed intranet_response_schema
400 Failed: bad input parameter ErrorSchema
401 Unauthorized: Failed Authentication ErrorSchema
403 Unauthorized: Forbidden ErrorSchema
405 Failed: Data format unacceptable ErrorSchema
415 Failed: Data format unacceptable ErrorSchema
500 Failed: Internal Server Error ErrorSchema

Produces

  • application/json

Tags

  • intranet

Definitions

ErrorSchema

Name Schema
errorcode
optional
integer
errormessage
optional
string

bytes_recv

Number of bytes received

Type : integer

bytes_sent

Number of bytes sent

Type : integer

intranet_delete_success_schema

Name Schema
intranet
optional
intranet

intranet

Name Description Schema
message
optional
Example : "resource deleted succesfully" string

intranet_name

Name of the Intranet

Type : string

intranet_post_success_schema

Name Schema
intranet
optional
intranet

intranet

Name Description Schema
message
optional
Example : "resource added succesfully" string

intranet_put_success_schema

Name Schema
intranet
optional
intranet

intranet

Name Description Schema
message
optional
Example : "resource modified succesfully" string

intranet_response_schema

Type : < intranet_response_schema > array

intranet_response_schema

Name Schema
bytes_recv
optional
bytes_recv
bytes_sent
optional
bytes_sent
intranet_name
optional
intranet_name
recv_packets
optional
recv_packets
recv_rate
optional
recv_rate
routing_domain
optional
routing_domain
sent_packets
optional
sent_packets
sent_rate
optional
sent_rate

recv_packets

Number of packets received

Type : integer

recv_rate

Receive rate in kbps

Type : number

routing_domain

Name of the Routing Domain.

Type : string

sent_packets

Number of packets sent

Type : integer

sent_rate

Sent rate in kbps

Type : number

Was this article helpful?