GET A Create Form For This Coherence Cluster System Resource Collection

get

/management/weblogic/{version}/edit/coherenceClusterSystemResourceCreateForm

This resource returns a pre-populated coherence cluster system resource model that can be customized then posted (using the POST method) to the coherenceClusterSystemResources collection resource to create a new coherence cluster system resource.

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 coherence cluster system resource.

This method can return the following links:

  • rel=create uri=/management/weblogic/{version}/edit/coherenceClusterSystemResources

    The collection resource for this create form resource.

Body ()
Root Schema : Coherence Cluster System Resource
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
Read Only: true

The list of hostnames of the managed servers belonging to this Coherence cluster.

Show Source
Nested Schema : Items
Type: array
Title: Items
Read Only: true

The list of remote participant hosts, who will be added as participants in the federation topology.

Show Source
Nested Schema : Descriptor Reference
Type: array
Title: Descriptor Reference
Read Only: true
Contains the descriptor reference.

Return the Descriptor for the system resource. This should be overridden by the derived system resources.

Show Source
Nested Schema : Items
Type: array
Title: Items

Return all tags on this Configuration MBean

Show Source
Nested Schema : Target References
Type: array
Title: Target References
Contains the array of target references.

You must select a target on which an MBean will be deployed from this list of the targets in the current domain on which this item can be deployed. Targets must be either servers or clusters. The deployment will only occur once if deployments overlap.

Show Source
Nested Schema : Target Reference
Type: object
Title: Target Reference
Contains the target reference.
Show Source
Nested Schema : Identity
Type: array
Title: Identity
DOC TEAM TBD - describe an identity - it's a reference to another WLS REST resource.
Show Source
Back to Top