You can use the Dynamic Analysis API to configure an analysis to run with Veracode Internal Scanning Management (ISM).
This is an example of a Dynamic Analysis configured for ISM:
{ "name": "Name-of-Your-Dynamic-Analysis", "scans": [ { "scan_config_request": { "target_url": { "url": "http://www.example.com/", "http_and_https": true, "directory_restriction_type": "DIRECTORY_AND_SUBDIRECTORY" } }, "internal_scan_configuration": { "enabled": true, "gateway_id": "12345678-85b2-4fe2-a633-425418f6a5ef", "endpoint_id": "1234abcd-cecc-43e8-a658-6b3447c3e52a" } } ], "schedule": { "now": true, "duration": { "length": 1, "unit": "DAY" } } }