Get Constraint Enforcements By Vim

Get Constraint Enforcements By Vim

Get list of VimConstraintEnforcements by VimId

Request
URI
GET
https://{api_host}/telco/api/securityPolicy/vimConstraintEnforcements
COPY
Query Parameters
string
vim_id
Required

vim_id

string
filter
Optional

The filter for listing. The format is (comparator,fieldName,value).

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
Header Parameters
boolean
x-tca-anymatch
Optional

If false, then the filter expressions are taken in logical AND relation, otherwise OR. Default - false


Responses
200

The view of VimEnforcement object

Returns VimEnforcementWithConstraints of type(s) application/json
"VimEnforcementWithConstraints Object"
array of VimEnforcementWithConstraints
VimEnforcementWithConstraints
Optional

VimEnforcementWithConstraints


401
Returns Unauthorized of type(s) application/json
Operation doesn't return any data structure

403
Returns Forbidden of type(s) application/json
Operation doesn't return any data structure

404
Returns NotFound of type(s) application/json
Operation doesn't return any data structure

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/vimConstraintEnforcements?vim_id=v