Get workspace service map details
Get detailed information for the service maps in the specified workspace.
Path parameters
workspaceSeqintegerRequired
servicemapSeqintegerRequired
Responses
200
OK
*/*
get
GET /v1/workspaces/{workspaceSeq}/servicemaps/{servicemapSeq} HTTP/1.1
Host:
Accept: */*
200
OK
{
"clusterId": "thingcluster",
"clusterName": "devops cluster",
"clusterSeq": 1,
"labels": {
"istio-injection": "disabled",
"kubernetes.io/metadata.name": "cocktail-system"
},
"namespaceName": "cocktail-system",
"servicemapMappings": [
{
"serviceType": "NORMAL",
"servicemapGroup": {
"servicemapGroupName": "Default",
"servicemapGroupSeq": 3,
"servicemapSeq": 2,
"sortOrder": 1,
"workspaceSeq": 3
},
"servicemapSeq": 2,
"workspaceName": "칵테일 시스템 [ DevOps ]",
"workspaceSeq": 3
}
],
"servicemapName": "cocktail-system",
"servicemapSeq": 2,
"workloadGroups": [
{
"columnCount": 1,
"servicemapSeq": 2,
"sortOrder": 1,
"workloadGroupName": "Default",
"workloadGroupSeq": 2
}
]
}
Was this helpful?