objectFilter

objectFilter
objectFilter
JSON Example
{
    "pipeLine": [
        {
            "predicate": "AND",
            "filters": [
                {
                    "path": "path",
                    "attributeOperator": "ANYOF",
                    "attributeType": "",
                    "attributeValues": [
                        "attributeValues",
                        "attributeValues"
                    ],
                    "attribute": "attribute"
                },
                {
                    "path": "path",
                    "attributeOperator": "ANYOF",
                    "attributeType": "",
                    "attributeValues": [
                        "attributeValues",
                        "attributeValues"
                    ],
                    "attribute": "attribute"
                }
            ]
        },
        {
            "predicate": "AND",
            "filters": [
                {
                    "path": "path",
                    "attributeOperator": "ANYOF",
                    "attributeType": "",
                    "attributeValues": [
                        "attributeValues",
                        "attributeValues"
                    ],
                    "attribute": "attribute"
                },
                {
                    "path": "path",
                    "attributeOperator": "ANYOF",
                    "attributeType": "",
                    "attributeValues": [
                        "attributeValues",
                        "attributeValues"
                    ],
                    "attribute": "attribute"
                }
            ]
        }
    ],
    "name": "name",
    "description": "description",
    "objectType": "Network Function Catalog"
}
string
description
Optional

description

string
name
Optional

name

string
objectType
Required

objectType

Possible values are : Network Function Catalog, Network Service Catalog, Network Function Instance, Network Service Instance, Virtual Infrastructure, K8s Cluster Template, K8s Cluster Instance, K8s Cluster NameSpace,
pipeLine
Required

pipeLine

Property Of