appfw-htmlerrorpage¶
The following operations can be performed on "appfw-htmlerrorpage":
show appfw htmlerrorpage¶
Displays the specified HTML error object. If no HTML error object is specified, lists all HTML error objects on the Citrix ADC.
Synopsis¶
show appfw htmlerrorpage [
Arguments¶
name Name of the HTML error object.
Output¶
response src URL (protocol, host, path, and name) for the location at which to store the imported HTML 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 htmlerrorpage
update appfw htmlerrorpage¶
Updates the specified HTML error object from the source.
Synopsis¶
update appfw htmlerrorpage
Arguments¶
name Name of the HTML error page object to update.
Example¶
update htmlerrorpage my-html-error-page
rm appfw htmlerrorpage¶
Removes the specified HTML error object.
Synopsis¶
rm appfw htmlerrorpage
Arguments¶
name Name of the XML error object to remove.
Example¶
rm htmlerrorpage
import appfw htmlerrorpage¶
Imports the specified HTML error page to the Citrix ADC and assigns it the specified name.
Synopsis¶
import appfw htmlerrorpage
Arguments¶
src URL (protocol, host, path, and name) for the location at which to store the imported HTML 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 HTML error object on the Citrix ADC.
comment Any comments to preserve information about the HTML error object.
overwrite Overwrite any existing HTML error object of the same name.
Example¶
import htmlerrorpage http://www.example.com/errorpage.html my-html-error-page