MalwareAnalysisVcConfiguration

MalwareAnalysisVcConfiguration
Malware Analysis VC Deployment Configuration

The deployment configuration for Malware Analysis VC, including vCenter server parameters for on-premise sandbox analysis.

AllOf
This class requires all of the following:
JSON Example
{
    "_create_time": 1733750000000,
    "_create_user": "admin",
    "_last_modified_time": 1733750000000,
    "_last_modified_user": "admin",
    "_resource_type": "MalwareAnalysisVcConfiguration",
    "_revision": 1,
    "_system_owned": false,
    "display_name": "Malware Analysis VC Configuration",
    "server": "vcenter.example.com",
    "datacenter": "Datacenter1",
    "cluster": "Cluster1",
    "datastore": "Datastore1",
    "content_library": "MalwareAnalysisLibrary",
    "network": {
        "gateway_vm_use_dhcp": true,
        "gateway_vm_mgmt_network_name": "VM Network",
        "gateway_vm_mgmt_network_mask": "255.255.255.0",
        "gateway_vm_ip_address": "192.168.1.100",
        "gateway_vm_ipv4_gateway": "192.168.1.1",
        "gateway_vm_use_ssp_ntp_and_dns": true,
        "ssp_ntp_server_ip_address": "10.0.0.1",
        "ssp_dns_server_ip_address": "10.0.0.2",
        "sandbox_vm_network_name": "Isolated-Sandbox-Network"
    }
}