Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.64 KB

ApplianceDataExportPolicy.md

File metadata and controls

15 lines (11 loc) · 1.64 KB

ApplianceDataExportPolicy

Data Export Policy is a category-based data collection policy that enables or disables data export (data collection) from the Intersight Appliance to the Intersight. The Data Export Policy configuration is organized hierarchically as follows. Global: Inventory: Network Storage TechSupport When the DataExportPolicy for a category is enabled/disabled, all the sub-category configurations are enabled/disabled as well. For example, if you enable/disable Inventory, all its sub-category configurations (ie. Network and Storage) are also enabled/disabled.

Properties

Name Type Description Notes
enable bool Status of the data collection mode. If the value is 'true', then data collection is enabled. [optional]
name str Name of the Data Export Policy. [optional] [readonly]
account IamAccount [optional]
parent_config ApplianceDataExportPolicy [optional]
sub_configs list[ApplianceDataExportPolicy] A reference to a applianceDataExportPolicy resource. When the $expand query parameter is specified, the referenced resource is returned inline. Sub-configurations of the current Data Export Policy. For example, if the current Data Export Policy is Inventory, the sub-configurations would include the Network and Storage inventory. [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]