Skip to content

appfw-jsonerrorpage

The following operations can be performed on "appfw-jsonerrorpage":

rm| show| import| update|

rm appfw jsonerrorpage

Removes the object imported by import jsonerrorpage.

Synopsis

rm appfw jsonerrorpage <name>

Arguments

name

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

Example

rm jsonerrorpage <name>

show appfw jsonerrorpage

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

Synopsis

show appfw jsonerrorpage [<name>]

Arguments

name

Name of the JSON error object.

Output

response

JSON error object contents

src

URL (protocol, host, path, and name) for the location at which to store the imported JSON 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 jsonerrorpage

import appfw jsonerrorpage

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

Synopsis

import appfw jsonerrorpage <src> <name> [-comment <string>] [-overwrite]

Arguments

src

URL (protocol, host, path, and name) for the location at which to store the imported JSON 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 JSON error object on the Citrix ADC.

comment

Any comments to preserve information about the JSON error object.

overwrite

Overwrite any existing JSON error object of the same name.

Example

import jsonerrorpage http://www.example.com/errorpage.json my-json-error-page

update appfw jsonerrorpage

Updates the specified JSON error object from the source.

Synopsis

update appfw jsonerrorpage <name>

Arguments

name

Name of the JSON error object.

Example

update jsonerrorpage my-json-error-page

Was this article helpful?