FortiOS v6.4.14 cmdb wanopt
- GET /wanopt/auth-group
Select all entries in a CLI table. ** Access Group: wanoptgrp**
- Query Parameters:
datasource (boolean) – Enable to include datasource information for each linked object.
start (integer) – Starting entry index.
count (integer) – Maximum number of entries to return.
with_meta (boolean) – Enable to include meta information about each object (type id, references, etc).
with_contents_hash (boolean) – Enable to include a checksum of each object’s contents.
skip (boolean) – Enable to call CLI skip operator to hide skipped properties.
format (array) – List of property names to include in results, separated by | (i.e. policyid|srcintf).
filter (array) – Filtering multiple key/value pairs Operator | Description == | Case insensitive match with pattern. != | Does not match with pattern (case insensitive). =@ | Pattern found in object value (case insensitive). !@ | Pattern not found in object value (case insensitive). <= | Value must be less than or equal to pattern. < | Value must be less than pattern. .>= | Value must be greater than or equal to pattern. .> | Value must be greater than pattern. Logical OR | Separate filters using commas ‘,’ Logical AND | Filter strings can be combined to create logical AND queries by including multiple filters in the request. Combining AND and OR | You can combine AND and OR filters together to create more complex filters.
key (string) – If present, objects will be filtered on property with this name.
pattern (string) – If present, objects will be filtered on property with this value.
scope (string) – Scope [global|vdom|both*]
exclude-default-values (boolean) – Exclude properties/objects with default value
action (string) – default: Return the CLI default values for entire CLI tree. meta: Return meta data for a specific object, table, or the entire CLI tree. schema: Return schema for entire CLI tree.
vdom (array) – Specify the Virtual Domain(s) from which results are returned or changes are applied to. If this parameter is not provided, the management VDOM will be used. If the admin does not have access to the VDOM, a permission error will be returned. The URL parameter is one of: vdom=root (Single VDOM) vdom=vdom1,vdom2 (Multiple VDOMs) vdom=* (All VDOMs)
- Status Codes:
200 OK – OK: Request returns successful
400 Bad Request – Bad Request: Request cannot be processed by the API
401 Unauthorized – Not Authorized: Request without successful login session
403 Forbidden – Forbidden: Request is missing CSRF token or administrator is missing access profile permissions.
404 Not Found – Resource Not Found: Unable to find the specified resource.
405 Method Not Allowed – Method Not Allowed: Specified HTTP method is not allowed for this resource.
413 Request Entity Too Large – Request Entity Too Large: Request cannot be processed due to large entity
424 Failed Dependency – Failed Dependency: Fail dependency can be duplicate resource, missing required parameter, missing required attribute, invalid attribute value
429 Too Many Requests – Access temporarily blocked: Maximum failed authentications reached. The offended source is temporarily blocked for certain amount of time.
500 Internal Server Error – Internal Server Error: Internal error when processing the request
- POST /wanopt/auth-group
Create object(s) in this table. ** Access Group: wanoptgrp**
- Query Parameters:
vdom (array) – Specify the Virtual Domain(s) from which results are returned or changes are applied to. If this parameter is not provided, the management VDOM will be used. If the admin does not have access to the VDOM, a permission error will be returned. The URL parameter is one of: vdom=root (Single VDOM) vdom=vdom1,vdom2 (Multiple VDOMs) vdom=* (All VDOMs)
action (string) – If supported, an action can be specified. _clone_: Clone this specific resource. When action=clone is set, the extra parameters nkey must be provided. __*Note:*__ If this parameter is provided when not supported, the action will be ignored and an “invalid request” error will be returned.
nkey (string) –
If action=clone, use nkey to specify the ID for the new resource to be created.
For example, to clone address1 to address1_clone, use: __action=clone&nkey=address1_clone__ __*Note:__ This parameter can only be used when the *action parameter is set to clone.
- Status Codes:
200 OK – OK: Request returns successful
400 Bad Request – Bad Request: Request cannot be processed by the API
401 Unauthorized – Not Authorized: Request without successful login session
403 Forbidden – Forbidden: Request is missing CSRF token or administrator is missing access profile permissions.
404 Not Found – Resource Not Found: Unable to find the specified resource.
405 Method Not Allowed – Method Not Allowed: Specified HTTP method is not allowed for this resource.
413 Request Entity Too Large – Request Entity Too Large: Request cannot be processed due to large entity
424 Failed Dependency – Failed Dependency: Fail dependency can be duplicate resource, missing required parameter, missing required attribute, invalid attribute value
429 Too Many Requests – Access temporarily blocked: Maximum failed authentications reached. The offended source is temporarily blocked for certain amount of time.
500 Internal Server Error – Internal Server Error: Internal error when processing the request
- DELETE /wanopt/auth-group/{name}
Delete this specific resource. ** Access Group: wanoptgrp**
- Parameters:
name (string) – mkey
- Query Parameters:
vdom (array) – Specify the Virtual Domain(s) from which results are returned or changes are applied to. If this parameter is not provided, the management VDOM will be used. If the admin does not have access to the VDOM, a permission error will be returned. The URL parameter is one of: vdom=root (Single VDOM) vdom=vdom1,vdom2 (Multiple VDOMs) vdom=* (All VDOMs)
- Status Codes:
200 OK – OK: Request returns successful
400 Bad Request – Bad Request: Request cannot be processed by the API
401 Unauthorized – Not Authorized: Request without successful login session
403 Forbidden – Forbidden: Request is missing CSRF token or administrator is missing access profile permissions.
404 Not Found – Resource Not Found: Unable to find the specified resource.
405 Method Not Allowed – Method Not Allowed: Specified HTTP method is not allowed for this resource.
413 Request Entity Too Large – Request Entity Too Large: Request cannot be processed due to large entity
424 Failed Dependency – Failed Dependency: Fail dependency can be duplicate resource, missing required parameter, missing required attribute, invalid attribute value
429 Too Many Requests – Access temporarily blocked: Maximum failed authentications reached. The offended source is temporarily blocked for certain amount of time.
500 Internal Server Error – Internal Server Error: Internal error when processing the request
- GET /wanopt/auth-group/{name}
Select a specific entry from a CLI table. ** Access Group: wanoptgrp**
- Parameters:
name (string) – mkey
- Query Parameters:
datasource (boolean) – Enable to include datasource information for each linked object.
with_meta (boolean) – Enable to include meta information about each object (type id, references, etc).
skip (boolean) – Enable to call CLI skip operator to hide skipped properties.
format (array) – List of property names to include in results, separated by | (i.e. policyid|srcintf).
action (string) – default: Return the CLI default values for this object type. schema: Return the CLI schema for this object type. revision: Return the CMDB revision for this object type. transaction-list: List all configuration transaction(s).
vdom (array) – Specify the Virtual Domain(s) from which results are returned or changes are applied to. If this parameter is not provided, the management VDOM will be used. If the admin does not have access to the VDOM, a permission error will be returned. The URL parameter is one of: vdom=root (Single VDOM) vdom=vdom1,vdom2 (Multiple VDOMs) vdom=* (All VDOMs)
- Status Codes:
200 OK – OK: Request returns successful
400 Bad Request – Bad Request: Request cannot be processed by the API
401 Unauthorized – Not Authorized: Request without successful login session
403 Forbidden – Forbidden: Request is missing CSRF token or administrator is missing access profile permissions.
404 Not Found – Resource Not Found: Unable to find the specified resource.
405 Method Not Allowed – Method Not Allowed: Specified HTTP method is not allowed for this resource.
413 Request Entity Too Large – Request Entity Too Large: Request cannot be processed due to large entity
424 Failed Dependency – Failed Dependency: Fail dependency can be duplicate resource, missing required parameter, missing required attribute, invalid attribute value
429 Too Many Requests – Access temporarily blocked: Maximum failed authentications reached. The offended source is temporarily blocked for certain amount of time.
500 Internal Server Error – Internal Server Error: Internal error when processing the request
- PUT /wanopt/auth-group/{name}
Update this specific resource. ** Access Group: wanoptgrp**
- Parameters:
name (string) – mkey
- Query Parameters:
vdom (array) – Specify the Virtual Domain(s) from which results are returned or changes are applied to. If this parameter is not provided, the management VDOM will be used. If the admin does not have access to the VDOM, a permission error will be returned. The URL parameter is one of: vdom=root (Single VDOM) vdom=vdom1,vdom2 (Multiple VDOMs) vdom=* (All VDOMs)
action (string) – If supported, an action can be specified. _move_: Move this specific resource. When action=move is set, one of the extra parameters (before, after) must be provided. __*Note:*__ If this parameter is provided when not supported, the action will be ignored and an “invalid request” error will be returned.
before (string) – If action=move, use before to specify the ID of the resource that this resource will be moved before. For example, to move object 1 to before object 2, use: __action=move&before=2__ __*Note:__ This parameter can only be used when the *action parameter is set to move.
after (string) – If action=move, use after to specify the ID of the resource that this resource will be moved after. For example, to move object 1 to after object 3, use: __action=move&after=3__ __*Note:__ This parameter can only be used when the *action parameter is set to move.
- Status Codes:
200 OK – OK: Request returns successful
400 Bad Request – Bad Request: Request cannot be processed by the API
401 Unauthorized – Not Authorized: Request without successful login session
403 Forbidden – Forbidden: Request is missing CSRF token or administrator is missing access profile permissions.
404 Not Found – Resource Not Found: Unable to find the specified resource.
405 Method Not Allowed – Method Not Allowed: Specified HTTP method is not allowed for this resource.
413 Request Entity Too Large – Request Entity Too Large: Request cannot be processed due to large entity
424 Failed Dependency – Failed Dependency: Fail dependency can be duplicate resource, missing required parameter, missing required attribute, invalid attribute value
429 Too Many Requests – Access temporarily blocked: Maximum failed authentications reached. The offended source is temporarily blocked for certain amount of time.
500 Internal Server Error – Internal Server Error: Internal error when processing the request
- GET /wanopt/cache-service
Select all entries in a CLI table. ** Access Group: wanoptgrp**
- Query Parameters:
datasource (boolean) – Enable to include datasource information for each linked object.
start (integer) – Starting entry index.
count (integer) – Maximum number of entries to return.
with_meta (boolean) – Enable to include meta information about each object (type id, references, etc).
with_contents_hash (boolean) – Enable to include a checksum of each object’s contents.
skip (boolean) – Enable to call CLI skip operator to hide skipped properties.
format (array) – List of property names to include in results, separated by | (i.e. policyid|srcintf).
filter (array) – Filtering multiple key/value pairs Operator | Description == | Case insensitive match with pattern. != | Does not match with pattern (case insensitive). =@ | Pattern found in object value (case insensitive). !@ | Pattern not found in object value (case insensitive). <= | Value must be less than or equal to pattern. < | Value must be less than pattern. .>= | Value must be greater than or equal to pattern. .> | Value must be greater than pattern. Logical OR | Separate filters using commas ‘,’ Logical AND | Filter strings can be combined to create logical AND queries by including multiple filters in the request. Combining AND and OR | You can combine AND and OR filters together to create more complex filters.
key (string) – If present, objects will be filtered on property with this name.
pattern (string) – If present, objects will be filtered on property with this value.
scope (string) – Scope [global|vdom|both*]
exclude-default-values (boolean) – Exclude properties/objects with default value
action (string) – default: Return the CLI default values for entire CLI tree. meta: Return meta data for a specific object, table, or the entire CLI tree. schema: Return schema for entire CLI tree.
vdom (array) – Specify the Virtual Domain(s) from which results are returned or changes are applied to. If this parameter is not provided, the management VDOM will be used. If the admin does not have access to the VDOM, a permission error will be returned. The URL parameter is one of: vdom=root (Single VDOM) vdom=vdom1,vdom2 (Multiple VDOMs) vdom=* (All VDOMs)
- Status Codes:
200 OK – OK: Request returns successful
400 Bad Request – Bad Request: Request cannot be processed by the API
401 Unauthorized – Not Authorized: Request without successful login session
403 Forbidden – Forbidden: Request is missing CSRF token or administrator is missing access profile permissions.
404 Not Found – Resource Not Found: Unable to find the specified resource.
405 Method Not Allowed – Method Not Allowed: Specified HTTP method is not allowed for this resource.
413 Request Entity Too Large – Request Entity Too Large: Request cannot be processed due to large entity
424 Failed Dependency – Failed Dependency: Fail dependency can be duplicate resource, missing required parameter, missing required attribute, invalid attribute value
429 Too Many Requests – Access temporarily blocked: Maximum failed authentications reached. The offended source is temporarily blocked for certain amount of time.
500 Internal Server Error – Internal Server Error: Internal error when processing the request
- PUT /wanopt/cache-service
Update this specific resource. ** Access Group: wanoptgrp**
- Query Parameters:
vdom (array) – Specify the Virtual Domain(s) from which results are returned or changes are applied to. If this parameter is not provided, the management VDOM will be used. If the admin does not have access to the VDOM, a permission error will be returned. The URL parameter is one of: vdom=root (Single VDOM) vdom=vdom1,vdom2 (Multiple VDOMs) vdom=* (All VDOMs)
action (string) – If supported, an action can be specified. _move_: Move this specific resource. When action=move is set, one of the extra parameters (before, after) must be provided. __*Note:*__ If this parameter is provided when not supported, the action will be ignored and an “invalid request” error will be returned.
before (string) – If action=move, use before to specify the ID of the resource that this resource will be moved before. For example, to move object 1 to before object 2, use: __action=move&before=2__ __*Note:__ This parameter can only be used when the *action parameter is set to move.
after (string) – If action=move, use after to specify the ID of the resource that this resource will be moved after. For example, to move object 1 to after object 3, use: __action=move&after=3__ __*Note:__ This parameter can only be used when the *action parameter is set to move.
- Status Codes:
200 OK – OK: Request returns successful
400 Bad Request – Bad Request: Request cannot be processed by the API
401 Unauthorized – Not Authorized: Request without successful login session
403 Forbidden – Forbidden: Request is missing CSRF token or administrator is missing access profile permissions.
404 Not Found – Resource Not Found: Unable to find the specified resource.
405 Method Not Allowed – Method Not Allowed: Specified HTTP method is not allowed for this resource.
413 Request Entity Too Large – Request Entity Too Large: Request cannot be processed due to large entity
424 Failed Dependency – Failed Dependency: Fail dependency can be duplicate resource, missing required parameter, missing required attribute, invalid attribute value
429 Too Many Requests – Access temporarily blocked: Maximum failed authentications reached. The offended source is temporarily blocked for certain amount of time.
500 Internal Server Error – Internal Server Error: Internal error when processing the request
- GET /wanopt/content-delivery-network-rule
Select all entries in a CLI table. ** Access Group: wanoptgrp**
- Query Parameters:
datasource (boolean) – Enable to include datasource information for each linked object.
start (integer) – Starting entry index.
count (integer) – Maximum number of entries to return.
with_meta (boolean) – Enable to include meta information about each object (type id, references, etc).
with_contents_hash (boolean) – Enable to include a checksum of each object’s contents.
skip (boolean) – Enable to call CLI skip operator to hide skipped properties.
format (array) – List of property names to include in results, separated by | (i.e. policyid|srcintf).
filter (array) – Filtering multiple key/value pairs Operator | Description == | Case insensitive match with pattern. != | Does not match with pattern (case insensitive). =@ | Pattern found in object value (case insensitive). !@ | Pattern not found in object value (case insensitive). <= | Value must be less than or equal to pattern. < | Value must be less than pattern. .>= | Value must be greater than or equal to pattern. .> | Value must be greater than pattern. Logical OR | Separate filters using commas ‘,’ Logical AND | Filter strings can be combined to create logical AND queries by including multiple filters in the request. Combining AND and OR | You can combine AND and OR filters together to create more complex filters.
key (string) – If present, objects will be filtered on property with this name.
pattern (string) – If present, objects will be filtered on property with this value.
scope (string) – Scope [global|vdom|both*]
exclude-default-values (boolean) – Exclude properties/objects with default value
action (string) – default: Return the CLI default values for entire CLI tree. meta: Return meta data for a specific object, table, or the entire CLI tree. schema: Return schema for entire CLI tree.
vdom (array) – Specify the Virtual Domain(s) from which results are returned or changes are applied to. If this parameter is not provided, the management VDOM will be used. If the admin does not have access to the VDOM, a permission error will be returned. The URL parameter is one of: vdom=root (Single VDOM) vdom=vdom1,vdom2 (Multiple VDOMs) vdom=* (All VDOMs)
- Status Codes:
200 OK – OK: Request returns successful
400 Bad Request – Bad Request: Request cannot be processed by the API
401 Unauthorized – Not Authorized: Request without successful login session
403 Forbidden – Forbidden: Request is missing CSRF token or administrator is missing access profile permissions.
404 Not Found – Resource Not Found: Unable to find the specified resource.
405 Method Not Allowed – Method Not Allowed: Specified HTTP method is not allowed for this resource.
413 Request Entity Too Large – Request Entity Too Large: Request cannot be processed due to large entity
424 Failed Dependency – Failed Dependency: Fail dependency can be duplicate resource, missing required parameter, missing required attribute, invalid attribute value
429 Too Many Requests – Access temporarily blocked: Maximum failed authentications reached. The offended source is temporarily blocked for certain amount of time.
500 Internal Server Error – Internal Server Error: Internal error when processing the request
- POST /wanopt/content-delivery-network-rule
Create object(s) in this table. ** Access Group: wanoptgrp**
- Query Parameters:
vdom (array) – Specify the Virtual Domain(s) from which results are returned or changes are applied to. If this parameter is not provided, the management VDOM will be used. If the admin does not have access to the VDOM, a permission error will be returned. The URL parameter is one of: vdom=root (Single VDOM) vdom=vdom1,vdom2 (Multiple VDOMs) vdom=* (All VDOMs)
action (string) – If supported, an action can be specified. _clone_: Clone this specific resource. When action=clone is set, the extra parameters nkey must be provided. __*Note:*__ If this parameter is provided when not supported, the action will be ignored and an “invalid request” error will be returned.
nkey (string) –
If action=clone, use nkey to specify the ID for the new resource to be created.
For example, to clone address1 to address1_clone, use: __action=clone&nkey=address1_clone__ __*Note:__ This parameter can only be used when the *action parameter is set to clone.
- Status Codes:
200 OK – OK: Request returns successful
400 Bad Request – Bad Request: Request cannot be processed by the API
401 Unauthorized – Not Authorized: Request without successful login session
403 Forbidden – Forbidden: Request is missing CSRF token or administrator is missing access profile permissions.
404 Not Found – Resource Not Found: Unable to find the specified resource.
405 Method Not Allowed – Method Not Allowed: Specified HTTP method is not allowed for this resource.
413 Request Entity Too Large – Request Entity Too Large: Request cannot be processed due to large entity
424 Failed Dependency – Failed Dependency: Fail dependency can be duplicate resource, missing required parameter, missing required attribute, invalid attribute value
429 Too Many Requests – Access temporarily blocked: Maximum failed authentications reached. The offended source is temporarily blocked for certain amount of time.
500 Internal Server Error – Internal Server Error: Internal error when processing the request
- DELETE /wanopt/content-delivery-network-rule/{name}
Delete this specific resource. ** Access Group: wanoptgrp**
- Parameters:
name (string) – mkey
- Query Parameters:
vdom (array) – Specify the Virtual Domain(s) from which results are returned or changes are applied to. If this parameter is not provided, the management VDOM will be used. If the admin does not have access to the VDOM, a permission error will be returned. The URL parameter is one of: vdom=root (Single VDOM) vdom=vdom1,vdom2 (Multiple VDOMs) vdom=* (All VDOMs)
- Status Codes:
200 OK – OK: Request returns successful
400 Bad Request – Bad Request: Request cannot be processed by the API
401 Unauthorized – Not Authorized: Request without successful login session
403 Forbidden – Forbidden: Request is missing CSRF token or administrator is missing access profile permissions.
404 Not Found – Resource Not Found: Unable to find the specified resource.
405 Method Not Allowed – Method Not Allowed: Specified HTTP method is not allowed for this resource.
413 Request Entity Too Large – Request Entity Too Large: Request cannot be processed due to large entity
424 Failed Dependency – Failed Dependency: Fail dependency can be duplicate resource, missing required parameter, missing required attribute, invalid attribute value
429 Too Many Requests – Access temporarily blocked: Maximum failed authentications reached. The offended source is temporarily blocked for certain amount of time.
500 Internal Server Error – Internal Server Error: Internal error when processing the request
- GET /wanopt/content-delivery-network-rule/{name}
Select a specific entry from a CLI table. ** Access Group: wanoptgrp**
- Parameters:
name (string) – mkey
- Query Parameters:
datasource (boolean) – Enable to include datasource information for each linked object.
with_meta (boolean) – Enable to include meta information about each object (type id, references, etc).
skip (boolean) – Enable to call CLI skip operator to hide skipped properties.
format (array) – List of property names to include in results, separated by | (i.e. policyid|srcintf).
action (string) – default: Return the CLI default values for this object type. schema: Return the CLI schema for this object type. revision: Return the CMDB revision for this object type. transaction-list: List all configuration transaction(s).
vdom (array) – Specify the Virtual Domain(s) from which results are returned or changes are applied to. If this parameter is not provided, the management VDOM will be used. If the admin does not have access to the VDOM, a permission error will be returned. The URL parameter is one of: vdom=root (Single VDOM) vdom=vdom1,vdom2 (Multiple VDOMs) vdom=* (All VDOMs)
- Status Codes:
200 OK – OK: Request returns successful
400 Bad Request – Bad Request: Request cannot be processed by the API
401 Unauthorized – Not Authorized: Request without successful login session
403 Forbidden – Forbidden: Request is missing CSRF token or administrator is missing access profile permissions.
404 Not Found – Resource Not Found: Unable to find the specified resource.
405 Method Not Allowed – Method Not Allowed: Specified HTTP method is not allowed for this resource.
413 Request Entity Too Large – Request Entity Too Large: Request cannot be processed due to large entity
424 Failed Dependency – Failed Dependency: Fail dependency can be duplicate resource, missing required parameter, missing required attribute, invalid attribute value
429 Too Many Requests – Access temporarily blocked: Maximum failed authentications reached. The offended source is temporarily blocked for certain amount of time.
500 Internal Server Error – Internal Server Error: Internal error when processing the request
- PUT /wanopt/content-delivery-network-rule/{name}
Update this specific resource. ** Access Group: wanoptgrp**
- Parameters:
name (string) – mkey
- Query Parameters:
vdom (array) – Specify the Virtual Domain(s) from which results are returned or changes are applied to. If this parameter is not provided, the management VDOM will be used. If the admin does not have access to the VDOM, a permission error will be returned. The URL parameter is one of: vdom=root (Single VDOM) vdom=vdom1,vdom2 (Multiple VDOMs) vdom=* (All VDOMs)
action (string) – If supported, an action can be specified. _move_: Move this specific resource. When action=move is set, one of the extra parameters (before, after) must be provided. __*Note:*__ If this parameter is provided when not supported, the action will be ignored and an “invalid request” error will be returned.
before (string) – If action=move, use before to specify the ID of the resource that this resource will be moved before. For example, to move object 1 to before object 2, use: __action=move&before=2__ __*Note:__ This parameter can only be used when the *action parameter is set to move.
after (string) – If action=move, use after to specify the ID of the resource that this resource will be moved after. For example, to move object 1 to after object 3, use: __action=move&after=3__ __*Note:__ This parameter can only be used when the *action parameter is set to move.
- Status Codes:
200 OK – OK: Request returns successful
400 Bad Request – Bad Request: Request cannot be processed by the API
401 Unauthorized – Not Authorized: Request without successful login session
403 Forbidden – Forbidden: Request is missing CSRF token or administrator is missing access profile permissions.
404 Not Found – Resource Not Found: Unable to find the specified resource.
405 Method Not Allowed – Method Not Allowed: Specified HTTP method is not allowed for this resource.
413 Request Entity Too Large – Request Entity Too Large: Request cannot be processed due to large entity
424 Failed Dependency – Failed Dependency: Fail dependency can be duplicate resource, missing required parameter, missing required attribute, invalid attribute value
429 Too Many Requests – Access temporarily blocked: Maximum failed authentications reached. The offended source is temporarily blocked for certain amount of time.
500 Internal Server Error – Internal Server Error: Internal error when processing the request
- GET /wanopt/peer
Select all entries in a CLI table. ** Access Group: wanoptgrp**
- Query Parameters:
datasource (boolean) – Enable to include datasource information for each linked object.
start (integer) – Starting entry index.
count (integer) – Maximum number of entries to return.
with_meta (boolean) – Enable to include meta information about each object (type id, references, etc).
with_contents_hash (boolean) – Enable to include a checksum of each object’s contents.
skip (boolean) – Enable to call CLI skip operator to hide skipped properties.
format (array) – List of property names to include in results, separated by | (i.e. policyid|srcintf).
filter (array) – Filtering multiple key/value pairs Operator | Description == | Case insensitive match with pattern. != | Does not match with pattern (case insensitive). =@ | Pattern found in object value (case insensitive). !@ | Pattern not found in object value (case insensitive). <= | Value must be less than or equal to pattern. < | Value must be less than pattern. .>= | Value must be greater than or equal to pattern. .> | Value must be greater than pattern. Logical OR | Separate filters using commas ‘,’ Logical AND | Filter strings can be combined to create logical AND queries by including multiple filters in the request. Combining AND and OR | You can combine AND and OR filters together to create more complex filters.
key (string) – If present, objects will be filtered on property with this name.
pattern (string) – If present, objects will be filtered on property with this value.
scope (string) – Scope [global|vdom|both*]
exclude-default-values (boolean) – Exclude properties/objects with default value
action (string) – default: Return the CLI default values for entire CLI tree. meta: Return meta data for a specific object, table, or the entire CLI tree. schema: Return schema for entire CLI tree.
vdom (array) – Specify the Virtual Domain(s) from which results are returned or changes are applied to. If this parameter is not provided, the management VDOM will be used. If the admin does not have access to the VDOM, a permission error will be returned. The URL parameter is one of: vdom=root (Single VDOM) vdom=vdom1,vdom2 (Multiple VDOMs) vdom=* (All VDOMs)
- Status Codes:
200 OK – OK: Request returns successful
400 Bad Request – Bad Request: Request cannot be processed by the API
401 Unauthorized – Not Authorized: Request without successful login session
403 Forbidden – Forbidden: Request is missing CSRF token or administrator is missing access profile permissions.
404 Not Found – Resource Not Found: Unable to find the specified resource.
405 Method Not Allowed – Method Not Allowed: Specified HTTP method is not allowed for this resource.
413 Request Entity Too Large – Request Entity Too Large: Request cannot be processed due to large entity
424 Failed Dependency – Failed Dependency: Fail dependency can be duplicate resource, missing required parameter, missing required attribute, invalid attribute value
429 Too Many Requests – Access temporarily blocked: Maximum failed authentications reached. The offended source is temporarily blocked for certain amount of time.
500 Internal Server Error – Internal Server Error: Internal error when processing the request
- POST /wanopt/peer
Create object(s) in this table. ** Access Group: wanoptgrp**
- Query Parameters:
vdom (array) – Specify the Virtual Domain(s) from which results are returned or changes are applied to. If this parameter is not provided, the management VDOM will be used. If the admin does not have access to the VDOM, a permission error will be returned. The URL parameter is one of: vdom=root (Single VDOM) vdom=vdom1,vdom2 (Multiple VDOMs) vdom=* (All VDOMs)
action (string) – If supported, an action can be specified. _clone_: Clone this specific resource. When action=clone is set, the extra parameters nkey must be provided. __*Note:*__ If this parameter is provided when not supported, the action will be ignored and an “invalid request” error will be returned.
nkey (string) –
If action=clone, use nkey to specify the ID for the new resource to be created.
For example, to clone address1 to address1_clone, use: __action=clone&nkey=address1_clone__ __*Note:__ This parameter can only be used when the *action parameter is set to clone.
- Status Codes:
200 OK – OK: Request returns successful
400 Bad Request – Bad Request: Request cannot be processed by the API
401 Unauthorized – Not Authorized: Request without successful login session
403 Forbidden – Forbidden: Request is missing CSRF token or administrator is missing access profile permissions.
404 Not Found – Resource Not Found: Unable to find the specified resource.
405 Method Not Allowed – Method Not Allowed: Specified HTTP method is not allowed for this resource.
413 Request Entity Too Large – Request Entity Too Large: Request cannot be processed due to large entity
424 Failed Dependency – Failed Dependency: Fail dependency can be duplicate resource, missing required parameter, missing required attribute, invalid attribute value
429 Too Many Requests – Access temporarily blocked: Maximum failed authentications reached. The offended source is temporarily blocked for certain amount of time.
500 Internal Server Error – Internal Server Error: Internal error when processing the request
- DELETE /wanopt/peer/{peer-host-id}
Delete this specific resource. ** Access Group: wanoptgrp**
- Parameters:
peer-host-id (string) – mkey
- Query Parameters:
vdom (array) – Specify the Virtual Domain(s) from which results are returned or changes are applied to. If this parameter is not provided, the management VDOM will be used. If the admin does not have access to the VDOM, a permission error will be returned. The URL parameter is one of: vdom=root (Single VDOM) vdom=vdom1,vdom2 (Multiple VDOMs) vdom=* (All VDOMs)
- Status Codes:
200 OK – OK: Request returns successful
400 Bad Request – Bad Request: Request cannot be processed by the API
401 Unauthorized – Not Authorized: Request without successful login session
403 Forbidden – Forbidden: Request is missing CSRF token or administrator is missing access profile permissions.
404 Not Found – Resource Not Found: Unable to find the specified resource.
405 Method Not Allowed – Method Not Allowed: Specified HTTP method is not allowed for this resource.
413 Request Entity Too Large – Request Entity Too Large: Request cannot be processed due to large entity
424 Failed Dependency – Failed Dependency: Fail dependency can be duplicate resource, missing required parameter, missing required attribute, invalid attribute value
429 Too Many Requests – Access temporarily blocked: Maximum failed authentications reached. The offended source is temporarily blocked for certain amount of time.
500 Internal Server Error – Internal Server Error: Internal error when processing the request
- GET /wanopt/peer/{peer-host-id}
Select a specific entry from a CLI table. ** Access Group: wanoptgrp**
- Parameters:
peer-host-id (string) – mkey
- Query Parameters:
datasource (boolean) – Enable to include datasource information for each linked object.
with_meta (boolean) – Enable to include meta information about each object (type id, references, etc).
skip (boolean) – Enable to call CLI skip operator to hide skipped properties.
format (array) – List of property names to include in results, separated by | (i.e. policyid|srcintf).
action (string) – default: Return the CLI default values for this object type. schema: Return the CLI schema for this object type. revision: Return the CMDB revision for this object type. transaction-list: List all configuration transaction(s).
vdom (array) – Specify the Virtual Domain(s) from which results are returned or changes are applied to. If this parameter is not provided, the management VDOM will be used. If the admin does not have access to the VDOM, a permission error will be returned. The URL parameter is one of: vdom=root (Single VDOM) vdom=vdom1,vdom2 (Multiple VDOMs) vdom=* (All VDOMs)
- Status Codes:
200 OK – OK: Request returns successful
400 Bad Request – Bad Request: Request cannot be processed by the API
401 Unauthorized – Not Authorized: Request without successful login session
403 Forbidden – Forbidden: Request is missing CSRF token or administrator is missing access profile permissions.
404 Not Found – Resource Not Found: Unable to find the specified resource.
405 Method Not Allowed – Method Not Allowed: Specified HTTP method is not allowed for this resource.
413 Request Entity Too Large – Request Entity Too Large: Request cannot be processed due to large entity
424 Failed Dependency – Failed Dependency: Fail dependency can be duplicate resource, missing required parameter, missing required attribute, invalid attribute value
429 Too Many Requests – Access temporarily blocked: Maximum failed authentications reached. The offended source is temporarily blocked for certain amount of time.
500 Internal Server Error – Internal Server Error: Internal error when processing the request
- PUT /wanopt/peer/{peer-host-id}
Update this specific resource. ** Access Group: wanoptgrp**
- Parameters:
peer-host-id (string) – mkey
- Query Parameters:
vdom (array) – Specify the Virtual Domain(s) from which results are returned or changes are applied to. If this parameter is not provided, the management VDOM will be used. If the admin does not have access to the VDOM, a permission error will be returned. The URL parameter is one of: vdom=root (Single VDOM) vdom=vdom1,vdom2 (Multiple VDOMs) vdom=* (All VDOMs)
action (string) – If supported, an action can be specified. _move_: Move this specific resource. When action=move is set, one of the extra parameters (before, after) must be provided. __*Note:*__ If this parameter is provided when not supported, the action will be ignored and an “invalid request” error will be returned.
before (string) – If action=move, use before to specify the ID of the resource that this resource will be moved before. For example, to move object 1 to before object 2, use: __action=move&before=2__ __*Note:__ This parameter can only be used when the *action parameter is set to move.
after (string) – If action=move, use after to specify the ID of the resource that this resource will be moved after. For example, to move object 1 to after object 3, use: __action=move&after=3__ __*Note:__ This parameter can only be used when the *action parameter is set to move.
- Status Codes:
200 OK – OK: Request returns successful
400 Bad Request – Bad Request: Request cannot be processed by the API
401 Unauthorized – Not Authorized: Request without successful login session
403 Forbidden – Forbidden: Request is missing CSRF token or administrator is missing access profile permissions.
404 Not Found – Resource Not Found: Unable to find the specified resource.
405 Method Not Allowed – Method Not Allowed: Specified HTTP method is not allowed for this resource.
413 Request Entity Too Large – Request Entity Too Large: Request cannot be processed due to large entity
424 Failed Dependency – Failed Dependency: Fail dependency can be duplicate resource, missing required parameter, missing required attribute, invalid attribute value
429 Too Many Requests – Access temporarily blocked: Maximum failed authentications reached. The offended source is temporarily blocked for certain amount of time.
500 Internal Server Error – Internal Server Error: Internal error when processing the request
- GET /wanopt/profile
Select all entries in a CLI table. ** Access Group: wanoptgrp**
- Query Parameters:
datasource (boolean) – Enable to include datasource information for each linked object.
start (integer) – Starting entry index.
count (integer) – Maximum number of entries to return.
with_meta (boolean) – Enable to include meta information about each object (type id, references, etc).
with_contents_hash (boolean) – Enable to include a checksum of each object’s contents.
skip (boolean) – Enable to call CLI skip operator to hide skipped properties.
format (array) – List of property names to include in results, separated by | (i.e. policyid|srcintf).
filter (array) – Filtering multiple key/value pairs Operator | Description == | Case insensitive match with pattern. != | Does not match with pattern (case insensitive). =@ | Pattern found in object value (case insensitive). !@ | Pattern not found in object value (case insensitive). <= | Value must be less than or equal to pattern. < | Value must be less than pattern. .>= | Value must be greater than or equal to pattern. .> | Value must be greater than pattern. Logical OR | Separate filters using commas ‘,’ Logical AND | Filter strings can be combined to create logical AND queries by including multiple filters in the request. Combining AND and OR | You can combine AND and OR filters together to create more complex filters.
key (string) – If present, objects will be filtered on property with this name.
pattern (string) – If present, objects will be filtered on property with this value.
scope (string) – Scope [global|vdom|both*]
exclude-default-values (boolean) – Exclude properties/objects with default value
action (string) – default: Return the CLI default values for entire CLI tree. meta: Return meta data for a specific object, table, or the entire CLI tree. schema: Return schema for entire CLI tree.
vdom (array) – Specify the Virtual Domain(s) from which results are returned or changes are applied to. If this parameter is not provided, the management VDOM will be used. If the admin does not have access to the VDOM, a permission error will be returned. The URL parameter is one of: vdom=root (Single VDOM) vdom=vdom1,vdom2 (Multiple VDOMs) vdom=* (All VDOMs)
- Status Codes:
200 OK – OK: Request returns successful
400 Bad Request – Bad Request: Request cannot be processed by the API
401 Unauthorized – Not Authorized: Request without successful login session
403 Forbidden – Forbidden: Request is missing CSRF token or administrator is missing access profile permissions.
404 Not Found – Resource Not Found: Unable to find the specified resource.
405 Method Not Allowed – Method Not Allowed: Specified HTTP method is not allowed for this resource.
413 Request Entity Too Large – Request Entity Too Large: Request cannot be processed due to large entity
424 Failed Dependency – Failed Dependency: Fail dependency can be duplicate resource, missing required parameter, missing required attribute, invalid attribute value
429 Too Many Requests – Access temporarily blocked: Maximum failed authentications reached. The offended source is temporarily blocked for certain amount of time.
500 Internal Server Error – Internal Server Error: Internal error when processing the request
- POST /wanopt/profile
Create object(s) in this table. ** Access Group: wanoptgrp**
- Query Parameters:
vdom (array) – Specify the Virtual Domain(s) from which results are returned or changes are applied to. If this parameter is not provided, the management VDOM will be used. If the admin does not have access to the VDOM, a permission error will be returned. The URL parameter is one of: vdom=root (Single VDOM) vdom=vdom1,vdom2 (Multiple VDOMs) vdom=* (All VDOMs)
action (string) – If supported, an action can be specified. _clone_: Clone this specific resource. When action=clone is set, the extra parameters nkey must be provided. __*Note:*__ If this parameter is provided when not supported, the action will be ignored and an “invalid request” error will be returned.
nkey (string) –
If action=clone, use nkey to specify the ID for the new resource to be created.
For example, to clone address1 to address1_clone, use: __action=clone&nkey=address1_clone__ __*Note:__ This parameter can only be used when the *action parameter is set to clone.
- Status Codes:
200 OK – OK: Request returns successful
400 Bad Request – Bad Request: Request cannot be processed by the API
401 Unauthorized – Not Authorized: Request without successful login session
403 Forbidden – Forbidden: Request is missing CSRF token or administrator is missing access profile permissions.
404 Not Found – Resource Not Found: Unable to find the specified resource.
405 Method Not Allowed – Method Not Allowed: Specified HTTP method is not allowed for this resource.
413 Request Entity Too Large – Request Entity Too Large: Request cannot be processed due to large entity
424 Failed Dependency – Failed Dependency: Fail dependency can be duplicate resource, missing required parameter, missing required attribute, invalid attribute value
429 Too Many Requests – Access temporarily blocked: Maximum failed authentications reached. The offended source is temporarily blocked for certain amount of time.
500 Internal Server Error – Internal Server Error: Internal error when processing the request
- DELETE /wanopt/profile/{name}
Delete this specific resource. ** Access Group: wanoptgrp**
- Parameters:
name (string) – mkey
- Query Parameters:
vdom (array) – Specify the Virtual Domain(s) from which results are returned or changes are applied to. If this parameter is not provided, the management VDOM will be used. If the admin does not have access to the VDOM, a permission error will be returned. The URL parameter is one of: vdom=root (Single VDOM) vdom=vdom1,vdom2 (Multiple VDOMs) vdom=* (All VDOMs)
- Status Codes:
200 OK – OK: Request returns successful
400 Bad Request – Bad Request: Request cannot be processed by the API
401 Unauthorized – Not Authorized: Request without successful login session
403 Forbidden – Forbidden: Request is missing CSRF token or administrator is missing access profile permissions.
404 Not Found – Resource Not Found: Unable to find the specified resource.
405 Method Not Allowed – Method Not Allowed: Specified HTTP method is not allowed for this resource.
413 Request Entity Too Large – Request Entity Too Large: Request cannot be processed due to large entity
424 Failed Dependency – Failed Dependency: Fail dependency can be duplicate resource, missing required parameter, missing required attribute, invalid attribute value
429 Too Many Requests – Access temporarily blocked: Maximum failed authentications reached. The offended source is temporarily blocked for certain amount of time.
500 Internal Server Error – Internal Server Error: Internal error when processing the request
- GET /wanopt/profile/{name}
Select a specific entry from a CLI table. ** Access Group: wanoptgrp**
- Parameters:
name (string) – mkey
- Query Parameters:
datasource (boolean) – Enable to include datasource information for each linked object.
with_meta (boolean) – Enable to include meta information about each object (type id, references, etc).
skip (boolean) – Enable to call CLI skip operator to hide skipped properties.
format (array) – List of property names to include in results, separated by | (i.e. policyid|srcintf).
action (string) – default: Return the CLI default values for this object type. schema: Return the CLI schema for this object type. revision: Return the CMDB revision for this object type. transaction-list: List all configuration transaction(s).
vdom (array) – Specify the Virtual Domain(s) from which results are returned or changes are applied to. If this parameter is not provided, the management VDOM will be used. If the admin does not have access to the VDOM, a permission error will be returned. The URL parameter is one of: vdom=root (Single VDOM) vdom=vdom1,vdom2 (Multiple VDOMs) vdom=* (All VDOMs)
- Status Codes:
200 OK – OK: Request returns successful
400 Bad Request – Bad Request: Request cannot be processed by the API
401 Unauthorized – Not Authorized: Request without successful login session
403 Forbidden – Forbidden: Request is missing CSRF token or administrator is missing access profile permissions.
404 Not Found – Resource Not Found: Unable to find the specified resource.
405 Method Not Allowed – Method Not Allowed: Specified HTTP method is not allowed for this resource.
413 Request Entity Too Large – Request Entity Too Large: Request cannot be processed due to large entity
424 Failed Dependency – Failed Dependency: Fail dependency can be duplicate resource, missing required parameter, missing required attribute, invalid attribute value
429 Too Many Requests – Access temporarily blocked: Maximum failed authentications reached. The offended source is temporarily blocked for certain amount of time.
500 Internal Server Error – Internal Server Error: Internal error when processing the request
- PUT /wanopt/profile/{name}
Update this specific resource. ** Access Group: wanoptgrp**
- Parameters:
name (string) – mkey
- Query Parameters:
vdom (array) – Specify the Virtual Domain(s) from which results are returned or changes are applied to. If this parameter is not provided, the management VDOM will be used. If the admin does not have access to the VDOM, a permission error will be returned. The URL parameter is one of: vdom=root (Single VDOM) vdom=vdom1,vdom2 (Multiple VDOMs) vdom=* (All VDOMs)
action (string) – If supported, an action can be specified. _move_: Move this specific resource. When action=move is set, one of the extra parameters (before, after) must be provided. __*Note:*__ If this parameter is provided when not supported, the action will be ignored and an “invalid request” error will be returned.
before (string) – If action=move, use before to specify the ID of the resource that this resource will be moved before. For example, to move object 1 to before object 2, use: __action=move&before=2__ __*Note:__ This parameter can only be used when the *action parameter is set to move.
after (string) – If action=move, use after to specify the ID of the resource that this resource will be moved after. For example, to move object 1 to after object 3, use: __action=move&after=3__ __*Note:__ This parameter can only be used when the *action parameter is set to move.
- Status Codes:
200 OK – OK: Request returns successful
400 Bad Request – Bad Request: Request cannot be processed by the API
401 Unauthorized – Not Authorized: Request without successful login session
403 Forbidden – Forbidden: Request is missing CSRF token or administrator is missing access profile permissions.
404 Not Found – Resource Not Found: Unable to find the specified resource.
405 Method Not Allowed – Method Not Allowed: Specified HTTP method is not allowed for this resource.
413 Request Entity Too Large – Request Entity Too Large: Request cannot be processed due to large entity
424 Failed Dependency – Failed Dependency: Fail dependency can be duplicate resource, missing required parameter, missing required attribute, invalid attribute value
429 Too Many Requests – Access temporarily blocked: Maximum failed authentications reached. The offended source is temporarily blocked for certain amount of time.
500 Internal Server Error – Internal Server Error: Internal error when processing the request
- GET /wanopt/remote-storage
Select all entries in a CLI table. ** Access Group: wanoptgrp**
- Query Parameters:
datasource (boolean) – Enable to include datasource information for each linked object.
start (integer) – Starting entry index.
count (integer) – Maximum number of entries to return.
with_meta (boolean) – Enable to include meta information about each object (type id, references, etc).
with_contents_hash (boolean) – Enable to include a checksum of each object’s contents.
skip (boolean) – Enable to call CLI skip operator to hide skipped properties.
format (array) – List of property names to include in results, separated by | (i.e. policyid|srcintf).
filter (array) – Filtering multiple key/value pairs Operator | Description == | Case insensitive match with pattern. != | Does not match with pattern (case insensitive). =@ | Pattern found in object value (case insensitive). !@ | Pattern not found in object value (case insensitive). <= | Value must be less than or equal to pattern. < | Value must be less than pattern. .>= | Value must be greater than or equal to pattern. .> | Value must be greater than pattern. Logical OR | Separate filters using commas ‘,’ Logical AND | Filter strings can be combined to create logical AND queries by including multiple filters in the request. Combining AND and OR | You can combine AND and OR filters together to create more complex filters.
key (string) – If present, objects will be filtered on property with this name.
pattern (string) – If present, objects will be filtered on property with this value.
scope (string) – Scope [global|vdom|both*]
exclude-default-values (boolean) – Exclude properties/objects with default value
action (string) – default: Return the CLI default values for entire CLI tree. meta: Return meta data for a specific object, table, or the entire CLI tree. schema: Return schema for entire CLI tree.
vdom (array) – Specify the Virtual Domain(s) from which results are returned or changes are applied to. If this parameter is not provided, the management VDOM will be used. If the admin does not have access to the VDOM, a permission error will be returned. The URL parameter is one of: vdom=root (Single VDOM) vdom=vdom1,vdom2 (Multiple VDOMs) vdom=* (All VDOMs)
- Status Codes:
200 OK – OK: Request returns successful
400 Bad Request – Bad Request: Request cannot be processed by the API
401 Unauthorized – Not Authorized: Request without successful login session
403 Forbidden – Forbidden: Request is missing CSRF token or administrator is missing access profile permissions.
404 Not Found – Resource Not Found: Unable to find the specified resource.
405 Method Not Allowed – Method Not Allowed: Specified HTTP method is not allowed for this resource.
413 Request Entity Too Large – Request Entity Too Large: Request cannot be processed due to large entity
424 Failed Dependency – Failed Dependency: Fail dependency can be duplicate resource, missing required parameter, missing required attribute, invalid attribute value
429 Too Many Requests – Access temporarily blocked: Maximum failed authentications reached. The offended source is temporarily blocked for certain amount of time.
500 Internal Server Error – Internal Server Error: Internal error when processing the request
- PUT /wanopt/remote-storage
Update this specific resource. ** Access Group: wanoptgrp**
- Query Parameters:
vdom (array) – Specify the Virtual Domain(s) from which results are returned or changes are applied to. If this parameter is not provided, the management VDOM will be used. If the admin does not have access to the VDOM, a permission error will be returned. The URL parameter is one of: vdom=root (Single VDOM) vdom=vdom1,vdom2 (Multiple VDOMs) vdom=* (All VDOMs)
action (string) – If supported, an action can be specified. _move_: Move this specific resource. When action=move is set, one of the extra parameters (before, after) must be provided. __*Note:*__ If this parameter is provided when not supported, the action will be ignored and an “invalid request” error will be returned.
before (string) – If action=move, use before to specify the ID of the resource that this resource will be moved before. For example, to move object 1 to before object 2, use: __action=move&before=2__ __*Note:__ This parameter can only be used when the *action parameter is set to move.
after (string) – If action=move, use after to specify the ID of the resource that this resource will be moved after. For example, to move object 1 to after object 3, use: __action=move&after=3__ __*Note:__ This parameter can only be used when the *action parameter is set to move.
- Status Codes:
200 OK – OK: Request returns successful
400 Bad Request – Bad Request: Request cannot be processed by the API
401 Unauthorized – Not Authorized: Request without successful login session
403 Forbidden – Forbidden: Request is missing CSRF token or administrator is missing access profile permissions.
404 Not Found – Resource Not Found: Unable to find the specified resource.
405 Method Not Allowed – Method Not Allowed: Specified HTTP method is not allowed for this resource.
413 Request Entity Too Large – Request Entity Too Large: Request cannot be processed due to large entity
424 Failed Dependency – Failed Dependency: Fail dependency can be duplicate resource, missing required parameter, missing required attribute, invalid attribute value
429 Too Many Requests – Access temporarily blocked: Maximum failed authentications reached. The offended source is temporarily blocked for certain amount of time.
500 Internal Server Error – Internal Server Error: Internal error when processing the request
- GET /wanopt/settings
Select all entries in a CLI table. ** Access Group: wanoptgrp**
- Query Parameters:
datasource (boolean) – Enable to include datasource information for each linked object.
start (integer) – Starting entry index.
count (integer) – Maximum number of entries to return.
with_meta (boolean) – Enable to include meta information about each object (type id, references, etc).
with_contents_hash (boolean) – Enable to include a checksum of each object’s contents.
skip (boolean) – Enable to call CLI skip operator to hide skipped properties.
format (array) – List of property names to include in results, separated by | (i.e. policyid|srcintf).
filter (array) – Filtering multiple key/value pairs Operator | Description == | Case insensitive match with pattern. != | Does not match with pattern (case insensitive). =@ | Pattern found in object value (case insensitive). !@ | Pattern not found in object value (case insensitive). <= | Value must be less than or equal to pattern. < | Value must be less than pattern. .>= | Value must be greater than or equal to pattern. .> | Value must be greater than pattern. Logical OR | Separate filters using commas ‘,’ Logical AND | Filter strings can be combined to create logical AND queries by including multiple filters in the request. Combining AND and OR | You can combine AND and OR filters together to create more complex filters.
key (string) – If present, objects will be filtered on property with this name.
pattern (string) – If present, objects will be filtered on property with this value.
scope (string) – Scope [global|vdom|both*]
exclude-default-values (boolean) – Exclude properties/objects with default value
action (string) – default: Return the CLI default values for entire CLI tree. meta: Return meta data for a specific object, table, or the entire CLI tree. schema: Return schema for entire CLI tree.
vdom (array) – Specify the Virtual Domain(s) from which results are returned or changes are applied to. If this parameter is not provided, the management VDOM will be used. If the admin does not have access to the VDOM, a permission error will be returned. The URL parameter is one of: vdom=root (Single VDOM) vdom=vdom1,vdom2 (Multiple VDOMs) vdom=* (All VDOMs)
- Status Codes:
200 OK – OK: Request returns successful
400 Bad Request – Bad Request: Request cannot be processed by the API
401 Unauthorized – Not Authorized: Request without successful login session
403 Forbidden – Forbidden: Request is missing CSRF token or administrator is missing access profile permissions.
404 Not Found – Resource Not Found: Unable to find the specified resource.
405 Method Not Allowed – Method Not Allowed: Specified HTTP method is not allowed for this resource.
413 Request Entity Too Large – Request Entity Too Large: Request cannot be processed due to large entity
424 Failed Dependency – Failed Dependency: Fail dependency can be duplicate resource, missing required parameter, missing required attribute, invalid attribute value
429 Too Many Requests – Access temporarily blocked: Maximum failed authentications reached. The offended source is temporarily blocked for certain amount of time.
500 Internal Server Error – Internal Server Error: Internal error when processing the request
- PUT /wanopt/settings
Update this specific resource. ** Access Group: wanoptgrp**
- Query Parameters:
vdom (array) – Specify the Virtual Domain(s) from which results are returned or changes are applied to. If this parameter is not provided, the management VDOM will be used. If the admin does not have access to the VDOM, a permission error will be returned. The URL parameter is one of: vdom=root (Single VDOM) vdom=vdom1,vdom2 (Multiple VDOMs) vdom=* (All VDOMs)
action (string) – If supported, an action can be specified. _move_: Move this specific resource. When action=move is set, one of the extra parameters (before, after) must be provided. __*Note:*__ If this parameter is provided when not supported, the action will be ignored and an “invalid request” error will be returned.
before (string) – If action=move, use before to specify the ID of the resource that this resource will be moved before. For example, to move object 1 to before object 2, use: __action=move&before=2__ __*Note:__ This parameter can only be used when the *action parameter is set to move.
after (string) – If action=move, use after to specify the ID of the resource that this resource will be moved after. For example, to move object 1 to after object 3, use: __action=move&after=3__ __*Note:__ This parameter can only be used when the *action parameter is set to move.
- Status Codes:
200 OK – OK: Request returns successful
400 Bad Request – Bad Request: Request cannot be processed by the API
401 Unauthorized – Not Authorized: Request without successful login session
403 Forbidden – Forbidden: Request is missing CSRF token or administrator is missing access profile permissions.
404 Not Found – Resource Not Found: Unable to find the specified resource.
405 Method Not Allowed – Method Not Allowed: Specified HTTP method is not allowed for this resource.
413 Request Entity Too Large – Request Entity Too Large: Request cannot be processed due to large entity
424 Failed Dependency – Failed Dependency: Fail dependency can be duplicate resource, missing required parameter, missing required attribute, invalid attribute value
429 Too Many Requests – Access temporarily blocked: Maximum failed authentications reached. The offended source is temporarily blocked for certain amount of time.
500 Internal Server Error – Internal Server Error: Internal error when processing the request
- GET /wanopt/webcache
Select all entries in a CLI table. ** Access Group: wanoptgrp**
- Query Parameters:
datasource (boolean) – Enable to include datasource information for each linked object.
start (integer) – Starting entry index.
count (integer) – Maximum number of entries to return.
with_meta (boolean) – Enable to include meta information about each object (type id, references, etc).
with_contents_hash (boolean) – Enable to include a checksum of each object’s contents.
skip (boolean) – Enable to call CLI skip operator to hide skipped properties.
format (array) – List of property names to include in results, separated by | (i.e. policyid|srcintf).
filter (array) – Filtering multiple key/value pairs Operator | Description == | Case insensitive match with pattern. != | Does not match with pattern (case insensitive). =@ | Pattern found in object value (case insensitive). !@ | Pattern not found in object value (case insensitive). <= | Value must be less than or equal to pattern. < | Value must be less than pattern. .>= | Value must be greater than or equal to pattern. .> | Value must be greater than pattern. Logical OR | Separate filters using commas ‘,’ Logical AND | Filter strings can be combined to create logical AND queries by including multiple filters in the request. Combining AND and OR | You can combine AND and OR filters together to create more complex filters.
key (string) – If present, objects will be filtered on property with this name.
pattern (string) – If present, objects will be filtered on property with this value.
scope (string) – Scope [global|vdom|both*]
exclude-default-values (boolean) – Exclude properties/objects with default value
action (string) – default: Return the CLI default values for entire CLI tree. meta: Return meta data for a specific object, table, or the entire CLI tree. schema: Return schema for entire CLI tree.
vdom (array) – Specify the Virtual Domain(s) from which results are returned or changes are applied to. If this parameter is not provided, the management VDOM will be used. If the admin does not have access to the VDOM, a permission error will be returned. The URL parameter is one of: vdom=root (Single VDOM) vdom=vdom1,vdom2 (Multiple VDOMs) vdom=* (All VDOMs)
- Status Codes:
200 OK – OK: Request returns successful
400 Bad Request – Bad Request: Request cannot be processed by the API
401 Unauthorized – Not Authorized: Request without successful login session
403 Forbidden – Forbidden: Request is missing CSRF token or administrator is missing access profile permissions.
404 Not Found – Resource Not Found: Unable to find the specified resource.
405 Method Not Allowed – Method Not Allowed: Specified HTTP method is not allowed for this resource.
413 Request Entity Too Large – Request Entity Too Large: Request cannot be processed due to large entity
424 Failed Dependency – Failed Dependency: Fail dependency can be duplicate resource, missing required parameter, missing required attribute, invalid attribute value
429 Too Many Requests – Access temporarily blocked: Maximum failed authentications reached. The offended source is temporarily blocked for certain amount of time.
500 Internal Server Error – Internal Server Error: Internal error when processing the request
- PUT /wanopt/webcache
Update this specific resource. ** Access Group: wanoptgrp**
- Query Parameters:
vdom (array) – Specify the Virtual Domain(s) from which results are returned or changes are applied to. If this parameter is not provided, the management VDOM will be used. If the admin does not have access to the VDOM, a permission error will be returned. The URL parameter is one of: vdom=root (Single VDOM) vdom=vdom1,vdom2 (Multiple VDOMs) vdom=* (All VDOMs)
action (string) – If supported, an action can be specified. _move_: Move this specific resource. When action=move is set, one of the extra parameters (before, after) must be provided. __*Note:*__ If this parameter is provided when not supported, the action will be ignored and an “invalid request” error will be returned.
before (string) – If action=move, use before to specify the ID of the resource that this resource will be moved before. For example, to move object 1 to before object 2, use: __action=move&before=2__ __*Note:__ This parameter can only be used when the *action parameter is set to move.
after (string) – If action=move, use after to specify the ID of the resource that this resource will be moved after. For example, to move object 1 to after object 3, use: __action=move&after=3__ __*Note:__ This parameter can only be used when the *action parameter is set to move.
- Status Codes:
200 OK – OK: Request returns successful
400 Bad Request – Bad Request: Request cannot be processed by the API
401 Unauthorized – Not Authorized: Request without successful login session
403 Forbidden – Forbidden: Request is missing CSRF token or administrator is missing access profile permissions.
404 Not Found – Resource Not Found: Unable to find the specified resource.
405 Method Not Allowed – Method Not Allowed: Specified HTTP method is not allowed for this resource.
413 Request Entity Too Large – Request Entity Too Large: Request cannot be processed due to large entity
424 Failed Dependency – Failed Dependency: Fail dependency can be duplicate resource, missing required parameter, missing required attribute, invalid attribute value
429 Too Many Requests – Access temporarily blocked: Maximum failed authentications reached. The offended source is temporarily blocked for certain amount of time.
500 Internal Server Error – Internal Server Error: Internal error when processing the request