List Cnf Instances

List Cnf Instances

List Gitops CNF instances

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

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

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 CNF instances

Returns Array of gitopsCnfInstanceListResponse.yaml of type(s) application/json
[
    "gitopsCnfInstanceListResponse.yaml Object"
]

Response Headers

integer
TotalRowCount

The total number of matching CNF 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"