Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The REST Server agent receives and produces Cycle (REST) types.

MIM

For information about the  MIM the MIM and a list of the general MIM parameters, see 1.2 Administration and Management in Legacy Desktop.

Publishes

MIM Value

Description

Discarded REST UDRs

This MIM parameter contains the number of discarded Cycle UDRs due to errors.

Discarded Rest UDRs is of the long type and is defined as a global MIM context type.

Error Response Sent

This MIM parameter contains the error number sent back to the REST client.

Error Response Sent is of the long type and is defined as a global MIM context type.

HTTP Method Requests Received

This MIM parameter contains a map of the HTTP methods that were received from the REST client request.

HTTP Method Requests Received is of the map<string,long> type and is defined as a global MIM context type.

Outstanding Requests

This MIM parameter contains the number of outstanding requests that the agent is handling. The value of this MIM parameter is reset when the workflow is started.

Outstanding Requests is of the long type and is defined as a global MIM context type.

<Route> Queue Full Count

This MIM parameter contains the amount of Cycle UDRs left in the queue in the route out of the REST Server agent.

<Route> Queue Full Count is of the long type and is defined as a global MIM context type

<Route> Queue Size

This MIM parameter contains the queue size of the Cycle UDRs in the route out of the REST Server agent.

<Route> Queue Size is of the long type and is defined as a global MIM context type

<Route> UDRs

This MIM parameter contains the amount of Cycle UDRs that were routed out of the REST Server agent.

<Route> UDRs is of the long type and is defined as a global MIM context type

Requests Received

This MIM parameter contains the amount of requests the REST Server agent has received throughout its execution.

Requests Received is of the long type and is defined as a global MIM context type

Response Sent

This MIM parameter contains the amount of responses the REST Server agent has sent back to clients throughout its execution.

Response Sent is of the long type and is defined as a global MIM context type

Timeout Requests

This MIM parameter contains the number of timeout errors that have occurred.

Timeout Requests is of the long type and is defined as a global MIM context type.

...