Viewing a Desktop Pool's Details
View details for a specific desktop pool or individual desktop by using Secure Desktops.
- Note
 To perform this task, you must be the desktop administrator.- Open the navigation menu and select Compute. Under Secure Desktops, select Desktop Pools.
- Under List scope, select the compartment that contains the desktop pool.
- 
Select the desktop pool name.
On the Desktop Pool Details page, the following is displayed under Desktop pool information: - General information: Compartment, description, start and stop times, OCID, creation date, contact details, administrator privileges, and client URL (used to access desktops).
- Placement: Availability domain.
- Pool size: Maximum size and standby size for the desktop pool.
- Image and shape: Image, operating system, use dedicated virtual machine host, shape, OCPU count, memory (GB), and baseline utilization per OCPU.
- Storage: Desktop storage, volume size, and backup policy.
- Desktop pool network: Virtual Cloud Network (VCN), subnet, and number of network security groups (NSGs). Select Show to view NSGs.
- Private access network (if enabled): Virtual Cloud Network (VCN), subnet, private endpoint IP address, private endpoint domain name, and number of network security groups (NSGs). Select View all to view NSGs.
- Device access policy: Clipboard, audio, and drive mapping access.
- Desktop management policy: Action on inactivity and grace period, action on disconnect and grace period, scheduled start and stop times for desktops.
- Resource usage: Number of active desktops.
 
- 
On the Desktop Pool Details page, scroll to the Desktops section to view details for the desktops contained in the desktop pool. 
For each desktop, the following information is displayed: - User name: The friendly name for the desktop.
- State: The current state of the desktop (Active, Inactive, Creating, Updating, Deleting, Deleted, Failed).
- Desktop ID: The OCID for the desktop.- Select Show to view the entire instance ID.
- Select Copy to copy the instance ID.
 
- Instance ID: A link to the Oracle Cloud Infrastructure Compute instance for the desktop.- Select the link to access the instance in Compute.
- Select Show to view the entire instance ID.
- Select Copy to copy the instance ID.
 
- Created: The date when the desktop was created.
 
 
- Use the desktop-pool get command and required parameters to view the details for a desktop pool:oci desktops desktop-pool get --desktop-pool-id <ocid> [OPTIONS]Use the desktop get command and required parameters to view the details for an individual desktop:oci desktops desktop get --desktop-id <ocid> [OPTIONS]For a complete list of flags and variable options for CLI commands, see the Command Line Reference. 
- Use the GetDesktopPool operation to view details for a desktop pool. - Use the GetDesktop operation to view details for an individual desktop.