When you export an Amazon Web Services scheduled discovery job, 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
scheduled discovery 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.
Attention: If you want to run visibility or discovery jobs in another CDV
instance, BlueCat recommends stopping any running scheduled discovery jobs in the old
CDV instance before importing and running the scheduled discovery jobs in the new CDV
instance.
{
"Amazon Web Services":[
{
"bam_url":"https://1.1.1.1",
"bam_username":"test",
"hash_id":"1b1b0c0f957123c0da8dad6ed17b640c",
"id":1,
"interval":600,
"options":{
"authentication":{
"aws_access_key":"AKPO6HEUVUIA5VOYDAWY",
"aws_account":"430667896580",
"aws_mfa_arn":"",
"aws_mfa_code":"",
"aws_role_arn":"",
"aws_secret_key":"gAAAAABkG",
"aws_user":"aws_user",
"is_running_on_native_cloud":false,
"region_name":"ca-central-1"
},
"options":{
"auto_create_subzone":false,
"bluecat_configuration":"AWS_ca_central_1",
"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":true,
"external_name_resolution":true,
"internal_name_resolution":true,
"k8s_service":true,
"load_balancers":true,
"override_configuration":true,
"private_dns_zones":true,
"private_endpoint_view":"AWS VPC Endpoints View",
"private_endpoints":true,
"private_networks":true,
"public_dns_zones":true,
"public_networks":true,
"remove_deleted_resources":true,
"target_domain":"",
"virtual_machines":true
},
"schedule":{
"bam_password":"gAAAAA",
"bam_username":"test",
"interval":600
},
"visibility":null
},
"platform":"Amazon Web Services",
"previous_execute_time":"03/21/2023 18:21:37",
"status":"completed"
}
]
}