View This Application Runtime

get

/management/weblogic/{version}/serverRuntime/partitionRuntimes/{name}/applicationRuntimes/{name}

View this application 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 application runtime.

This method can return the following links:

  • rel=action title=getPersistenceUnitRuntime uri=/management/weblogic/{version}/serverRuntime/partitionRuntimes/{name}/applicationRuntimes/{name}/getPersistenceUnitRuntime

    This resource's getPersistenceUnitRuntime action resource.

  • rel=action title=hasApplicationCache uri=/management/weblogic/{version}/serverRuntime/partitionRuntimes/{name}/applicationRuntimes/{name}/hasApplicationCache

    This resource's hasApplicationCache action resource.

  • rel=action title=reInitializeApplicationCachesAndPools uri=/management/weblogic/{version}/serverRuntime/partitionRuntimes/{name}/applicationRuntimes/{name}/reInitializeApplicationCachesAndPools

    This resource's reInitializeApplicationCachesAndPools action resource.

  • rel=classLoaderRuntime uri=/management/weblogic/{version}/serverRuntime/partitionRuntimes/{name}/applicationRuntimes/{name}/classLoaderRuntime

    This resource's classLoaderRuntime singleton resource.

  • rel=classRedefinitionRuntime uri=/management/weblogic/{version}/serverRuntime/partitionRuntimes/{name}/applicationRuntimes/{name}/classRedefinitionRuntime

    This resource's classRedefinitionRuntime singleton resource.

  • rel=coherenceClusterRuntime uri=/management/weblogic/{version}/serverRuntime/partitionRuntimes/{name}/applicationRuntimes/{name}/coherenceClusterRuntime

    This resource's coherenceClusterRuntime singleton resource.

  • rel=componentRuntimes uri=/management/weblogic/{version}/serverRuntime/partitionRuntimes/{name}/applicationRuntimes/{name}/componentRuntimes

    This resource's componentRuntimes collection resource.

  • rel=libraryRuntimes uri=/management/weblogic/{version}/serverRuntime/partitionRuntimes/{name}/applicationRuntimes/{name}/libraryRuntimes

    This resource's libraryRuntimes collection resource.

  • rel=managedExecutorServiceRuntimes uri=/management/weblogic/{version}/serverRuntime/partitionRuntimes/{name}/applicationRuntimes/{name}/managedExecutorServiceRuntimes

    This resource's managedExecutorServiceRuntimes collection resource.

  • rel=managedScheduledExecutorServiceRuntimes uri=/management/weblogic/{version}/serverRuntime/partitionRuntimes/{name}/applicationRuntimes/{name}/managedScheduledExecutorServiceRuntimes

    This resource's managedScheduledExecutorServiceRuntimes collection resource.

  • rel=managedThreadFactoryRuntimes uri=/management/weblogic/{version}/serverRuntime/partitionRuntimes/{name}/applicationRuntimes/{name}/managedThreadFactoryRuntimes

    This resource's managedThreadFactoryRuntimes collection resource.

  • rel=maxThreadsConstraintRuntimes uri=/management/weblogic/{version}/serverRuntime/partitionRuntimes/{name}/applicationRuntimes/{name}/maxThreadsConstraintRuntimes

    This resource's maxThreadsConstraintRuntimes collection resource.

  • rel=minThreadsConstraintRuntimes uri=/management/weblogic/{version}/serverRuntime/partitionRuntimes/{name}/applicationRuntimes/{name}/minThreadsConstraintRuntimes

    This resource's minThreadsConstraintRuntimes collection resource.

  • rel=optionalPackageRuntimes uri=/management/weblogic/{version}/serverRuntime/partitionRuntimes/{name}/applicationRuntimes/{name}/optionalPackageRuntimes

    This resource's optionalPackageRuntimes collection resource.

  • rel=persistenceUnitRuntimes uri=/management/weblogic/{version}/serverRuntime/partitionRuntimes/{name}/applicationRuntimes/{name}/persistenceUnitRuntimes

    This resource's persistenceUnitRuntimes collection resource.

  • rel=queryCacheRuntimes uri=/management/weblogic/{version}/serverRuntime/partitionRuntimes/{name}/applicationRuntimes/{name}/queryCacheRuntimes

    This resource's queryCacheRuntimes collection resource.

  • rel=requestClassRuntimes uri=/management/weblogic/{version}/serverRuntime/partitionRuntimes/{name}/applicationRuntimes/{name}/requestClassRuntimes

    This resource's requestClassRuntimes collection resource.

  • rel=workManagerRuntimes uri=/management/weblogic/{version}/serverRuntime/partitionRuntimes/{name}/applicationRuntimes/{name}/workManagerRuntimes

    This resource's workManagerRuntimes collection resource.

  • rel=wseeV2Runtimes uri=/management/weblogic/{version}/serverRuntime/partitionRuntimes/{name}/applicationRuntimes/{name}/wseeV2Runtimes

    This resource's wseeV2Runtimes collection resource.

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

    Specifies whether this application version is the currently active version.

    An application can be the only version currently deployed, or it can have more than one version currently deployed, using the side-by-side deployment feature. If more than one version is deployed, only one version can be active. This attribute specifies the state the current application version is in.

    An application can be in an INACTIVE state, which means that it has not been activated yet, or that there is more than one version of the application deployed (using side-by-side deployment) and this version is retiring.

    An application can be in ACTIVE_ADMIN state, which means that it is the currently active version for administrative channel requests.

    An application can be in ACTIVE state, which means that it is the currently active version for normal (non-administrative) channel requests.

  • Read Only: true

    The name of the application.

    Constraints

    • unharvestable
  • Read Only: true

    The application's version identifier.

    This is particularly useful, when using the side-by-side deployment feature, to differentiate between two different versions of the same application that are deployed at the same time.

    Constraints

    • unharvestable
  • Health State

    Represents the health of the services that are in a WebLogic server domain. Selected subsystems within each WebLogic Server instance monitor their health status based on criteria specific to the subsystem.

  • Read Only: true

    Indicates whether this application is an internal application. Such applications are not displayed in the console or persisted in the config.xml.

  • Read Only: true

    The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

    Constraints

    • unharvestable
  • Health State

    Represents the health of the services that are in a WebLogic server domain. Selected subsystems within each WebLogic Server instance monitor their health status based on criteria specific to the subsystem.

  • Read Only: true

    The application's partition.

    Returns the partition to which this application is deployed.

    Constraints

    • unharvestable
  • Read Only: true

    Returns the type of the MBean.

    Constraints

    • unharvestable
Nested Schema : Health State
Type: object

Represents the health of the services that are in a WebLogic server domain. Selected subsystems within each WebLogic Server instance monitor their health status based on criteria specific to the subsystem.

Show Source
  • This property indicates the partition name for which the health state is reported.

  • This property indicates the reported state as:

    • OK - Service is healthy.

    • WARN - Service could have problems in the future

    • CRITICAL - Something must be done now to prevent service failure

    • FAILED - Service has failed and must be restarted

    • OVERLOADED - Service is functioning normally but there is too much work in it

    • UNKNOWN - Service state cannot be determined

  • This property indicates the service for which the health state is reported.

  • Items
    Title: Items

    This property indicates the cause of the reported state.

Nested Schema : Items
Type: array
Title: Items

This property indicates the cause of the reported state.

Show Source
  • Symptom

    Represents an observation reported by a service with its health state. A symptom can be used to determine the reason for the current health state of a WebLogic server.

Nested Schema : Symptom
Type: object

Represents an observation reported by a service with its health state. A symptom can be used to determine the reason for the current health state of a WebLogic server.

Show Source
Back to Top