ServiceNowDataSourceRequest
Properties
boolean
enabled
Optional
Whether or not data collection is enabled
string
graph_configuration
Optional
CMDB configuration for CIs, relationships and graph traversal rules
string
instance_id
Optional
Associated ServiceNow instance
boolean
is_graph_config_customized
Optional
Has graph configuration been modified from the default configuration
string
nickname
Required
A friendly nickname for the data source
string
notes
Optional
Room for notes or comments about the data source
string
proxy_id
Required
ID of Collector VM which should register this vcenter
string
web_proxy_id
Optional
Identifier of web proxy to be used for connection. If not given or empty, any web proxy used earlier will be cleared
JSON Example
{
"nickname": "snow1",
"proxy_id": "1000:104:12313412"
}