Getting Virtual Service Route Table Details

Get the details of a specific virtual service route table in Service Mesh.

Important

Before you proceed, you must set up the appropriate OCI policies for the virtual service route table resource. For details, see Required IAM Policy for Virtual Service Route Table.
    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 service route table.
    5. On the details page of the mesh, click the name of the virtual service that contains the virtual service route table.
    6. On the details page of the virtual service, from Resources, click Route Tables.
    7. From the list of route tables, click the name for which you want to view the details.
    On the details page of the route table, you can view the details.
  • To see what operations are available for virtual-service-route-table get use:

    oci service-mesh virtual-service-route-table get -h

    To get the details for a virtual service route table use the oci service-mesh virtual-service-route-table get option:

    oci service-mesh virtual-service-route-table get --virtual-service-route-table-id <virtualServiceRouteTableId>

    where:

    For example:

    oci service-mesh virtual-service-route-table get --virtual-service-route-table-id ocid1.meshvirtualserviceroutetable.oc1..aaa...

    For more information about using the CLI, see:

  • Use the GetVirtualServiceRouteTable operation to view the details of a virtual service route table.