NetOpsConfigResponse

NetOpsConfigResponse
NetOpsConfigResponse

The NetOps data source sync response.

JSON Example
{
    "enabled": false,
    "entity_id": "string",
    "error": {
        "code": 0,
        "details": [
            {
                "code": 0,
                "message": "string",
                "target": [
                    "string"
                ]
            }
        ],
        "message": "string"
    },
    "fqdn": "string",
    "ip": "string",
    "ipfix_response": {
        "ipfix_disabled_for": "string",
        "ipfix_disabling_failed": "string",
        "ipfix_enabled_for": "string",
        "ipfix_enabling_failed": "string"
    },
    "nickname": "string",
    "proxy_id": "string",
    "vcfManaged": false
}
boolean
enabled
Optional

Whether or not data collection is enabled.

string
entity_id
Optional

Internal ID of data source.

error
Optional

NetOps instance api response error code and message

string
fqdn
Optional

Hostname of data source (either IP or FQDN will be present).

string
ip
Optional

IP address of data source (either IP or FQDN will be present).

ipfix_response
Optional

IPFIX response configuration for DVS

string
nickname
Optional

A friendly nickname for the data source.

string
proxy_id
Optional

ID of Collector VM which should register this data source.

boolean
vcfManaged
Optional

Whether or not data source is VCF managed.

Property Of