Getting Virtual Deployment Details

Get details of a specific virtual deployment in Service Mesh.

    1. Open the navigation menu and click Developer Services. Under Containers & Artifacts, click Service Mesh.
    2. Click Service Meshes.
    3. On the Service Mesh page, from the list of compartments on the left side, select a compartment.
    4. From the list of meshes, click the mesh name that contains the virtual service with the virtual deployments.
    5. On the details page of the mesh, click the name of the virtual service that contains the virtual deployment.
    6. On the details page of the virtual service, in the Virtual Deployments table, click the name of the virtual deployment for which you want to view the details.
    On the details page of the virtual deployment, you can view the details.
  • To get the details for a virtual deployment, use the service-mesh resource with the virtual-deployment option.

    oci service-mesh virtual-deployment get --virtual-deployment-id <virtual-deployment-id>

    Example:

    oci service-mesh virtual-deployment get --virtual-deployment-id ocid.meshvirtualdeployment.oc1.iad.aaaa....

    To see what operations are available for virtual-deployment get use:

    oci service-mesh virtual-deployment get -h
  • Use the GetVirtualDeployment operation to view the details of a virtual deployment.