Data Source: oci_wlms_managed_instance_server
This data source provides details about a specific Managed Instance Server resource in Oracle Cloud Infrastructure Wlms service.
Gets information about the specified server in a managed instance.
Example Usage
data "oci_wlms_managed_instance_server" "test_managed_instance_server" {
#Required
managed_instance_id = oci_wlms_managed_instance.test_managed_instance.id
server_id = oci_wlms_server.test_server.id
}
Argument Reference
The following arguments are supported:
managed_instance_id- (Required) The OCID of the instance.server_id- (Required) The unique identifier of a server.Note: Not an OCID.
Attributes 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.