Skip to content

centralized_licensing_site

Overview

API to modify, get, site settings for centralized licensing for sites

Version information

Version : v2

URI scheme

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

Tags

  • centralized_licensing_site : Operations related to centralized_licensing_site

Paths

Get operation for centralized_licensing_site

GET /centralized_licensing_site

Description

Use this operation to get the centralized licensing settings for this site

Responses

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

  • centralized_licensing_site

PUT operation for centralized_licensing_site

PUT /centralized_licensing_site

Description

Use this operation to modify the centralized licensing settings for this site

Parameters

Type Name Schema
Body body
optional
centralized_licensing_site_request_schema

Responses

HTTP Code Description Schema
200 Resource modified added centralized_licensing_site_put_success_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

Consumes

  • application/json

Produces

  • application/json

Tags

  • centralized_licensing_site

Definitions

ErrorSchema

Name Schema
errorcode
optional
integer
errormessage
optional
string

appliance_edition

Edition of the appliance. SE is Stanadard Edition, EE is Enterprise Edition, PER-HOUR is on an hourly basis

Type : enum (SE, EE, PER-HOUR)

centralized_licensing_site

Name Schema
appliance_edition
optional
appliance_edition
license_rate
optional
license_rate
license_server_location
optional
license_server_location
override_global
optional
override_global
package_name
optional
package_name
remote_server_ip
optional
remote_server_ip
remote_server_port
optional
remote_server_port
site_name
optional
site_name

centralized_licensing_site_delete_success_schema

Name Schema
centralized_licensing_site
optional
centralized_licensing_site

centralized_licensing_site

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

centralized_licensing_site_post_success_schema

Name Schema
centralized_licensing_site
optional
centralized_licensing_site

centralized_licensing_site

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

centralized_licensing_site_put_success_schema

Name Schema
centralized_licensing_site
optional
centralized_licensing_site

centralized_licensing_site

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

centralized_licensing_site_request_schema

Name Schema
centralized_licensing_site
optional
centralized_licensing_site

centralized_licensing_site_response_schema

Type : < centralized_licensing_site_response_schema > array

centralized_licensing_site_response_schema

Name Schema
appliance_edition
optional
appliance_edition
license_rate
optional
license_rate
license_server_location
optional
license_server_location
override_global
optional
override_global
package_name
optional
package_name
remote_server_ip
optional
remote_server_ip
remote_server_port
optional
remote_server_port
site_name
optional
site_name

license_rate

License rate

Type : enum (10, 20, 50, 100, 150, 200, 250, 300, 500, 1000, 1500, 2000, 3000, 4000, 5000, auto)

license_server_location

The location of the license server

Type : enum (LOCAL, CENTRAL)

override_global

enable/disable overriding global centralized licensing settings

Type : boolean

package_name

Config package name using which the centralized licensing operation should be performed.

Type : string

remote_server_ip

Remote licensing server ip address

Type : string

remote_server_port

Remote server port

Type : integer

site_name

Site Name for which centralized licensing properties need to be set

Type : string

Was this article helpful?