Getting the Mesh Details
Get the details of a specific mesh in Service Mesh.
Important
Before you proceed, you must set up the appropriate OCI policies for the mesh resource. For details, see Required IAM Policy for a Mesh.
Before you proceed, you must set up the appropriate OCI policies for the mesh resource. For details, see Required IAM Policy for a Mesh.
- 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, select the mesh for which you want to view the details.
On the details page of the mesh, you can view the details. To see what operations are available for
mesh get
use:oci service-mesh mesh get -h
To get the details for a mesh using the CLI, run
oci service-mesh mesh get:
oci service-mesh mesh get --mesh-id <meshId>
Where:
- <meshId>: the OCID of the mesh.
For example:
oci service-mesh mesh get --mesh-id ocid1.mesh.oc1..aaa...
For more information about using the CLI, see:
Use the GetMesh operation to view the details of a mesh.