FortiOS v6.4.14 cmdb webfilter

GET /webfilter/content

Select all entries in a CLI table. ** Access Group: utmgrp**

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 /webfilter/content

Create object(s) in this table. ** Access Group: utmgrp**

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

GET /webfilter/content-header

Select all entries in a CLI table. ** Access Group: utmgrp**

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 /webfilter/content-header

Create object(s) in this table. ** Access Group: utmgrp**

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 /webfilter/content-header/{id}

Delete this specific resource. ** Access Group: utmgrp**

Parameters:
  • id (integer) – 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 /webfilter/content-header/{id}

Select a specific entry from a CLI table. ** Access Group: utmgrp**

Parameters:
  • id (integer) – 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 /webfilter/content-header/{id}

Update this specific resource. ** Access Group: utmgrp**

Parameters:
  • id (integer) – 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

DELETE /webfilter/content/{id}

Delete this specific resource. ** Access Group: utmgrp**

Parameters:
  • id (integer) – 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 /webfilter/content/{id}

Select a specific entry from a CLI table. ** Access Group: utmgrp**

Parameters:
  • id (integer) – 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 /webfilter/content/{id}

Update this specific resource. ** Access Group: utmgrp**

Parameters:
  • id (integer) – 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 /webfilter/fortiguard

Select all entries in a CLI table. ** Access Group: utmgrp**

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 /webfilter/fortiguard

Update this specific resource. ** Access Group: utmgrp**

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 /webfilter/ftgd-local-cat

Select all entries in a CLI table. ** Access Group: utmgrp**

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 /webfilter/ftgd-local-cat

Create object(s) in this table. ** Access Group: utmgrp**

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 /webfilter/ftgd-local-cat/{desc}

Delete this specific resource. ** Access Group: utmgrp**

Parameters:
  • desc (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 /webfilter/ftgd-local-cat/{desc}

Select a specific entry from a CLI table. ** Access Group: utmgrp**

Parameters:
  • desc (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 /webfilter/ftgd-local-cat/{desc}

Update this specific resource. ** Access Group: utmgrp**

Parameters:
  • desc (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 /webfilter/ftgd-local-rating

Select all entries in a CLI table. ** Access Group: utmgrp**

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 /webfilter/ftgd-local-rating

Create object(s) in this table. ** Access Group: utmgrp**

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 /webfilter/ftgd-local-rating/{url}

Delete this specific resource. ** Access Group: utmgrp**

Parameters:
  • url (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 /webfilter/ftgd-local-rating/{url}

Select a specific entry from a CLI table. ** Access Group: utmgrp**

Parameters:
  • url (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 /webfilter/ftgd-local-rating/{url}

Update this specific resource. ** Access Group: utmgrp**

Parameters:
  • url (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 /webfilter/ips-urlfilter-cache-setting

Select all entries in a CLI table. ** Access Group: utmgrp**

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 /webfilter/ips-urlfilter-cache-setting

Update this specific resource. ** Access Group: utmgrp**

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 /webfilter/ips-urlfilter-setting

Select all entries in a CLI table. ** Access Group: utmgrp**

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 /webfilter/ips-urlfilter-setting

Update this specific resource. ** Access Group: utmgrp**

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 /webfilter/ips-urlfilter-setting6

Select all entries in a CLI table. ** Access Group: utmgrp**

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 /webfilter/ips-urlfilter-setting6

Update this specific resource. ** Access Group: utmgrp**

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 /webfilter/override

Select all entries in a CLI table. ** Access Group: utmgrp**

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 /webfilter/override

Create object(s) in this table. ** Access Group: utmgrp**

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 /webfilter/override/{id}

Delete this specific resource. ** Access Group: utmgrp**

Parameters:
  • id (integer) – 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 /webfilter/override/{id}

Select a specific entry from a CLI table. ** Access Group: utmgrp**

Parameters:
  • id (integer) – 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 /webfilter/override/{id}

Update this specific resource. ** Access Group: utmgrp**

Parameters:
  • id (integer) – 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 /webfilter/profile

Select all entries in a CLI table. ** Access Group: utmgrp**

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 /webfilter/profile

Create object(s) in this table. ** Access Group: utmgrp**

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 /webfilter/profile/{name}

Delete this specific resource. ** Access Group: utmgrp**

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 /webfilter/profile/{name}

Select a specific entry from a CLI table. ** Access Group: utmgrp**

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 /webfilter/profile/{name}

Update this specific resource. ** Access Group: utmgrp**

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 /webfilter/search-engine

Select all entries in a CLI table. ** Access Group: utmgrp**

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 /webfilter/search-engine

Create object(s) in this table. ** Access Group: utmgrp**

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 /webfilter/search-engine/{name}

Delete this specific resource. ** Access Group: utmgrp**

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 /webfilter/search-engine/{name}

Select a specific entry from a CLI table. ** Access Group: utmgrp**

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 /webfilter/search-engine/{name}

Update this specific resource. ** Access Group: utmgrp**

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 /webfilter/urlfilter

Select all entries in a CLI table. ** Access Group: utmgrp**

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 /webfilter/urlfilter

Create object(s) in this table. ** Access Group: utmgrp**

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 /webfilter/urlfilter/{id}

Delete this specific resource. ** Access Group: utmgrp**

Parameters:
  • id (integer) – 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 /webfilter/urlfilter/{id}

Select a specific entry from a CLI table. ** Access Group: utmgrp**

Parameters:
  • id (integer) – 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 /webfilter/urlfilter/{id}

Update this specific resource. ** Access Group: utmgrp**

Parameters:
  • id (integer) – 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