ADC CLI Commands

appfw-xmlerrorpage

The following operations can be performed on “appfw-xmlerrorpage”:

rm update import show

rm appfw xmlerrorpage

Removes the object imported by import xmlerrorpage.

Synopsis

rm appfw xmlerrorpage

Arguments

name Indicates name of the imported xml error page to be removed.

Example

rm xmlerrorpage

update appfw xmlerrorpage

Updates the specified XML error object from the source.

Synopsis

update appfw xmlerrorpage

Arguments

name Name of the XML error object.

Example

update xmlerrorpage my-xml-error-page

import appfw xmlerrorpage

Imports the specified XML error page to the Citrix ADC and assigns it the specified name.

Synopsis

import appfw xmlerrorpage [-comment ] [-overwrite]

Arguments

src URL (protocol, host, path, and name) for the location at which to store the imported XML error object. NOTE: The import fails if the object to be imported is on an HTTPS server that requires client certificate authentication for access.

name Name to assign to the XML error object on the Citrix ADC.

comment Any comments to preserve information about the XML error object.

overwrite Overwrite any existing XML error object of the same name.

Example

import xmlerrorpage http://www.example.com/errorpage.xml my-xml-error-page

show appfw xmlerrorpage

Displays the specified XML error object. If no XML error page object is specified, displays a list of all XML error objects on the Citrix ADC.

Synopsis

show appfw xmlerrorpage []

Arguments

name Name of the XML error object.

Output

response src URL (protocol, host, path, and name) for the location at which to store the imported XML error object. NOTE: The import fails if the object to be imported is on an HTTPS server that requires client certificate authentication for access.

Example

show appfw xmlerrorpage

appfw-xmlerrorpage