|
Parameters |
Optional/ Mandatory |
Data Type |
Description |
|---|---|---|---|
|
name |
text |
||
|
tags |
string |
||
|
id |
long |
||
|
created |
date |
||
|
modified |
date |
||
|
type |
keyword |
UNKOWN, HOST, SCANNER, WEBAPP, MALWARE_DOMAIN |
|
|
sourceInfo |
AssetSourceQList |
|
TagSimpleQList - Asset tags on the associated asset. This collection to be added to and removed from by providing a tag ID wrapped in a TagSimple element.
|
TagSimple |
Data type |
|---|---|
|
id |
long (tag primary key) |
|
name |
string (tag name) |
AssetSourceQList - Source information for the associated asset. At the moment this is used exclusively for assets that are in Amazon EC2 but may contain additional types in the future. As such, elements will always be of type Ec2AssetSourceSimple.
|
Element |
Data Type |
|---|---|
|
availabilityZone |
string |
|
privateDnsName |
string |
|
publicDnsName |
string |
|
instanceID |
string |
|
instanceType |
string |
|
imageID |
string |
|
publicIpAddress |
string |
|
privateIpAddress |
string |
|
monitoringEnabled |
boolean |
|
instanceState |
(AssetSourceStateCode: PENDING, RUNNING, SHUTTING_DOWN, TERMINATED, STOPPING, STOPPED, UNSUPPORTED) |