View This Fair Share Constraint Runtime

get

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

View this fair share constraint 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 fair share constraint runtime.

Body ()
Root Schema : Fair Share Constraint Runtime
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
Read Only: true

Return details of trigger execution in the past.

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