View This Coherence Server Collection

get

/management/weblogic/{version}/edit/coherenceServers

View this coherence server collection.

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 a list of coherence server entities.

This method can return the following links:

  • rel=create-form uri=/management/weblogic/{version}/edit/coherenceServerCreateForm

    The create form resource for this collection resource.

Body ()
Root Schema : Items
Type: array
Title: Items
Show Source
Nested Schema : Coherence Server
Type: object
Show Source
  • Default Value: true

    Specifies whether the Node Manager can automatically restart this server if it crashes or otherwise goes down unexpectedly.

  • Coherence Cluster System Resource Reference
    Title: Coherence Cluster System Resource Reference
    Contains the coherence cluster system resource reference.

    The system-level Coherence cluster resource associated with this server.

    Constraints

    • restart required
  • Read Only: true
    Default Value: false

    Return whether the MBean was created dynamically or is persisted to config.xml

  • Read Only: true

    Return the unique id of this MBean instance

  • Machine Reference
    Title: Machine Reference
    Contains the machine reference.

    The WebLogic Server host computer (machine) on which this server is meant to run.

    If you want to use a Node Manager to start this server, you must assign the server to a machine and you must configure the machine for the Node Manager.

    You cannot change this value if a server instance is already running.

    Constraints

    • restart required
  • Read Only: true

    An alphanumeric name for this server instance. (Spaces are not valid.)

    The name must be unique for all configuration objects in the domain. Within a domain, each server, machine, cluster, JDBC connection pool, virtual host, and any other resource type must be named uniquely and must not use the same name as the domain.

    The server name is not used as part of the URL for applications that are deployed on the server. It is for your identification purposes only. The server name displays in the Administration Console, and if you use WebLogic Server command-line utilities or APIs, you use this name to identify the server.

    After you have created a server, you cannot change its name. Instead, clone the server and provide a new name for the clone.

  • Optional information that you can include to describe this configuration.

    WebLogic Server saves this note in the domain's configuration file (config.xml) as XML PCDATA. All left angle brackets (<) are converted to the xml entity <. Carriage returns/line feeds are preserved.

    Note: If you create or edit a note from the Administration Console, the Administration Console does not preserve carriage returns/line feeds.

  • Minimum Value: 0
    Maximum Value: 2147483647
    Default Value: 0

    The number of seconds the Node Manager should wait before restarting this server.

    After killing a server process, the system might need several seconds to release the TCP port(s) the server was using. If Node Manager attempts to restart the Managed Server while its ports are still active, the startup attempt fails.

    If AutoMigration is enabled and RestartDelaySeconds is 0, the RestartDelaySeconds is automatically set to the lease time. This prevents the server from failing to restart after migration when the previous lease is still valid.

  • Minimum Value: 300
    Maximum Value: 2147483647
    Default Value: 3600

    The number of seconds during which this server can be restarted, up to the number of times specified in RestartMax.

  • Minimum Value: 0
    Maximum Value: 2147483647
    Default Value: 2

    The number of times that the Node Manager can restart this server within the interval specified in RestartIntervalSeconds.

  • Items
    Title: Items

    Return all tags on this Configuration MBean

  • Read Only: true

    Returns the type of the MBean.

    Constraints

    • unharvestable
  • The IP address for the cluster unicast listener.

    This attribute may be used to override the value of the referenced Coherence cluster.

  • Minimum Value: 1
    Maximum Value: 65535

    The port for the cluster unicast listener.

  • Default Value: 65535

    Gets the upper bound of the unicast port. A positive value indicates the unicast port is automatically incremented if the specified port cannot be bound because it is already in use.

Nested Schema : Coherence Cluster System Resource Reference
Type: array
Title: Coherence Cluster System Resource Reference
Contains the coherence cluster system resource reference.

The system-level Coherence cluster resource associated with this server.

Constraints

  • restart required
Show Source
Nested Schema : Machine Reference
Type: array
Title: Machine Reference
Contains the machine reference.

The WebLogic Server host computer (machine) on which this server is meant to run.

If you want to use a Node Manager to start this server, you must assign the server to a machine and you must configure the machine for the Node Manager.

You cannot change this value if a server instance is already running.

Constraints

  • restart required
Show Source
Nested Schema : Items
Type: array
Title: Items

Return all tags on this Configuration MBean

Show Source
Back to Top