List Configurations

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= , page_size= , sort= ,<asc/desc>

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


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

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