List Dip Instances

List Dip Instances

List Gitops DIP instances

Request
URI
GET
https://{api_host}/telco/api/cnfLcm/gitOps/dipInstances
COPY
Query Parameters
string
configurationId
Optional

The id of a Gitops configuration. If given, the returned instances will be assocaited with the Gitops configuration.

boolean
ususedDip
Optional

A boolean that indicates if the returned DIP instances are dependent by any CNF instances or not.

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 gitopsDipInstanceResponse.yaml of type(s) application/json
[
    "gitopsDipInstanceResponse.yaml Object"
]

Response Headers

integer
TotalRowCount

The total number of matching DIP instances


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"