Listing Virtual Deployments

List the virtual deployments of a specific virtual service 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.
    The details page of the virtual service displays the list of virtual deployments with the name and state of a virtual deployment with the date and time that it was last updated.
  • To list all the virtual deployments in a virtual service, use the service-mesh resource with the virtual-deployment option.

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

    Example:

    oci service-mesh virtual-deployment list --virtual-service-id ocid.virtualservice.oc1.iad.aaaa....

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

    oci service-mesh virtual-deployment list -h
  • Use the ListVirtualDeployment operation to list the virtual deployments in a virtual service.