remote_license¶
Overview¶
Remote license configuration
Version information¶
Version : v2
URI scheme¶
Host :
BasePath : /sdwan/nitro/v2/config/
Schemes : HTTP
Tags¶
- remote_license : Operations related to remote_license
Paths¶
POST operation for remote_license¶
POST /remote_license
Description¶
Activate the remote license configuration
Parameters¶
Type | Name | Description | Schema |
---|---|---|---|
Query | action required |
Select if action is other that ADD | enum (enable_remote_server) |
Body | body optional |
remote_license_request_schema |
Responses¶
HTTP Code | Description | Schema |
---|---|---|
200 | Resource successfully added | remote_license_post_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¶
- remote_license
Get operation for remote_license¶
GET /remote_license
Description¶
Use this operation to get the remote license configuration
Responses¶
HTTP Code | Description | Schema |
---|---|---|
200 | API Successfully executed | remote_license_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¶
- remote_license
PUT operation for remote_license¶
PUT /remote_license
Description¶
Update the remote license configuration
Responses¶
HTTP Code | Description | Schema |
---|---|---|
200 | Resource modified added | remote_license_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 |
Produces¶
application/json
Tags¶
- remote_license
Definitions¶
ErrorSchema¶
Name | Schema |
---|---|
errorcode optional |
integer |
errormessage optional |
string |
model¶
Model installed from license
Type : string
model_choices¶
Model choices available on this device
Type : string
remote_license¶
Name | Schema |
---|---|
model optional |
model |
model_choices optional |
model_choices |
remote_license_ip optional |
remote_license_ip |
remote_license_port optional |
remote_license_port |
remote_license_delete_success_schema¶
Name | Schema |
---|---|
remote_license optional |
remote_license |
Name | Description | Schema |
---|---|---|
message optional |
Example : "resource deleted succesfully" |
string |
remote_license_ip¶
Remote license server IP
Type : string
remote_license_port¶
Remote license server port
Type : integer
remote_license_post_success_schema¶
Name | Schema |
---|---|
remote_license optional |
remote_license |
Name | Description | Schema |
---|---|---|
message optional |
Example : "resource added succesfully" |
string |
remote_license_put_success_schema¶
Name | Schema |
---|---|
remote_license optional |
remote_license |
Name | Description | Schema |
---|---|---|
message optional |
Example : "resource modified succesfully" |
string |
remote_license_request_schema¶
Name | Schema |
---|---|
remote_license optional |
remote_license |
remote_license_response_schema¶
Type : < remote_license_response_schema > array
remote_license_response_schema
Name | Schema |
---|---|
model optional |
model |
model_choices optional |
model_choices |
remote_license_ip optional |
remote_license_ip |
remote_license_port optional |
remote_license_port |