View This Dynamic Servers
/management/weblogic/{version}/serverConfig/clusters/{name}/dynamicServers
View this dynamic servers.
Request
-
name(required): string
The name property of the instance in the collection.
-
version(required): string
The version of the WebLogic REST interface.
-
excludeFields: 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: 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: 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: 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:
basic
Description:A user in the Admin security role.
-
Deployer: basic
Type:
basic
Description:A user in the Deployer security role.
-
Monitor: basic
Type:
basic
Description:A user in the Monitor security role.
-
Operator: basic
Type:
basic
Description: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:
boolean
Default Value:
true
Specifies whether listen ports are calculated.
-
calculatedMachineNames:
boolean
Default Value:
false
The 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:
boolean
Read Only:
true
Default Value:false
Return whether the MBean was created dynamically or is persisted to config.xml
-
dynamicClusterCooloffPeriodSeconds:
integer(int32)
Minimum Value:
0
Default Value:900
Get 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:
integer(int32)
Minimum Value:
0
Default Value:0
Get 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:
integer(int32)
Minimum Value:
0
Maximum Value:800
Get 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 created as ServerMBeans at runtime and associated ServerLifeCycleRuntimeMBeans are created.
-
dynamicServerNames:
array Items
Title:
Items
Read Only:true
Return an array of all the dynamic server names
-
id:
integer(int64)
Read Only:
true
Return the unique id of this MBean instance
-
ignoreSessionsDuringShutdown:
boolean
Default Value:
false
Indicates if the Elasticity Framework should ignore inflight HTTP sessions while shutting down servers.
-
machineMatchExpression:
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:
string
Default Value:
name
Allowed 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:
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:
integer(int32)
Minimum Value:
0
Maximum Value:800
Default Value:8
Get the upper bound on the DynamicClusterSize that the Elasticity Framework is allowed to assign to DynamicClusterSize.
-
minDynamicClusterSize:
integer(int32)
Minimum Value:
0
Maximum Value:800
Default Value:1
Get the minimum number of running server instances that the Elasticity Framework will attempt to keep in the dynamic cluster.
-
name:
string
Read Only:
true
The user-specified name of this MBean instance.
This name is included as one of the key properties in the MBean's
javax.management.ObjectName
Name=user-specified-name
Constraints
- legal null
-
notes:
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:
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 the value specified by getServerNameStartingIndex().
-
serverNameStartingIndex:
integer(int32)
Minimum Value:
0
Maximum Value:2147480000
Default Value:1
Get the starting index to use in server names. Server names are calculated with the prefix specified in getServerNamePrefix() followed by an index starting with the value specified in this attribute.
-
serverTemplate:
array Server Template Reference
Title:
Server Template Reference
Contains the server template reference.The server template used to create dynamic servers.
Constraints
- restart required
-
tags:
array Items
Title:
Items
Return all tags on this Configuration MBean
-
type:
string
Read Only:
true
Returns the type of the MBean.
Constraints
- unharvestable
-
waitForAllSessionsDuringShutdown:
boolean
Default Value:
false
Indicates if the Elasticity Framework should wait for all (persisted and non-persisted) HTTP sessions during inflight work handling while shutting down servers.
array
Items
true
Return an array of all the dynamic server names
array
Server Template Reference
The server template used to create dynamic servers.
Constraints
- restart required