Intelligent Policy Center Help >> Operation Guide >> Action Management

Action Management

Action Management displays the available actions in the system. Click the name of an action to view the parameter list and other detailed information about the action.

Configure the action parameters after you select an action for a policy. For more information, see Policy Management

Action Description

  • RESTful Action
  • The RESTful action uses a third-party API to implement specific functions.

    In Intelligent Policy Center, configure a policy to associate the Execute RESTful Action option with a periodic event.

    Then, the system periodically calls the third-party API according to the RESTful action configuration.

    Use the following configuration to test the RESTful action:

    HOST IP: 127.0.0.1 (IP address of the system server)
    PROTOCAL(http/https): http (Protocol used to access system)
    PORT: 8080 (HTTP port used by the system)
    USER NAME: admin (Login username)
    PASSWORD: admin (Login password)
    URL: /imcrs/scc/testAction (Path of the action script on the system server)

    Structure of Request and Response Messages

    1. The RESTful action always uses the PUT method.
    2. Structure of the request message sent by the RESTful action:
    3. Structure of the response message returned by the third-party API:
    4. After the request and response messages are configured, the system stores the parameters returned by the action in returnMap(key,value).