When you export an Amazon Web Services Schedule manager, Cloud Discovery & Visibility (CDV) exports the file as an unencrypted JSON configuration file. The JSON code below illustrates the style and format of the exported file. If needed, you can modify this configuration file to address differences between systems.
You can use an exported configuration file as a template that you edit to create new
Schedule managers (and their jobs) that you can import into CDV. When doing so, note
that all keys in the options section are required, though you can still
edit those values as needed.
For more details about exporting Schedule managers (and their discovery jobs), see Exporting Schedule managers and discovery jobs.
For more details about importing Schedule managers (and their discovery jobs), see Importing Schedule managers and discovery jobs.
The format of the visibility configuration file is shown below. This format was introduced in CDV v25.2. You can still import configuration files that were exported from versions prior to v25.2 with an older format into CDV v25.2+.
{
"authentication": {
"aws_access_key": "AKIA5VDPOEUVQWPPS74Z",
"aws_account": "938684065067",
"aws_operations_of_organizations_role_arn": "",
"aws_role_arn": "",
"aws_role_name": "",
"aws_secret_key": "<secret_key_encryption>",
"aws_user": "aws_user",
"is_discovery_organization": false,
"is_new_format_configuration": true,
"is_running_on_native_cloud": false,
"region_names": [
"ap-northeast-1",
"ap-northeast-2",
"ap-northeast-3"
]
},
"aws_organization_id": null,
"bam_url": "https://1.1.1.1",
"bam_username": "test",
"hash_id": "c5d89c777e9d7e15b4faaa93c750f7ed",
"id": 1,
"interval": 600,
"options": {
"allocate_reserved_ip_addresses": true,
"auto_create_subzone": false,
"auto_create_subzone_private_endpoints": false,
"bluecat_configuration": "aws_schedule_testing",
"configuration_mode": "combined",
"create_overlapping_configuration": true,
"create_standalone_ptr_records": true,
"device_external_view": "AWS Name Resolution External",
"device_internal_view": "AWS Name Resolution Internal",
"dns_private_view": "Route53 Private Hosted Zones",
"dns_public_view": "Route53 Public Hosted Zones",
"dynamic_update": false,
"elastic_network_interfaces": true,
"external_name_resolution": true,
"ignore_default_private_networks": false,
"internal_name_resolution": true,
"k8s_internal_resources": true,
"k8s_service": true,
"k8s_view": "AWS Kubernetes View",
"load_balancers": true,
"override_configuration": true,
"override_existing_networks": false,
"private_dns_zones": true,
"private_endpoint_view": "AWS VPC Endpoints View",
"private_endpoints": true,
"private_networks": true,
"public_dns_zones": true,
"public_networks": true,
"region_before_account": false,
"remove_addresses_of_deleted_device": false,
"remove_deleted_resources": false,
"skip_creating_default_internal_zone": false,
"target_domain": "",
"target_domain_private_endpoints": "",
"virtual_machines": true
},
"platform": "Amazon Web Services",
"previous_execute_time": "08/19/2025 18:02:25",
"schedule": {
"bam_password": "<BAM_password_encryption>",
"bam_username": "api",
"interval": -1
},
"status": "completed"
}