When you export a Microsoft Azure 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.
{
"Microsoft Azure":[
{
"bam_url":"https://1.1.1.1",
"bam_username":"test",
"hash_id":"test",
"id":1,
"options":{
"authentication":{
"azure_client_id":"abcd1234-6739-0123-aaa1-09a87b65c432",
"azure_client_secret":"<client_secret_encryption>",
"azure_resource_group":"test_group",
"azure_subscription_id":"abcd1234-1dc8-463d-8d6d-09a87b65c432",
"azure_tenant_id":"abcd1234-d415-4d83-94b7-09a87b65c432",
"is_new_format_configuration":true,
"is_running_on_native_cloud":false
},
"auto_create_subzone":false,
"bluecat_configuration":"AzureConfig",
"configuration_mode":"custom",
"device_external_view":"",
"device_internal_view":"",
"dns_private_view":"",
"dns_public_view":"",
"dynamic_update":false,
"external_name_resolution":false,
"internal_name_resolution":false,
"k8s_service":false,
"load_balancers":false,
"override_configuration":true,
"private_dns_zones":false,
"private_endpoint_view":"",
"private_endpoints":false,
"private_networks":true,
"public_dns_zones":false,
"public_networks":true,
"remove_deleted_resources":false,
"target_domain":"",
"virtual_machines":false,
"visibility":{
"bam_password":"<bam_password_encryption>",
"bam_username":"test",
"eg_subscription_name":"",
"reuse_queue_name":false,
"sb_namespace_name":"",
"sb_queue_name":"",
"selective_deployment":false
}
},
"platform":"Microsoft Azure",
"status":"running"
}
]
}