Create Configuration

Create Configuration

Create a GitOps Configuration

Request
URI
POST
https://{api_host}/telco/api/cnfLcm/gitOps/gitopsConfigurations
COPY
Request Body
gitopsConfigurationRequest.yaml of type(s) application/json
Required
"gitopsConfigurationRequest.yaml Object"
Responses
201

Successful

Returns gitopsConfigurationFetchResponse.yaml of type(s) application/json
"gitopsConfigurationFetchResponse.yaml Object"

400
Returns BadRequest of type(s) application/json
"errorResponse.yaml Object"

401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

409

Conflict. Gitops configuration for the selected cluster has been already created.

Operation doesn't return any data structure

500
Returns InternalServerError of type(s) application/json
"errorResponse.yaml Object"