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=
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
401
Unauthorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure