Get Service Mesh details
Select
SaaS
Customer Managed
Gets the Service mesh and it's related properties configured for this Commcell
Responses
- 200
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- id int32
- name string
- displayName string
- kubeAPIURL string
Kubernetes API server URL
- serviceDomainName string
Domain of services deployed in the kubernetes cluster.
- adminPortalURL string
Admin Portal URL to access the service mesh configuration details.
- ingressBaseURL string
Ingress Base URL to access or send requests to services deployed in the Service mesh
- vaultBaseURL string
Vault Base URL to access Hashicorp Vault UI
- serviceMeshVendor int32
Service mesh vendor type
{
"id": 0,
"name": "string",
"displayName": "string",
"kubeAPIURL": "string",
"serviceDomainName": "string",
"adminPortalURL": "string",
"ingressBaseURL": "string",
"vaultBaseURL": "string",
"serviceMeshVendor": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...