List Configurations
List Gitops configurations
Request
URI
GET
https://{api_host}/telco/api/cnfLcm/gitOps/gitopsConfigurations
COPY
Query Parameters
string
nextpage_opaque_marker
Optional
May contain page_no=
nextpage_opaque_marker example
nextpage_opaque_marker=page_no=1,page_size=20,sort=createdAt:desc
string
filter
Optional
The filter for listing. The format is (comparator,fieldName,value).
Responses
200
List of Gitops DIP instances
Returns Array of gitopsConfigurationListResponse.yaml of type(s) application/json
[
"gitopsConfigurationListResponse.yaml Object"
]
Response Headers
integer
TotalRowCount
The total number of matching gitops configurations
401
Unauthorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
Cnf Lcm Gitops Operations
POST
Create Configuration
DELETE
Delete Configuration
GET
Get Configuration
GET
List Configurations