View This Dynamic Servers
/management/weblogic/{version}/domainConfig/clusters/{name}/dynamicServers
View this dynamic servers.
Request
-
name: string
The name property of the instance in the collection.
-
version: string
The version of the WebLogic REST interface.
-
excludeFields(optional): string
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.
-
excludeLinks(optional): string
The 'excludeLinks' query parameter is used to restrict which links are returned in the response. It is a comma separated list of link relationship names. If present, only links whose relationship name is not on the list will be returned. If not present, all links are returned (unless the 'links' query parameter is specified). Note: 'links' must not be specified if 'excludeLinks' is specified.
-
fields(optional): string
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.
-
links(optional): string
The 'links' query parameter is used to restrict which links are returned in the response. It is a comma separated list of link relationship names. If present, only links with matching relationship names are returned. If not present, all links are returned (unless the 'excludeLinks' query parameter is specified). Note: 'excludeLinks' must not be specified if 'links' is specified.
-
Admin: basic
Type:
basicDescription:A user in the Admin security role. -
Deployer: basic
Type:
basicDescription:A user in the Deployer security role. -
Monitor: basic
Type:
basicDescription:A user in the Monitor security role. -
Operator: basic
Type:
basicDescription:A user in the Operator security role.
Response
- application/json
200 Response
Returns this dynamic servers.
This method can return the following links:
- rel=serverTemplate
This resource's serverTemplate reference to a server template resource.
object-
calculatedListenPorts(optional):
boolean
Default Value:
trueSpecifies whether listen ports are calculated.
-
calculatedMachineNames(optional):
boolean
Default Value:
falseThe CalculatedMachineNames attribute controls how server instances in a dynamic cluster are assigned to a machine. If the attribute is not set, then the dynamic servers will not be assigned to a machine. If the attribute is set, then the MachineNameMatchExpression attribute is used to select the set of machines to use for the dynamic servers.
-
dynamicallyCreated(optional):
boolean
Read Only:
trueDefault Value:falseReturn whether the MBean was created dynamically or is persisted to config.xml
-
dynamicClusterCooloffPeriodSeconds(optional):
integer(int32)
Minimum Value:
0Default Value:900Get the cool-off period (in seconds) used by the Elasticity Framework while performing scale up or scale down operations. If a scale up or scale down operation was performed, subsequent requests for scale up or down operations will be ignored by the Elasticity Framework during this period.
-
dynamicClusterShutdownTimeoutSeconds(optional):
integer(int32)
Minimum Value:
0Default Value:0Get the timeout period (in seconds) used by the Elasticity Framework while gracefully shutting down a server. If the server does not shut down before the specified timeout period, the server will be forcibly shut down. With a negative time value, no timeout will be applied.
-
dynamicClusterSize(optional):
integer(int32)
Minimum Value:
0Maximum Value:800Get the current size of the dynamic cluster (the number of dynamic server instances allowed to be created). The specified number of server instances are dynamically added to the configuration at runtime and associated ServerLifeCycleRuntimeMBeans are created.
-
dynamicServerNames(optional):
array Items
Title:
ItemsRead Only:trueReturn an array of all the dynamic server names
-
id(optional):
integer(int64)
Read Only:
trueReturn the unique id of this MBean instance
-
ignoreSessionsDuringShutdown(optional):
boolean
Default Value:
falseIndicates if the Elasticity Framework should ignore inflight HTTP sessions while shutting down servers.
-
machineMatchExpression(optional):
string
Get the machine tag expression to use when selecting machine names. If the MachineMatchType is "name", each value will either match a machine name exactly or, if specified with a trailing '*' suffix, will match multiple machine names. If the MachineMatchType is "tag", the values will match all of the machines that have all of the tag values.
-
machineMatchType(optional):
string
Default Value:
nameAllowed Values:[ "name", "tag" ]Get the machine tag expression to use when selecting machine names. If the MachineMatchType is "name", each value will either match a machine name exactly or, if specified with a trailing '*' suffix, will match multiple machine names. If the MachineMatchType is "tag", the values will match all of the machines that have all of the tag values.
-
machineNameMatchExpression(optional):
string
The expression is used when determining machines to use for server assignments. If null, then all machines in the domain are used. If a expression is provided, then only the machines in the domain that match the expression will be used when assigning machine names to dynamic servers. The expression is a comma separated set of values that specify the machines to match. Each value will either match a machine name exactly or if specified with a trailing '*' suffix, the value will match multiple machine names.
-
maxDynamicClusterSize(optional):
integer(int32)
Minimum Value:
0Maximum Value:800Default Value:8Get the upper bound on the DynamicClusterSize that the Elasticity Framework is allowed to assign to DynamicClusterSize.
-
minDynamicClusterSize(optional):
integer(int32)
Minimum Value:
0Maximum Value:800Default Value:1Get the minimum number of running server instances that the Elasticity Framework will attempt to keep in the dynamic cluster.
-
name(optional):
string
Read Only:
trueThe user-specified name of this MBean instance.
This name is included as one of the key properties in the MBean's
javax.management.ObjectNameName=user-specified-nameConstraints
- legal null
-
notes(optional):
string
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.
-
serverNamePrefix(optional):
string
The server name prefix is used to specify the naming convention when creating server names. When the server name prefix is defined, server names are calculated with the specified prefix followed by the index starting with 1.
-
serverTemplate(optional):
array Server Template Reference
Title:
Server Template ReferenceContains the server template reference.The server template used to create dynamic servers.
Constraints
- restart required
-
tags(optional):
array Items
Title:
ItemsReturn all tags on this Configuration MBean
-
type(optional):
string
Read Only:
trueReturns the type of the MBean.
Constraints
- unharvestable
-
waitForAllSessionsDuringShutdown(optional):
boolean
Default Value:
falseIndicates if the Elasticity Framework should wait for all (persisted and non-persisted) HTTP sessions during inflight work handling while shutting down servers.
arrayItemstrueReturn an array of all the dynamic server names
arrayServer Template ReferenceThe server template used to create dynamic servers.
Constraints
- restart required