centralized_licensing_global¶
Overview¶
API to modify, get, global settings for centralized licensing
Version information¶
Version : v2
URI scheme¶
Host :
BasePath : /sdwan/nitro/v2/config_editor/
Schemes : HTTP
Tags¶
- centralized_licensing_global : Operations related to centralized_licensing_global
Paths¶
Get operation for centralized_licensing_global¶
GET /centralized_licensing_global
Description¶
Use this operation to get global centralized license properties
Responses¶
| HTTP Code | Description | Schema |
|---|---|---|
| 200 | API Successfully executed | centralized_licensing_global_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_global
PUT operation for centralized_licensing_global¶
PUT /centralized_licensing_global
Description¶
Use this operation to modify global centralized license properties
Parameters¶
| Type | Name | Schema |
|---|---|---|
| Body | body optional |
centralized_licensing_global_request_schema |
Responses¶
| HTTP Code | Description | Schema |
|---|---|---|
| 200 | Resource modified added | centralized_licensing_global_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_global
Definitions¶
ErrorSchema¶
| Name | Schema |
|---|---|
| errorcode optional |
integer |
| errormessage optional |
string |
centralized_licensing_global¶
| Name | Schema |
|---|---|
| enable optional |
enable |
| package_name optional |
package_name |
| remote_server_ip optional |
remote_server_ip |
| remote_server_port optional |
remote_server_port |
centralized_licensing_global_delete_success_schema¶
| Name | Schema |
|---|---|
| centralized_licensing_global optional |
centralized_licensing_global |
| Name | Description | Schema |
|---|---|---|
| message optional |
Example : "resource deleted succesfully" |
string |
centralized_licensing_global_post_success_schema¶
| Name | Schema |
|---|---|
| centralized_licensing_global optional |
centralized_licensing_global |
| Name | Description | Schema |
|---|---|---|
| message optional |
Example : "resource added succesfully" |
string |
centralized_licensing_global_put_success_schema¶
| Name | Schema |
|---|---|
| centralized_licensing_global optional |
centralized_licensing_global |
| Name | Description | Schema |
|---|---|---|
| message optional |
Example : "resource modified succesfully" |
string |
centralized_licensing_global_request_schema¶
| Name | Schema |
|---|---|
| centralized_licensing_global optional |
centralized_licensing_global |
centralized_licensing_global_response_schema¶
Type : < centralized_licensing_global_response_schema > array
centralized_licensing_global_response_schema
| Name | Schema |
|---|---|
| enable optional |
enable |
| package_name optional |
package_name |
| remote_server_ip optional |
remote_server_ip |
| remote_server_port optional |
remote_server_port |
enable¶
enable/disable centralized licensing
Type : boolean
package_name¶
Config package name using which the licensing API operation should be performed.
Type : string
remote_server_ip¶
Remote licensing server ip address
Type : string
remote_server_port¶
Remote licensing server port
Type : integer