Get workspace service maps list

Get workspace service maps list

get

Get the list of service maps in the specified workspace.

Path parameters
workspaceSeqintegerRequired
Responses
200
OK
*/*
get
GET /v1/workspaces/{workspaceSeq}/servicemaps HTTP/1.1
Host: 
Accept: */*
200

OK

[
  {
    "clusterId": "thingcluster",
    "clusterIpCount": 30,
    "clusterName": "devops cluster",
    "clusterSeq": 1,
    "clusterState": "RUNNING",
    "cubeType": "MANAGED",
    "gateWayCount": 5,
    "ingressCount": 1,
    "loadBalancerCount": 1,
    "namespaceName": "cocktail-system",
    "nodePortCount": 4,
    "providerCode": "IDC",
    "providerName": "Datacenter",
    "regionCode": "Default",
    "serverCount": 32,
    "servicemapName": "cocktail-system",
    "servicemapSeq": 2,
    "volumeRequestCapacity": 0
  }
]

Was this helpful?