Filter
Filter
JSON Example
{
"catalogFilter": {
"name": {
"operator": "string",
"values": [
"string"
]
},
"provider": {
"operator": "string",
"values": [
"string"
]
},
"productName": {
"operator": "string",
"values": [
"string"
]
},
"descriptorId": {
"operator": "string",
"values": [
"string"
]
},
"descriptorVersion": {
"operator": "string",
"values": [
"string"
]
},
"softwareVersion": {
"operator": "string",
"values": [
"string"
]
},
"tag": [
{
"operator": "string",
"values": [
"string"
]
}
]
},
"cnfFilter": {
"name": {
"operator": "string",
"values": [
"string"
]
},
"tag": [
{
"operator": "string",
"values": [
"string"
]
}
]
},
"operationFilter": {
"name": {
"operator": "string",
"values": [
"string"
]
}
}
}