Skip to content

network_summary

Overview

This resource can be used to get the License summary of the network.

Version information

Version : v2

URI scheme

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

Tags

  • network_summary : Operations related to network_summary

Paths

Get operation for network_summary

GET /network_summary

Description

Use this operation to get the license network summary. Region can be filtered by using query parameter(?region=REGION_NAME)

Responses

HTTP Code Description Schema
200 API Successfully executed network_summary_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

  • network_summary

Definitions

ErrorSchema

Name Schema
errorcode
optional
integer
errormessage
optional
string

feature

License Feature(SE/EE)

Type : string

license_expiry

Expiry date of license

Type : string

license_server

Local or Centralized License server used

Type : string

license_type

License Type

Type : string

maintenance_expiry

Maintenance Expiry date of license

Type : string

maximum_bandwidth

Max BW of the license in MB

Type : string

model

The License Model

Type : string

network_summary_delete_success_schema

Name Schema
network_summary
optional
network_summary

network_summary

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

network_summary_post_success_schema

Name Schema
network_summary
optional
network_summary

network_summary

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

network_summary_put_success_schema

Name Schema
network_summary
optional
network_summary

network_summary

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

network_summary_response_schema

Type : < network_summary_response_schema > array

network_summary_response_schema

Name Schema
feature
optional
feature
license_expiry
optional
license_expiry
license_server
optional
license_server
license_type
optional
license_type
maintenance_expiry
optional
maintenance_expiry
maximum_bandwidth
optional
maximum_bandwidth
model
optional
model
site_name
optional
site_name
state
optional
state

site_name

Site Name

Type : string

state

License State

Type : string

Was this article helpful?