View This Trigger Runtime

get

/management/weblogic/{version}/serverRuntime/partitionRuntimes/{name}/resourceManagerRuntime/resourceRuntimes/{name}/triggerRuntimes/{name}

View this trigger runtime.

Request

Path Parameters
Query Parameters
  • The 'excludeFields' query parameter is used to restrict which fields are returned in the response. It is a comma separated list of field names. If present, only fields whose name is not on the list will be returned. If not present, all fields are returned (unless the 'fields' query parameter is specified). Note: 'fields' must not be specified if 'excludeFields' is specified.
  • The 'fields' query parameter is used to restrict which fields are returned in the response. It is a comma separated list of field names. If present, only fields with matching names are returned. If not present, all fields are returned (unless the 'excludeFields' query parameter is specified). Note: 'excludeFields' must not be specified if 'fields' is specified.
Security
Back to Top

Response

Supported Media Types

200 Response

Returns this trigger runtime.

Body ()
Root Schema : Trigger Runtime
Type: object
Show Source
  • Read Only: true

    Indicates if the Trigger is Activated

  • Read Only: true

    Indicates if a recourse action has been initiated for this Trigger as a result of the current resource usage by a Domain Partition exceeding its usage limit. A new RecourseActionEventVBean is added to the array returned by getRecourseActionEventsHistory().

    The kind of recourse action initiated (for example, a new recourse action or a withdrawal of an existing recourse action) can be determined through RecourseActionEventVBean#isActive().

  • Read Only: true

    The Date when the last recourse action was successfully executed for the current Trigger.

    This value represents a date as a string in ISO 8601 format, yyyy-MM-dd'T'HH:mm:ss.SSSXXX
  • Read Only: true

    The name of the Trigger, as configured in the Resource Consumption Management policy of the Domain Partition.

  • Items
    Title: Items
    Read Only: true

    A list of recourse action events that have been initiated and executed.

  • Read Only: true

    Returns the type of the MBean.

    Constraints

    • unharvestable
Nested Schema : Items
Type: array
Title: Items
Read Only: true

A list of recourse action events that have been initiated and executed.

Show Source
Nested Schema : Recourse Action Event V
Type: object
Show Source
  • Read Only: true

    The recourse action type configured in the Domain Partition's Resource Consumption Management policy for the current Trigger.

  • Read Only: true

    Indicates if the recourse action execution was successfully completed.

  • Read Only: true

    Indicates if the recourse action is a new execution of a recourse action because the usage limit is exceeded or the withdrawal of an existing recourse action because the current resource usage has gone below the usage limit.

  • Read Only: true

    The date and time the recourse action successfully executes.

    This value represents a date as a string in ISO 8601 format, yyyy-MM-dd'T'HH:mm:ss.SSSXXX
  • Read Only: true

    Indicates if a recourse action has been initiated for this Trigger as a result of the current resource usage by a Domain Partition exceeds its usage limit.

  • Read Only: true

    The current resource usage by the Domain Partition when the recourse action was initiated.

Back to Top