List all services for A given namespace In A specified cluster

List all services for A given namespace In A specified cluster

List all services for a given namespace in a specified cluster

Request
URI
GET
https://{api_host}/:9443/api/admin/services/services/{clusterName}/{namespace}
COPY
Path Parameters
clusterName
Required

clusterName

namespace
Required

namespace


Authentication
This operation uses the following authentication methods.
Responses
200

Status 200

Returns inline_response_200_7 of type(s) application/json
{
    "clusterName": "tca-cluster1",
    "namespace": "tca-manager",
    "services": [
        {
            "serviceId": "tca-cluster-kafka-021",
            "name": "mongodb",
            "version": "2.0.0",
            "status": "string",
            "message": "Release tca-cluster-mongodb-200 failed : timed out waiting for the condition"
        }
    ]
}
string
clusterName
Required

name of cluster. Note cluster name should not contains '_'

string
namespace
Required

name of namespace

services
Required

List of services in each namesapce