Get Constraint Vim Enforcement
Get the ConstraintVimEnforcement
Request
URI
GET
https://{api_host}/telco/api/securityPolicy/constraintVimEnforcements/{constraintVimEnforcementId}
COPY
Path Parameters
string
constraintVimEnforcementId
Required
The id of the ConstraintVimEnforcement
Query Parameters
string
filter
Optional
The filter for listing. The format is (comparator,fieldName,value).
string
sort
Optional
The sorting order. The format of the param is
string
nextpage_opaque_marker
Optional
Opaque marker for paging. This optionally contains ordering as well.
nextpage_opaque_marker example
page_no=2,page_size=2,sort=id:desc
Responses
200
The detail view of ConstraintVimEnforcement object
Returns
ConstraintVimEnforcementsResponse
of type(s)
application/json
This response body class contains all of the following:
InlineConstraintVimEnforcementsResponse1
"ConstraintVimEnforcementsResponse Object"
500
Returns
InternalServerError
of type(s)
application/json
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/telco/api/securityPolicy/constraintVimEnforcements/{constraintVimEnforcementId}