ServiceNowDataSource
Properties
boolean
enabled
Optional
Whether or not data collection is enabled
string
entity_id
Optional
Internal ID of data source, to be used in subsequent API calls
string
fqdn
Optional
Hostname of data source (use either IP or FQDN, not both)
string
graph_configuration
Optional
CMDB configuration for CIs, relationships and graph traversal rules
string
instance_id
Optional
Associated nsxt data source entity Id
string
ip
Optional
IP address of data source (use either IP or FQDN, not both)
boolean
is_graph_config_customized
Optional
Has graph configuration been modified from the default configuration
string
nickname
Optional
A friendly nickname for the data source
string
notes
Optional
Room for notes or comments about the data source
string
proxy_id
Optional
ID of Collector VM which should register this vcenter
string
web_proxy_id
Optional
Identifier of web proxy to be used for connection
Parameter To
Update ServiceNow Instance
Returned By
Add ServiceNow Datasource
Get ServiceNow Instance
Update ServiceNow Instance
Extends
SwitchDataSource
JSON Example
{
"credentials": {
"password": "VMware1!",
"username": "readonly"
},
"enabled": false,
"entity_id": "string",
"entity_type": "enum",
"fqdn": "your.domain.com",
"graph_configuration": "string",
"instance_id": "string",
"ip": "192.168.10.1",
"is_graph_config_customized": false,
"nickname": "vc1",
"notes": "Located in DC1",
"proxy_id": "1000:104:12313412",
"web_proxy_id": "string"
}