PolicyCountObservation

PolicyCountObservation
PolicyCountObservation
AllOf
This class requires all of the following:
JSON Example
{
    "resource_type": "string",
    "checkpoints": {
        "ens_checkpoints_result": [
            {
                "checkpoint_type": "string",
                "count": 0
            }
        ],
        "non_ens_checkpoints_result": [
            {
                "checkpoint_type": "string",
                "count": 0
            }
        ]
    },
    "port_id": "string",
    "port_name": "string",
    "transport_node_id": "string",
    "logical_port_path": "string"
}