![]() |
Consumption Analytics Documentation |
Specifies a managed Cisco IAC Portal data source by name to use for data collection. A managed data source is maintained from the Cloud Cruiser UI and can be referenced by any number of jobs using this bean type. Use this instead of
IACPortalDataSourceConfig
to fetch a data source managed by the application.
<bean class=”com.cloudcruiser.batch.collect.cisco.ManagedIACPortalDataSource”>
<property name="name" value="name " /> |
|
<bean class="com.cloudcruiser.batch.collect.cisco.ManagedIACPortalDataSource">
<property name="name" value="MY_DATA_SOURCE_NAME" />
</bean>