B2B Gateway
- B2B Gateway
- All Products
Where/public/core/v3/RuntimeEnvironment/<rte_id>/Cluster/<cluster_id>
Field | Type | Required | Description |
---|---|---|---|
namespace | String | - | Namespace of the configuration. |
Field | Type | Description |
---|---|---|
rteId | String | Runtime environment ID. |
clusterId | String | Configuration ID. |
namespace | String | Namespace used. |
createdBy | String | Name of the user who created the association. |
GET <baseApiUrl>/public/core/v3/RuntimeEnvironment/<rte_id>/Cluster/<cluster_id> Content-type: application/json Accept: application/json INFA-SESSION-ID: <SessionId>
{ "rteId": "01B0IV2500000000035Y", "clusterId": "5gic8zWc1G7fSDQVJRpUEh", "namespace": "test-namespace-1", "createdBy": "test-user-1" }