Latency test initiated
{- "engine_id": "string",
- "host_id": "string",
- "request_count": 20,
- "request_size": 16
}
{- "job": {
- "id": "job-123",
- "status": "RUNNING",
- "is_waiting_for_telemetry": true,
- "type": "DB_REFRESH",
- "localized_type": "DB Refresh",
- "error_details": "Unable to connect to the engine.",
- "warning_message": "Failed to remove local MaskingJob, engineId: 3 localMaskingJobId: 7.",
- "target_id": "vdb-123",
- "target_name": "vdb",
- "start_time": "2022-01-02T05:11:24.148Z",
- "update_time": "2022-01-02T06:11:24.148Z",
- "trace_id": "string",
- "engine_ids": [
- "string"
], - "tags": [
- {
- "key": "key-1",
- "value": "value-1"
}
], - "engines": [
- {
- "engine_id": "string",
- "engine_name": "string"
}
], - "account_id": 1,
- "account_name": "User 1",
- "percent_complete": 50,
- "virtualization_tasks": [
- {
- "id": "string",
- "parent_job_id": "string",
- "start_time": "2019-08-24T14:15:22Z",
- "end_time": "2019-08-24T14:15:22Z",
- "title": "string",
- "percent_complete": 100,
- "events": [
- {
- "message_details": "string"
}
], - "status": "PENDING"
}
], - "tasks": [
- {
- "id": "string",
- "parent_job_id": "string",
- "start_time": "2019-08-24T14:15:22Z",
- "end_time": "2019-08-24T14:15:22Z",
- "title": "string",
- "percent_complete": 100,
- "events": [
- {
- "message_details": "string"
}
], - "status": "PENDING"
}
], - "execution_id": "string",
- "result_type": "string",
- "result": { }
}
}
Returns the result of a previously executed network latency test identified by the job ID.
Successful retrieval of latency test result.
{- "dct_job_id": "string",
- "name": "string",
- "remote_address": "string",
- "remote_host": "string",
- "state": "COMPLETED",
- "start_time": "string",
- "end_time": "string",
- "engine_id": "string",
- "host_id": "string",
- "request_count": 20,
- "request_size": 16,
- "minimum": 0,
- "maximum": 0,
- "average": 0,
- "stddev": 0,
- "loss": 0
}
DSP test initiated
{- "engine_id": "string",
- "host_id": "string",
- "direction": "TRANSMIT",
- "num_connections": 0,
- "duration": 30,
- "destination_type": "REMOTE_HOST",
- "compression": false,
- "encryption": false,
- "queue_depth": 64,
- "block_size": 1048576,
- "send_socket_buffer": 1048576,
- "receive_socket_buffer": 1048576,
- "xport_scheduler": "ROUND_ROBIN",
- "target_engine_id": "2",
- "target_engine_address": "example.engine.co",
- "target_engine_user": "admin",
- "target_engine_password": "string"
}
{- "job": {
- "id": "job-123",
- "status": "RUNNING",
- "is_waiting_for_telemetry": true,
- "type": "DB_REFRESH",
- "localized_type": "DB Refresh",
- "error_details": "Unable to connect to the engine.",
- "warning_message": "Failed to remove local MaskingJob, engineId: 3 localMaskingJobId: 7.",
- "target_id": "vdb-123",
- "target_name": "vdb",
- "start_time": "2022-01-02T05:11:24.148Z",
- "update_time": "2022-01-02T06:11:24.148Z",
- "trace_id": "string",
- "engine_ids": [
- "string"
], - "tags": [
- {
- "key": "key-1",
- "value": "value-1"
}
], - "engines": [
- {
- "engine_id": "string",
- "engine_name": "string"
}
], - "account_id": 1,
- "account_name": "User 1",
- "percent_complete": 50,
- "virtualization_tasks": [
- {
- "id": "string",
- "parent_job_id": "string",
- "start_time": "2019-08-24T14:15:22Z",
- "end_time": "2019-08-24T14:15:22Z",
- "title": "string",
- "percent_complete": 100,
- "events": [
- {
- "message_details": "string"
}
], - "status": "PENDING"
}
], - "tasks": [
- {
- "id": "string",
- "parent_job_id": "string",
- "start_time": "2019-08-24T14:15:22Z",
- "end_time": "2019-08-24T14:15:22Z",
- "title": "string",
- "percent_complete": 100,
- "events": [
- {
- "message_details": "string"
}
], - "status": "PENDING"
}
], - "execution_id": "string",
- "result_type": "string",
- "result": { }
}
}
Returns the result of a previously executed network dsp test identified by the job ID.
Successful retrieval of DSP test result.
{- "dct_job_id": "string",
- "name": "string",
- "remote_address": "string",
- "remote_host": "string",
- "state": "COMPLETED",
- "start_time": "string",
- "end_time": "string",
- "engine_id": "string",
- "host_id": "string",
- "direction": "TRANSMIT",
- "num_connections": 0,
- "duration": 30,
- "destination_type": "REMOTE_HOST",
- "compression": false,
- "encryption": false,
- "queue_depth": 64,
- "block_size": 1048576,
- "send_socket_buffer": 1048576,
- "receive_socket_buffer": 1048576,
- "xport_scheduler": "ROUND_ROBIN",
- "target_engine_id": "2",
- "target_engine_address": "example.engine.co",
- "target_engine_user": "admin",
- "target_engine_password": "string",
- "throughput": 0
}
Throughput test initiated
{- "engine_id": "string",
- "host_id": "string",
- "direction": "TRANSMIT",
- "num_connections": 0,
- "duration": 30,
- "port": 65535,
- "block_size": 16384,
- "send_socket_buffer": 4194304
}
{- "job": {
- "id": "job-123",
- "status": "RUNNING",
- "is_waiting_for_telemetry": true,
- "type": "DB_REFRESH",
- "localized_type": "DB Refresh",
- "error_details": "Unable to connect to the engine.",
- "warning_message": "Failed to remove local MaskingJob, engineId: 3 localMaskingJobId: 7.",
- "target_id": "vdb-123",
- "target_name": "vdb",
- "start_time": "2022-01-02T05:11:24.148Z",
- "update_time": "2022-01-02T06:11:24.148Z",
- "trace_id": "string",
- "engine_ids": [
- "string"
], - "tags": [
- {
- "key": "key-1",
- "value": "value-1"
}
], - "engines": [
- {
- "engine_id": "string",
- "engine_name": "string"
}
], - "account_id": 1,
- "account_name": "User 1",
- "percent_complete": 50,
- "virtualization_tasks": [
- {
- "id": "string",
- "parent_job_id": "string",
- "start_time": "2019-08-24T14:15:22Z",
- "end_time": "2019-08-24T14:15:22Z",
- "title": "string",
- "percent_complete": 100,
- "events": [
- {
- "message_details": "string"
}
], - "status": "PENDING"
}
], - "tasks": [
- {
- "id": "string",
- "parent_job_id": "string",
- "start_time": "2019-08-24T14:15:22Z",
- "end_time": "2019-08-24T14:15:22Z",
- "title": "string",
- "percent_complete": 100,
- "events": [
- {
- "message_details": "string"
}
], - "status": "PENDING"
}
], - "execution_id": "string",
- "result_type": "string",
- "result": { }
}
}
Returns the result of a previously executed network throughput test identified by the job ID.
Successful retrieval of throughput test result.
{- "dct_job_id": "string",
- "name": "string",
- "remote_address": "string",
- "remote_host": "string",
- "state": "COMPLETED",
- "start_time": "string",
- "end_time": "string",
- "engine_id": "string",
- "host_id": "string",
- "direction": "TRANSMIT",
- "num_connections": 0,
- "duration": 30,
- "port": 65535,
- "block_size": 16384,
- "send_socket_buffer": 4194304,
- "throughput": 0
}