Data Source: oci_wlms_wls_domain_servers
This data source provides the list of Wls Domain Servers in Oracle Cloud Infrastructure Wlms service.
Gets list of servers in a specific WebLogic domain.
Example Usage
data "oci_wlms_wls_domain_servers" "test_wls_domain_servers" {
#Required
wls_domain_id = oci_wlms_wls_domain.test_wls_domain.id
#Optional
name = var.wls_domain_server_name
}
Argument Reference
The following arguments are supported:
name- (Optional) The name of the resource.wls_domain_id- (Required) The OCID of the WebLogic domain.
Attributes Reference
The following attributes are exported:
server_collection- The list of server_collection.
WlsDomainServer Reference
The following attributes are exported:
host_name- The name of the server.id- The unique identifier of the server.Note: Not an OCID.
is_admin- Whether or not the server is an admin node.jdk_path- The JDK path on the server.jdk_version- The JDK version on the server.latest_patches_status- Whether or not the server has installed the latest patches.managed_instance_id- The managed instance ID of the server.middleware_path- The middleware path on the server.middleware_type- The middleware type on the server.name- The name of the server.patch_readiness_status- The patch readiness status of the server.restart_order- The restart order assigned to the server.status- The status of the server.time_created- The date and time the server was first reported (in RFC 3339 format). Example:2016-08-25T21:10:29.600Ztime_updated- The date and time the server was last reported (in RFC 3339 format). Example:2016-08-25T21:10:29.600Zweblogic_version- The version of the WebLogic domain of the serverwls_domain_id- The ID of the WebLogic domain to which the server belongs.wls_domain_name- The name of the WebLogic domain to which the server belongs.wls_domain_path- The path of the WebLogic domain to which the server belongs.