Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Configure a REST action

Before you begin

Create diagnostic system modules

Create a REST action


To configure a REST action:

  1. If you have not already done so, in the Change Center of the Administration Console, click Lock & Edit (see Use the Change Center).
  2. In the left pane of the Console, select Diagnostics > Diagnostic Modules.
  3. In the Diagnostic System Modules table, select the name of the diagnostic system module containing the REST action you want to configure.
  4. Select Configuration > Policies and Actions > Actions.
  5. In the Actions table, select the name of the REST action you want to configure.
  6. On the REST Properties page:
    1. in Endpoint URL, enter the REST endpoint URL to invoke.
    2. In REST Invocation Method, enter the REST invocation method for invoking the endpoint.
    3. In Accepted Response Type, select the response type to use to configure the Accept header of the HTTP request to the REST endpoint.
    4. In HTTP Authentication Mode, select the authentication mode to use when invoking the REST endpoint URL.
    5. In HTTP Authentication User Name, enter the user name to use when the REST endpoint is secured.
    6. In HTTP Authentication Password, enter the password to use when the REST endpoint is secured.
    7. In Custom Notification Properties, enter custom notification properties to customize the JSON object delivered to the REST endpoint. For more information on customizing the JSON object, see Configuring REST Actions .
  7. Click Finish.
  8. In the Change Center, click Activate Changes.

Back to Top