|
Parameter |
Mandatory /Optional |
Data Type |
Description |
|---|---|---|---|
|
id |
Optional |
long |
Primary key, not writeable |
|
name |
Optional |
string |
|
|
description |
Optional |
string |
|
|
lastSynch |
Optional |
date |
Last synch date, not writeable |
|
lastError |
Optional |
string |
Last error, not writeable |
|
connectorState |
Optional |
(AssetDataConnectorState) PENDING, SUCCESS, ERROR, QUEUED, RUNNING, PROCESSING, FINISHED_SUCCESS, FINISHED_ERRORS, DISABLED, INCOMPLETE, not writeable |
|
|
type |
Optional |
(AssetDataConnectorType) AWS, not writeable |
|
|
defaultTags |
Optional |
(TagSimpleQList) Tags applied to any asset discovered by the connector |
|
|
activation |
Optional |
(List<ActivationModule>) Assets discovered by the connector will be activated for the modules specified |
|
|
disabled |
Optional |
boolean |
Whether execution of the connector is disabled (YES). If disabled the connector will not synchronize assets. |
|
awsAccountId |
Optional |
date |
The AWS account ID an asset data connector is connecting to. |
TagSimpleQList - Asset tags to be applied to assets found by the connector. This collection to be added to and removed from by providing a tag ID wrapped in a TagSimple element.
|
TagSimple |
|
|---|---|
|
id |
(long) Primary key |
|
name |
(string) Tag name |