LicenseSearchRequest
License Search Request
Request model json to search licenses.
JSON Example
{
"filters": [
{
"key": "STATUS",
"operator": "EQUALS",
"value": "ACTIVE"
},
{
"key": "VCF_OPS_ID",
"operator": "LIKE",
"value": "99979626-5ddf"
}
]
}
sorter
Optional
Defines the ordering criteria for the result set. Specifies the target property and the direction (ascending or descending) to arrange the returned records.