DefaultApi

All URIs are relative to http://localhost

MethodHTTP requestDescription
applyTargetsPOST /api/v1/:namespace/target-source/:name/applyTargetsTargets received are applied in gNMIc Operator.
getClusterPlanGET /clusters/:namespace/:name/planGet cluster plan.

applyTargets

List applyTargets(Target)

Targets received are applied in gNMIc Operator.

Parameters

NameTypeDescriptionNotes
TargetList

Return type

List

Authorization

bearerAuth

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