DefaultApi
All URIs are relative to http://localhost
| Method | HTTP request | Description |
|---|---|---|
| applyTargets | POST /api/v1/:namespace/target-source/:name/applyTargets | Targets received are applied in gNMIc Operator. |
| getClusterPlan | GET /clusters/:namespace/:name/plan | Get cluster plan. |
applyTargets
List applyTargets(Target)
Targets received are applied in gNMIc Operator.
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| Target | List |
Return type
Authorization
HTTP request headers
- Content-Type: application/json
- Accept: application/json
getClusterPlan
getClusterPlan()
Get cluster plan.
Parameters
This endpoint does not need any parameter.
Return type
null (empty response body)
Authorization
No authorization required
HTTP request headers
- Content-Type: Not defined
- Accept: Not defined