Get platform service maps

Get platform service maps

get

Get the list of platform service maps.

Responses
200
OK
*/*
get
GET /v1/accounts/servicemaps HTTP/1.1
Host: 
Accept: */*
200

OK

[
  {
    "clusterId": "thingcluster",
    "clusterName": "devops cluster",
    "clusterSeq": 1,
    "clusterState": "RUNNING",
    "clusterType": "CUBE",
    "cubeType": "MANAGED",
    "namespaceName": "cocktail-system",
    "providerCode": "IDC",
    "providerName": "Datacenter",
    "regionCode": "Default",
    "servicemapName": "cocktail-system",
    "servicemapSeq": 2,
    "useYn": "Y",
    "workloadGroups": [
      {
        "columnCount": 1,
        "servicemapSeq": 2,
        "sortOrder": 3,
        "useYn": "Y",
        "workloadGroupName": "Api",
        "workloadGroupSeq": 11
      }
    ]
  }
]

Was this helpful?