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.
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.
- Open the navigation menu and click Developer Services. Under Containers & Artifacts, click Service Mesh.
- Click Service Meshes.
- On the Service Mesh page, from the list of compartments on the left side, select a compartment.
- From the list of meshes, click the mesh name that contains the virtual service with the virtual service route table.
- On the details page of the mesh, click the name of the virtual service that contains the virtual service route table.
- On the details page of the virtual service, from Resources, click Route Tables.
- 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:
<virtualServiceRouteTableId>
is the OCID of the virtual service route table. To find out the virtual service route table's OCID, see Listing Virtual Service Route Tables.
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.