Download full document:

appfwprofile_binding

Binding object showing the resources that can be bound to appfwprofile.

Properties

(click to see Operations)

Name Data Type PermissionsDescription
name<String>Read-writeName of the application firewall profile.<br>Minimum length = 1
appfwprofile_excluderescontenttype_binding<appfwprofile_excluderescontenttype_binding[]>Read-onlyexcluderescontenttype that can be bound to appfwprofile.
appfwprofile_xmlattachmenturl_binding<appfwprofile_xmlattachmenturl_binding[]>Read-onlyxmlattachmenturl that can be bound to appfwprofile.
appfwprofile_crosssitescripting_binding<appfwprofile_crosssitescripting_binding[]>Read-onlycrosssitescripting that can be bound to appfwprofile.
appfwprofile_xmlwsiurl_binding<appfwprofile_xmlwsiurl_binding[]>Read-onlyxmlwsiurl that can be bound to appfwprofile.
appfwprofile_xmldosurl_binding<appfwprofile_xmldosurl_binding[]>Read-onlyxmldosurl that can be bound to appfwprofile.
appfwprofile_fieldconsistency_binding<appfwprofile_fieldconsistency_binding[]>Read-onlyfieldconsistency that can be bound to appfwprofile.
appfwprofile_safeobject_binding<appfwprofile_safeobject_binding[]>Read-onlysafeobject that can be bound to appfwprofile.
appfwprofile_sqlinjection_binding<appfwprofile_sqlinjection_binding[]>Read-onlysqlinjection that can be bound to appfwprofile.
appfwprofile_denyurl_binding<appfwprofile_denyurl_binding[]>Read-onlydenyurl that can be bound to appfwprofile.
appfwprofile_trustedlearningclients_binding<appfwprofile_trustedlearningclients_binding[]>Read-onlytrustedlearningclients that can be bound to appfwprofile.
appfwprofile_csrftag_binding<appfwprofile_csrftag_binding[]>Read-onlycsrftag that can be bound to appfwprofile.
appfwprofile_cookieconsistency_binding<appfwprofile_cookieconsistency_binding[]>Read-onlycookieconsistency that can be bound to appfwprofile.
appfwprofile_starturl_binding<appfwprofile_starturl_binding[]>Read-onlystarturl that can be bound to appfwprofile.
appfwprofile_xmlsqlinjection_binding<appfwprofile_xmlsqlinjection_binding[]>Read-onlyxmlsqlinjection that can be bound to appfwprofile.
appfwprofile_contenttype_binding<appfwprofile_contenttype_binding[]>Read-onlycontenttype that can be bound to appfwprofile.
appfwprofile_xmlxss_binding<appfwprofile_xmlxss_binding[]>Read-onlyxmlxss that can be bound to appfwprofile.
appfwprofile_fieldformat_binding<appfwprofile_fieldformat_binding[]>Read-onlyfieldformat that can be bound to appfwprofile.
appfwprofile_xmlvalidationurl_binding<appfwprofile_xmlvalidationurl_binding[]>Read-onlyxmlvalidationurl that can be bound to appfwprofile.

Operations

(click to see Properties)

GET

Some options that you can use for each operations:

  • Getting warnings in response: NITRO allows you to get warnings in an operation by specifying the "warning" query parameter as "yes". For example, to get warnings while connecting to the NetScaler appliance, the URL is as follows:

    http://<netscaler-ip-address>/nitro/v1/config/login?warning=yes

    If any, the warnings are displayed in the response payload with the HTTP code "209 X-NITRO-WARNING".

  • Authenticated access for individual NITRO operations: NITRO allows you to logon to the NetScaler appliance to perform individual operations. You can use this option instead of creating a NITRO session (using the login object) and then using that session to perform all operations,

    To do this, you must specify the username and password in the request header of the NITRO request as follows:

    X-NITRO-USER:<username>

    X-NITRO-PASS:<password>

    Note: In such cases, make sure that the request header DOES not include the following:

    Cookie:NITRO_AUTH_TOKEN=<tokenvalue>

Note:

Mandatory parameters are marked in red and placeholder content is marked in <green>.

get

URL: http://<NS_IP>/nitro/v1/config/appfwprofile_binding/name_value<String>

HTTP Method: GET

Response Payload:

{ "errorcode": 0, "message": "Done", "appfwprofile_binding": [ {
      "name":<String_value>,
      "appfwprofile_csrftag_binding":<appfwprofile_csrftag_binding[]_value>,
      "appfwprofile_starturl_binding":<appfwprofile_starturl_binding[]_value>,
      "appfwprofile_xmlvalidationurl_binding":<appfwprofile_xmlvalidationurl_binding[]_value>,
      "appfwprofile_xmlattachmenturl_binding":<appfwprofile_xmlattachmenturl_binding[]_value>,
      "appfwprofile_safeobject_binding":<appfwprofile_safeobject_binding[]_value>,
      "appfwprofile_cookieconsistency_binding":<appfwprofile_cookieconsistency_binding[]_value>,
      "appfwprofile_fieldconsistency_binding":<appfwprofile_fieldconsistency_binding[]_value>,
      "appfwprofile_xmlwsiurl_binding":<appfwprofile_xmlwsiurl_binding[]_value>,
      "appfwprofile_xmlsqlinjection_binding":<appfwprofile_xmlsqlinjection_binding[]_value>,
      "appfwprofile_sqlinjection_binding":<appfwprofile_sqlinjection_binding[]_value>,
      "appfwprofile_trustedlearningclients_binding":<appfwprofile_trustedlearningclients_binding[]_value>,
      "appfwprofile_crosssitescripting_binding":<appfwprofile_crosssitescripting_binding[]_value>,
      "appfwprofile_excluderescontenttype_binding":<appfwprofile_excluderescontenttype_binding[]_value>,
      "appfwprofile_contenttype_binding":<appfwprofile_contenttype_binding[]_value>,
      "appfwprofile_denyurl_binding":<appfwprofile_denyurl_binding[]_value>,
      "appfwprofile_xmlxss_binding":<appfwprofile_xmlxss_binding[]_value>,
      "appfwprofile_fieldformat_binding":<appfwprofile_fieldformat_binding[]_value>,
      "appfwprofile_xmldosurl_binding":<appfwprofile_xmldosurl_binding[]_value>,

}]}