Download OpenAPI specification:Download
Configuration management and sensor orchestration service
How to Authenticate
page | integer Default: 0 Page number - zero counting |
limit | integer Default: 1000 Page size |
match | string Default: "" Match strategy for filter. Supported matches:
|
object Sort on id, agentType, or agentName. Examples:
| |
object Filter on id, agentName, agentType or metadata. Examples:
|
{- "data": [
- {
- "type": "agents",
- "id": "string",
- "attributes": {
- "_rev": "string",
- "agentId": "string",
- "agentName": "string",
- "status": "string",
- "agentType": "string",
- "state": "string",
- "version": "string",
- "hostOsVersion": "string",
- "lastReceivedMessage": "string",
- "lastTechSupportFile": "string",
- "metadata": { },
- "agentConfigRevision": "string",
- "agentConfigRevisionAck": "string",
- "hostName": "string",
- "agentIdentity": {
- "executionInstance": {
- "created": "string",
- "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f"
}, - "previousExecutionInstance": {
- "created": "string",
- "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f"
}, - "containerInstance": {
- "created": "string",
- "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f"
}
}, - "GenericConfiguration": { }
}
}
]
}
{- "data": {
- "type": "agents",
- "id": "string",
- "attributes": {
- "_rev": "string",
- "agentId": "string",
- "agentName": "string",
- "status": "string",
- "agentType": "string",
- "state": "string",
- "version": "string",
- "hostOsVersion": "string",
- "lastReceivedMessage": "string",
- "lastTechSupportFile": "string",
- "metadata": { },
- "agentConfigRevision": "string",
- "agentConfigRevisionAck": "string",
- "hostName": "string",
- "agentIdentity": {
- "executionInstance": {
- "created": "string",
- "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f"
}, - "previousExecutionInstance": {
- "created": "string",
- "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f"
}, - "containerInstance": {
- "created": "string",
- "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f"
}
}, - "GenericConfiguration": { }
}
}
}
agentId required | string |
{- "data": {
- "type": "agents",
- "id": "string",
- "attributes": {
- "_rev": "string",
- "agentId": "string",
- "agentName": "string",
- "status": "string",
- "agentType": "string",
- "state": "string",
- "version": "string",
- "hostOsVersion": "string",
- "lastReceivedMessage": "string",
- "lastTechSupportFile": "string",
- "metadata": { },
- "agentConfigRevision": "string",
- "agentConfigRevisionAck": "string",
- "hostName": "string",
- "agentIdentity": {
- "executionInstance": {
- "created": "string",
- "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f"
}, - "previousExecutionInstance": {
- "created": "string",
- "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f"
}, - "containerInstance": {
- "created": "string",
- "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f"
}
}, - "GenericConfiguration": { }
}
}
}
required | object |
{- "data": {
- "type": "agentConfigs",
- "attributes": {
- "agentId": "string",
- "dataGateway": {
- "server": "string",
- "port": 55888,
- "dataBrokerUseSsl": true,
- "dataBrokerSslAllowSelfsigned": true,
- "dataBrokerSslAllowInsecureCerts": true,
- "dataBrokerSslAllowExpiredCerts": true,
- "dataBrokerSslSkipHostnameCheck": true,
- "compressionEnable": true,
- "pdgMetricsEnable": false,
- "brokerATO": 5,
- "brokerATOMaxCount": 2
}, - "reporting": {
- "syncResults": false
}, - "reflector": {
- "reflectors": [
- {
- "reflectorId": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "reflectorName": "myTwampSession, Ottawa-to-Kanata",
- "reflectorType": "twampIpv4",
- "namespace": "string",
- "enable": true,
- "reflectorPort": 862
}
]
}, - "metadata": { },
- "identification": {
- "agentName": "string"
}
}
}
}
{- "data": {
- "type": "agentConfigs",
- "id": "string",
- "attributes": {
- "_rev": "string",
- "agentId": "string",
- "dataGateway": {
- "server": "string",
- "port": 55888,
- "dataBrokerUseSsl": true,
- "dataBrokerSslAllowSelfsigned": true,
- "dataBrokerSslAllowInsecureCerts": true,
- "dataBrokerSslAllowExpiredCerts": true,
- "dataBrokerSslSkipHostnameCheck": true,
- "compressionEnable": true,
- "pdgMetricsEnable": false,
- "brokerATO": 5,
- "brokerATOMaxCount": 2
}, - "reporting": {
- "syncResults": false
}, - "reflector": {
- "reflectors": [
- {
- "reflectorId": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "reflectorName": "myTwampSession, Ottawa-to-Kanata",
- "reflectorType": "twampIpv4",
- "namespace": "string",
- "enable": true,
- "reflectorPort": 862
}
]
}, - "metadata": { },
- "identification": {
- "agentName": "string"
}, - "AgentConfiguration": { }
}
}
}
page | integer Default: 0 Page number - zero counting |
limit | integer Default: 1000 Page size |
match | string Default: "" Match strategy for filter. Supported matches:
|
object Sort on id or agentName. Examples:
| |
object Filter on id, agentName, or metadata. Examples:
|
{- "data": [
- {
- "type": "agentConfigs",
- "id": "string",
- "attributes": {
- "_rev": "string",
- "agentId": "string",
- "dataGateway": {
- "server": "string",
- "port": 55888,
- "dataBrokerUseSsl": true,
- "dataBrokerSslAllowSelfsigned": true,
- "dataBrokerSslAllowInsecureCerts": true,
- "dataBrokerSslAllowExpiredCerts": true,
- "dataBrokerSslSkipHostnameCheck": true,
- "compressionEnable": true,
- "pdgMetricsEnable": false,
- "brokerATO": 5,
- "brokerATOMaxCount": 2
}, - "reporting": {
- "syncResults": false
}, - "reflector": {
- "reflectors": [
- {
- "reflectorId": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "reflectorName": "myTwampSession, Ottawa-to-Kanata",
- "reflectorType": "twampIpv4",
- "namespace": "string",
- "enable": true,
- "reflectorPort": 862
}
]
}, - "metadata": { },
- "identification": {
- "agentName": "string"
}, - "AgentConfiguration": { }
}
}
]
}
{- "data": {
- "type": "agentConfigs",
- "id": "string",
- "attributes": {
- "_rev": "string",
- "agentId": "string",
- "dataGateway": {
- "server": "string",
- "port": 55888,
- "dataBrokerUseSsl": true,
- "dataBrokerSslAllowSelfsigned": true,
- "dataBrokerSslAllowInsecureCerts": true,
- "dataBrokerSslAllowExpiredCerts": true,
- "dataBrokerSslSkipHostnameCheck": true,
- "compressionEnable": true,
- "pdgMetricsEnable": false,
- "brokerATO": 5,
- "brokerATOMaxCount": 2
}, - "reporting": {
- "syncResults": false
}, - "reflector": {
- "reflectors": [
- {
- "reflectorId": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "reflectorName": "myTwampSession, Ottawa-to-Kanata",
- "reflectorType": "twampIpv4",
- "namespace": "string",
- "enable": true,
- "reflectorPort": 862
}
]
}, - "metadata": { },
- "identification": {
- "agentName": "string"
}, - "AgentConfiguration": { }
}
}
}
agentId required | string |
required | object |
{- "data": {
- "type": "agentConfigs",
- "id": "string",
- "attributes": {
- "_rev": "string",
- "agentId": "string",
- "dataGateway": {
- "server": "string",
- "port": 55888,
- "dataBrokerUseSsl": true,
- "dataBrokerSslAllowSelfsigned": true,
- "dataBrokerSslAllowInsecureCerts": true,
- "dataBrokerSslAllowExpiredCerts": true,
- "dataBrokerSslSkipHostnameCheck": true,
- "compressionEnable": true,
- "pdgMetricsEnable": false,
- "brokerATO": 5,
- "brokerATOMaxCount": 2
}, - "reporting": {
- "syncResults": false
}, - "reflector": {
- "reflectors": [
- {
- "reflectorId": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "reflectorName": "myTwampSession, Ottawa-to-Kanata",
- "reflectorType": "twampIpv4",
- "namespace": "string",
- "enable": true,
- "reflectorPort": 862
}
]
}, - "metadata": { },
- "identification": {
- "agentName": "string"
}
}
}
}
{- "data": {
- "type": "agentConfigs",
- "id": "string",
- "attributes": {
- "_rev": "string",
- "agentId": "string",
- "dataGateway": {
- "server": "string",
- "port": 55888,
- "dataBrokerUseSsl": true,
- "dataBrokerSslAllowSelfsigned": true,
- "dataBrokerSslAllowInsecureCerts": true,
- "dataBrokerSslAllowExpiredCerts": true,
- "dataBrokerSslSkipHostnameCheck": true,
- "compressionEnable": true,
- "pdgMetricsEnable": false,
- "brokerATO": 5,
- "brokerATOMaxCount": 2
}, - "reporting": {
- "syncResults": false
}, - "reflector": {
- "reflectors": [
- {
- "reflectorId": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "reflectorName": "myTwampSession, Ottawa-to-Kanata",
- "reflectorType": "twampIpv4",
- "namespace": "string",
- "enable": true,
- "reflectorPort": 862
}
]
}, - "metadata": { },
- "identification": {
- "agentName": "string"
}, - "AgentConfiguration": { }
}
}
}
agentId required | string |
{- "data": {
- "type": "agentConfigs",
- "id": "string",
- "attributes": {
- "_rev": "string",
- "agentId": "string",
- "dataGateway": {
- "server": "string",
- "port": 55888,
- "dataBrokerUseSsl": true,
- "dataBrokerSslAllowSelfsigned": true,
- "dataBrokerSslAllowInsecureCerts": true,
- "dataBrokerSslAllowExpiredCerts": true,
- "dataBrokerSslSkipHostnameCheck": true,
- "compressionEnable": true,
- "pdgMetricsEnable": false,
- "brokerATO": 5,
- "brokerATOMaxCount": 2
}, - "reporting": {
- "syncResults": false
}, - "reflector": {
- "reflectors": [
- {
- "reflectorId": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "reflectorName": "myTwampSession, Ottawa-to-Kanata",
- "reflectorType": "twampIpv4",
- "namespace": "string",
- "enable": true,
- "reflectorPort": 862
}
]
}, - "metadata": { },
- "identification": {
- "agentName": "string"
}, - "AgentConfiguration": { }
}
}
}
agentId required | string |
required | object |
{- "data": {
- "type": "agentCommands",
- "attributes": {
- "requestId": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "command": "start",
- "args": [
- {
- "type": "baseline",
- "sessionId": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "overrides": {
- "sessionType": "tcp-throughput",
- "throughput": {
- "testServerAddress": "13.0.0.9",
- "testServerPort": 5201,
- "testReverse": false,
- "testDurationSecs": 60,
- "testReportIntervalSecs": 1.5,
- "testParallel": 1,
- "testDscp": 0,
- "testTracerouteDestPort": 33434,
- "networkMaxRateBitsPerSec": 280000000,
- "networkMtuBytes": 1500,
- "networkBottleneckBandwidthBitsPerSec": 250000000,
- "networkRttMs": 0.44
}
}, - "populateFields": [
- "networkMtuBytes"
]
}
]
}
}
}
{- "requestId": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "results": [
- "f422344c-1b97-4bd4-8073-773fc592e9e2"
]
}
page | integer Default: 0 Page number - zero counting |
limit | integer Default: 1000 Page size |
match | string Default: "" Match strategy for filter. Supported matches:
|
object Sort on id, sessionType, sessionName, schedule or period. Examples:
| |
object Filter on id, sessionType, sessionName, period, schedule or metadata. Examples:
|
{- "data": [
- {
- "type": "agentSessions",
- "id": "string",
- "attributes": {
- "_rev": "string",
- "agentId": "string",
- "session": {
- "sessionName": "myTwampSession, Ottawa-to-Kanata",
- "sessionId": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "sessionType": "tcp-throughput",
- "enable": true,
- "period": "continuous",
- "interface": "string",
- "namespace": "string",
- "twamp": {
- "senderAddr": "8.8.8.8",
- "senderPort": 15000,
- "senderPayloadSize": 82,
- "senderRate": 10,
- "senderDscp": 32,
- "senderTtl": 255,
- "senderVprio": 0,
- "reflectorAddr": "8.8.8.8",
- "reflectorPort": 862,
- "reportInterval": 30,
- "controlSenderAddr": "8.8.8.8",
- "controlAddr": "8.8.8.8",
- "controlPort": 862,
- "controlDscp": 0,
- "controlVprio": 0,
- "controlLegacy": false,
- "roundTripMode": {
- "enable": true,
- "reflectorLatencySubtraction": true
}, - "mosBpl": 25.1,
- "mosImpairment": 35.8
}, - "echo": {
- "senderAddr": "8.8.8.8",
- "senderPort": 15000,
- "senderPayloadSize": 82,
- "senderRate": 10,
- "senderDscp": 32,
- "senderTtl": 255,
- "senderVprio": 0,
- "reflectorAddr": "8.8.8.8",
- "reflectorPort": 7,
- "reportInterval": 30,
- "mosBpl": 25.1,
- "mosImpairment": 35.8
}, - "throughput": {
- "testServerAddress": "13.0.0.9",
- "testServerPort": 5201,
- "testReverse": false,
- "testDurationSecs": 60,
- "testReportIntervalSecs": 1.5,
- "testParallel": 1,
- "testDscp": 0,
- "testTracerouteDestPort": 33434,
- "networkMaxRateBitsPerSec": 280000000,
- "networkMtuBytes": 1500,
- "networkBottleneckBandwidthBitsPerSec": 250000000,
- "networkRttMs": 0.44
}, - "trace": {
- "destination": "8.8.8.8",
- "destinationPort": 33457,
- "senderPort": 33456,
- "ipVersion": "IPv4",
- "algorithm": "paris-traceroute",
- "type": "udp",
- "probingRate": 10,
- "senderTtlMin": 1,
- "senderTtlMax": 30,
- "senderDscp": 0,
- "probesPerHop": 3,
- "maxUndiscovered": 3,
- "waitSec": 5,
- "testDurationSec": 60
}, - "transfer": {
- "username": "user",
- "password": "foobar",
- "useProxy": true,
- "proxyDestination": "8.8.8.8",
- "proxyPort": 33457,
- "proxyUsername": "proxyuser",
- "proxyPass": "foobar",
- "nameServer": "8.8.8.8",
- "forceIpVersion": "IPv4",
- "maximumTestConnectSec": 60,
- "maximumTestDurationSec": 60,
- "testInterval": 60
}, - "metadata": { },
- "scheduleReference": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "SessionConfiguration": { }
}
}
}
]
}
{- "data": {
- "type": "agentSessionLists",
- "attributes": {
- "agentId": "string",
- "sessionlist": {
- "sessions": [
- {
- "sessionName": "myTwampSession, Ottawa-to-Kanata",
- "sessionId": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "sessionType": "tcp-throughput",
- "enable": true,
- "period": "continuous",
- "interface": "string",
- "namespace": "string",
- "twamp": {
- "senderAddr": "8.8.8.8",
- "senderPort": 15000,
- "senderPayloadSize": 82,
- "senderRate": 10,
- "senderDscp": 32,
- "senderTtl": 255,
- "senderVprio": 0,
- "reflectorAddr": "8.8.8.8",
- "reflectorPort": 862,
- "reportInterval": 30,
- "controlSenderAddr": "8.8.8.8",
- "controlAddr": "8.8.8.8",
- "controlPort": 862,
- "controlDscp": 0,
- "controlVprio": 0,
- "controlLegacy": false,
- "roundTripMode": {
- "enable": true,
- "reflectorLatencySubtraction": true
}, - "mosBpl": 25.1,
- "mosImpairment": 35.8
}, - "echo": {
- "senderAddr": "8.8.8.8",
- "senderPort": 15000,
- "senderPayloadSize": 82,
- "senderRate": 10,
- "senderDscp": 32,
- "senderTtl": 255,
- "senderVprio": 0,
- "reflectorAddr": "8.8.8.8",
- "reflectorPort": 7,
- "reportInterval": 30,
- "mosBpl": 25.1,
- "mosImpairment": 35.8
}, - "throughput": {
- "testServerAddress": "13.0.0.9",
- "testServerPort": 5201,
- "testReverse": false,
- "testDurationSecs": 60,
- "testReportIntervalSecs": 1.5,
- "testParallel": 1,
- "testDscp": 0,
- "testTracerouteDestPort": 33434,
- "networkMaxRateBitsPerSec": 280000000,
- "networkMtuBytes": 1500,
- "networkBottleneckBandwidthBitsPerSec": 250000000,
- "networkRttMs": 0.44
}, - "trace": {
- "destination": "8.8.8.8",
- "destinationPort": 33457,
- "senderPort": 33456,
- "ipVersion": "IPv4",
- "algorithm": "paris-traceroute",
- "type": "udp",
- "probingRate": 10,
- "senderTtlMin": 1,
- "senderTtlMax": 30,
- "senderDscp": 0,
- "probesPerHop": 3,
- "maxUndiscovered": 3,
- "waitSec": 5,
- "testDurationSec": 60
}, - "transfer": {
- "username": "user",
- "password": "foobar",
- "useProxy": true,
- "proxyDestination": "8.8.8.8",
- "proxyPort": 33457,
- "proxyUsername": "proxyuser",
- "proxyPass": "foobar",
- "nameServer": "8.8.8.8",
- "forceIpVersion": "IPv4",
- "maximumTestConnectSec": 60,
- "maximumTestDurationSec": 60,
- "testInterval": 60
}, - "metadata": { },
- "scheduleReference": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "SessionConfiguration": { }
}
]
}
}
}
}
{- "data": [
- {
- "type": "agentSessions",
- "id": "string",
- "attributes": {
- "_rev": "string",
- "agentId": "string",
- "session": {
- "sessionName": "myTwampSession, Ottawa-to-Kanata",
- "sessionId": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "sessionType": "tcp-throughput",
- "enable": true,
- "period": "continuous",
- "interface": "string",
- "namespace": "string",
- "twamp": {
- "senderAddr": "8.8.8.8",
- "senderPort": 15000,
- "senderPayloadSize": 82,
- "senderRate": 10,
- "senderDscp": 32,
- "senderTtl": 255,
- "senderVprio": 0,
- "reflectorAddr": "8.8.8.8",
- "reflectorPort": 862,
- "reportInterval": 30,
- "controlSenderAddr": "8.8.8.8",
- "controlAddr": "8.8.8.8",
- "controlPort": 862,
- "controlDscp": 0,
- "controlVprio": 0,
- "controlLegacy": false,
- "roundTripMode": {
- "enable": true,
- "reflectorLatencySubtraction": true
}, - "mosBpl": 25.1,
- "mosImpairment": 35.8
}, - "echo": {
- "senderAddr": "8.8.8.8",
- "senderPort": 15000,
- "senderPayloadSize": 82,
- "senderRate": 10,
- "senderDscp": 32,
- "senderTtl": 255,
- "senderVprio": 0,
- "reflectorAddr": "8.8.8.8",
- "reflectorPort": 7,
- "reportInterval": 30,
- "mosBpl": 25.1,
- "mosImpairment": 35.8
}, - "throughput": {
- "testServerAddress": "13.0.0.9",
- "testServerPort": 5201,
- "testReverse": false,
- "testDurationSecs": 60,
- "testReportIntervalSecs": 1.5,
- "testParallel": 1,
- "testDscp": 0,
- "testTracerouteDestPort": 33434,
- "networkMaxRateBitsPerSec": 280000000,
- "networkMtuBytes": 1500,
- "networkBottleneckBandwidthBitsPerSec": 250000000,
- "networkRttMs": 0.44
}, - "trace": {
- "destination": "8.8.8.8",
- "destinationPort": 33457,
- "senderPort": 33456,
- "ipVersion": "IPv4",
- "algorithm": "paris-traceroute",
- "type": "udp",
- "probingRate": 10,
- "senderTtlMin": 1,
- "senderTtlMax": 30,
- "senderDscp": 0,
- "probesPerHop": 3,
- "maxUndiscovered": 3,
- "waitSec": 5,
- "testDurationSec": 60
}, - "transfer": {
- "username": "user",
- "password": "foobar",
- "useProxy": true,
- "proxyDestination": "8.8.8.8",
- "proxyPort": 33457,
- "proxyUsername": "proxyuser",
- "proxyPass": "foobar",
- "nameServer": "8.8.8.8",
- "forceIpVersion": "IPv4",
- "maximumTestConnectSec": 60,
- "maximumTestDurationSec": 60,
- "testInterval": 60
}, - "metadata": { },
- "scheduleReference": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "SessionConfiguration": { }
}
}
}
]
}
{- "data": {
- "type": "agentSessions",
- "attributes": {
- "agentId": "string",
- "session": {
- "sessionName": "myTwampSession, Ottawa-to-Kanata",
- "sessionId": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "sessionType": "tcp-throughput",
- "enable": true,
- "period": "continuous",
- "interface": "string",
- "namespace": "string",
- "twamp": {
- "senderAddr": "8.8.8.8",
- "senderPort": 15000,
- "senderPayloadSize": 82,
- "senderRate": 10,
- "senderDscp": 32,
- "senderTtl": 255,
- "senderVprio": 0,
- "reflectorAddr": "8.8.8.8",
- "reflectorPort": 862,
- "reportInterval": 30,
- "controlSenderAddr": "8.8.8.8",
- "controlAddr": "8.8.8.8",
- "controlPort": 862,
- "controlDscp": 0,
- "controlVprio": 0,
- "controlLegacy": false,
- "roundTripMode": {
- "enable": true,
- "reflectorLatencySubtraction": true
}, - "mosBpl": 25.1,
- "mosImpairment": 35.8
}, - "echo": {
- "senderAddr": "8.8.8.8",
- "senderPort": 15000,
- "senderPayloadSize": 82,
- "senderRate": 10,
- "senderDscp": 32,
- "senderTtl": 255,
- "senderVprio": 0,
- "reflectorAddr": "8.8.8.8",
- "reflectorPort": 7,
- "reportInterval": 30,
- "mosBpl": 25.1,
- "mosImpairment": 35.8
}, - "throughput": {
- "testServerAddress": "13.0.0.9",
- "testServerPort": 5201,
- "testReverse": false,
- "testDurationSecs": 60,
- "testReportIntervalSecs": 1.5,
- "testParallel": 1,
- "testDscp": 0,
- "testTracerouteDestPort": 33434,
- "networkMaxRateBitsPerSec": 280000000,
- "networkMtuBytes": 1500,
- "networkBottleneckBandwidthBitsPerSec": 250000000,
- "networkRttMs": 0.44
}, - "trace": {
- "destination": "8.8.8.8",
- "destinationPort": 33457,
- "senderPort": 33456,
- "ipVersion": "IPv4",
- "algorithm": "paris-traceroute",
- "type": "udp",
- "probingRate": 10,
- "senderTtlMin": 1,
- "senderTtlMax": 30,
- "senderDscp": 0,
- "probesPerHop": 3,
- "maxUndiscovered": 3,
- "waitSec": 5,
- "testDurationSec": 60
}, - "transfer": {
- "username": "user",
- "password": "foobar",
- "useProxy": true,
- "proxyDestination": "8.8.8.8",
- "proxyPort": 33457,
- "proxyUsername": "proxyuser",
- "proxyPass": "foobar",
- "nameServer": "8.8.8.8",
- "forceIpVersion": "IPv4",
- "maximumTestConnectSec": 60,
- "maximumTestDurationSec": 60,
- "testInterval": 60
}, - "metadata": { },
- "scheduleReference": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "SessionConfiguration": { }
}
}
}
}
{- "data": {
- "type": "agentSessions",
- "id": "string",
- "attributes": {
- "_rev": "string",
- "agentId": "string",
- "session": {
- "sessionName": "myTwampSession, Ottawa-to-Kanata",
- "sessionId": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "sessionType": "tcp-throughput",
- "enable": true,
- "period": "continuous",
- "interface": "string",
- "namespace": "string",
- "twamp": {
- "senderAddr": "8.8.8.8",
- "senderPort": 15000,
- "senderPayloadSize": 82,
- "senderRate": 10,
- "senderDscp": 32,
- "senderTtl": 255,
- "senderVprio": 0,
- "reflectorAddr": "8.8.8.8",
- "reflectorPort": 862,
- "reportInterval": 30,
- "controlSenderAddr": "8.8.8.8",
- "controlAddr": "8.8.8.8",
- "controlPort": 862,
- "controlDscp": 0,
- "controlVprio": 0,
- "controlLegacy": false,
- "roundTripMode": {
- "enable": true,
- "reflectorLatencySubtraction": true
}, - "mosBpl": 25.1,
- "mosImpairment": 35.8
}, - "echo": {
- "senderAddr": "8.8.8.8",
- "senderPort": 15000,
- "senderPayloadSize": 82,
- "senderRate": 10,
- "senderDscp": 32,
- "senderTtl": 255,
- "senderVprio": 0,
- "reflectorAddr": "8.8.8.8",
- "reflectorPort": 7,
- "reportInterval": 30,
- "mosBpl": 25.1,
- "mosImpairment": 35.8
}, - "throughput": {
- "testServerAddress": "13.0.0.9",
- "testServerPort": 5201,
- "testReverse": false,
- "testDurationSecs": 60,
- "testReportIntervalSecs": 1.5,
- "testParallel": 1,
- "testDscp": 0,
- "testTracerouteDestPort": 33434,
- "networkMaxRateBitsPerSec": 280000000,
- "networkMtuBytes": 1500,
- "networkBottleneckBandwidthBitsPerSec": 250000000,
- "networkRttMs": 0.44
}, - "trace": {
- "destination": "8.8.8.8",
- "destinationPort": 33457,
- "senderPort": 33456,
- "ipVersion": "IPv4",
- "algorithm": "paris-traceroute",
- "type": "udp",
- "probingRate": 10,
- "senderTtlMin": 1,
- "senderTtlMax": 30,
- "senderDscp": 0,
- "probesPerHop": 3,
- "maxUndiscovered": 3,
- "waitSec": 5,
- "testDurationSec": 60
}, - "transfer": {
- "username": "user",
- "password": "foobar",
- "useProxy": true,
- "proxyDestination": "8.8.8.8",
- "proxyPort": 33457,
- "proxyUsername": "proxyuser",
- "proxyPass": "foobar",
- "nameServer": "8.8.8.8",
- "forceIpVersion": "IPv4",
- "maximumTestConnectSec": 60,
- "maximumTestDurationSec": 60,
- "testInterval": 60
}, - "metadata": { },
- "scheduleReference": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "SessionConfiguration": { }
}
}
}
}
{- "data": {
- "type": "agentSessions",
- "id": "string",
- "attributes": {
- "_rev": "string",
- "agentId": "string",
- "session": {
- "sessionName": "myTwampSession, Ottawa-to-Kanata",
- "sessionId": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "sessionType": "tcp-throughput",
- "enable": true,
- "period": "continuous",
- "interface": "string",
- "namespace": "string",
- "twamp": {
- "senderAddr": "8.8.8.8",
- "senderPort": 15000,
- "senderPayloadSize": 82,
- "senderRate": 10,
- "senderDscp": 32,
- "senderTtl": 255,
- "senderVprio": 0,
- "reflectorAddr": "8.8.8.8",
- "reflectorPort": 862,
- "reportInterval": 30,
- "controlSenderAddr": "8.8.8.8",
- "controlAddr": "8.8.8.8",
- "controlPort": 862,
- "controlDscp": 0,
- "controlVprio": 0,
- "controlLegacy": false,
- "roundTripMode": {
- "enable": true,
- "reflectorLatencySubtraction": true
}, - "mosBpl": 25.1,
- "mosImpairment": 35.8
}, - "echo": {
- "senderAddr": "8.8.8.8",
- "senderPort": 15000,
- "senderPayloadSize": 82,
- "senderRate": 10,
- "senderDscp": 32,
- "senderTtl": 255,
- "senderVprio": 0,
- "reflectorAddr": "8.8.8.8",
- "reflectorPort": 7,
- "reportInterval": 30,
- "mosBpl": 25.1,
- "mosImpairment": 35.8
}, - "throughput": {
- "testServerAddress": "13.0.0.9",
- "testServerPort": 5201,
- "testReverse": false,
- "testDurationSecs": 60,
- "testReportIntervalSecs": 1.5,
- "testParallel": 1,
- "testDscp": 0,
- "testTracerouteDestPort": 33434,
- "networkMaxRateBitsPerSec": 280000000,
- "networkMtuBytes": 1500,
- "networkBottleneckBandwidthBitsPerSec": 250000000,
- "networkRttMs": 0.44
}, - "trace": {
- "destination": "8.8.8.8",
- "destinationPort": 33457,
- "senderPort": 33456,
- "ipVersion": "IPv4",
- "algorithm": "paris-traceroute",
- "type": "udp",
- "probingRate": 10,
- "senderTtlMin": 1,
- "senderTtlMax": 30,
- "senderDscp": 0,
- "probesPerHop": 3,
- "maxUndiscovered": 3,
- "waitSec": 5,
- "testDurationSec": 60
}, - "transfer": {
- "username": "user",
- "password": "foobar",
- "useProxy": true,
- "proxyDestination": "8.8.8.8",
- "proxyPort": 33457,
- "proxyUsername": "proxyuser",
- "proxyPass": "foobar",
- "nameServer": "8.8.8.8",
- "forceIpVersion": "IPv4",
- "maximumTestConnectSec": 60,
- "maximumTestDurationSec": 60,
- "testInterval": 60
}, - "metadata": { },
- "scheduleReference": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "SessionConfiguration": { }
}
}
}
}
{- "data": {
- "type": "agentSessions",
- "id": "string",
- "attributes": {
- "_rev": "string",
- "agentId": "string",
- "session": {
- "sessionName": "myTwampSession, Ottawa-to-Kanata",
- "sessionId": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "sessionType": "tcp-throughput",
- "enable": true,
- "period": "continuous",
- "interface": "string",
- "namespace": "string",
- "twamp": {
- "senderAddr": "8.8.8.8",
- "senderPort": 15000,
- "senderPayloadSize": 82,
- "senderRate": 10,
- "senderDscp": 32,
- "senderTtl": 255,
- "senderVprio": 0,
- "reflectorAddr": "8.8.8.8",
- "reflectorPort": 862,
- "reportInterval": 30,
- "controlSenderAddr": "8.8.8.8",
- "controlAddr": "8.8.8.8",
- "controlPort": 862,
- "controlDscp": 0,
- "controlVprio": 0,
- "controlLegacy": false,
- "roundTripMode": {
- "enable": true,
- "reflectorLatencySubtraction": true
}, - "mosBpl": 25.1,
- "mosImpairment": 35.8
}, - "echo": {
- "senderAddr": "8.8.8.8",
- "senderPort": 15000,
- "senderPayloadSize": 82,
- "senderRate": 10,
- "senderDscp": 32,
- "senderTtl": 255,
- "senderVprio": 0,
- "reflectorAddr": "8.8.8.8",
- "reflectorPort": 7,
- "reportInterval": 30,
- "mosBpl": 25.1,
- "mosImpairment": 35.8
}, - "throughput": {
- "testServerAddress": "13.0.0.9",
- "testServerPort": 5201,
- "testReverse": false,
- "testDurationSecs": 60,
- "testReportIntervalSecs": 1.5,
- "testParallel": 1,
- "testDscp": 0,
- "testTracerouteDestPort": 33434,
- "networkMaxRateBitsPerSec": 280000000,
- "networkMtuBytes": 1500,
- "networkBottleneckBandwidthBitsPerSec": 250000000,
- "networkRttMs": 0.44
}, - "trace": {
- "destination": "8.8.8.8",
- "destinationPort": 33457,
- "senderPort": 33456,
- "ipVersion": "IPv4",
- "algorithm": "paris-traceroute",
- "type": "udp",
- "probingRate": 10,
- "senderTtlMin": 1,
- "senderTtlMax": 30,
- "senderDscp": 0,
- "probesPerHop": 3,
- "maxUndiscovered": 3,
- "waitSec": 5,
- "testDurationSec": 60
}, - "transfer": {
- "username": "user",
- "password": "foobar",
- "useProxy": true,
- "proxyDestination": "8.8.8.8",
- "proxyPort": 33457,
- "proxyUsername": "proxyuser",
- "proxyPass": "foobar",
- "nameServer": "8.8.8.8",
- "forceIpVersion": "IPv4",
- "maximumTestConnectSec": 60,
- "maximumTestDurationSec": 60,
- "testInterval": 60
}, - "metadata": { },
- "scheduleReference": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "SessionConfiguration": { }
}
}
}
}
{- "data": {
- "type": "agentSessions",
- "id": "string",
- "attributes": {
- "_rev": "string",
- "agentId": "string",
- "session": {
- "sessionName": "myTwampSession, Ottawa-to-Kanata",
- "sessionId": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "sessionType": "tcp-throughput",
- "enable": true,
- "period": "continuous",
- "interface": "string",
- "namespace": "string",
- "twamp": {
- "senderAddr": "8.8.8.8",
- "senderPort": 15000,
- "senderPayloadSize": 82,
- "senderRate": 10,
- "senderDscp": 32,
- "senderTtl": 255,
- "senderVprio": 0,
- "reflectorAddr": "8.8.8.8",
- "reflectorPort": 862,
- "reportInterval": 30,
- "controlSenderAddr": "8.8.8.8",
- "controlAddr": "8.8.8.8",
- "controlPort": 862,
- "controlDscp": 0,
- "controlVprio": 0,
- "controlLegacy": false,
- "roundTripMode": {
- "enable": true,
- "reflectorLatencySubtraction": true
}, - "mosBpl": 25.1,
- "mosImpairment": 35.8
}, - "echo": {
- "senderAddr": "8.8.8.8",
- "senderPort": 15000,
- "senderPayloadSize": 82,
- "senderRate": 10,
- "senderDscp": 32,
- "senderTtl": 255,
- "senderVprio": 0,
- "reflectorAddr": "8.8.8.8",
- "reflectorPort": 7,
- "reportInterval": 30,
- "mosBpl": 25.1,
- "mosImpairment": 35.8
}, - "throughput": {
- "testServerAddress": "13.0.0.9",
- "testServerPort": 5201,
- "testReverse": false,
- "testDurationSecs": 60,
- "testReportIntervalSecs": 1.5,
- "testParallel": 1,
- "testDscp": 0,
- "testTracerouteDestPort": 33434,
- "networkMaxRateBitsPerSec": 280000000,
- "networkMtuBytes": 1500,
- "networkBottleneckBandwidthBitsPerSec": 250000000,
- "networkRttMs": 0.44
}, - "trace": {
- "destination": "8.8.8.8",
- "destinationPort": 33457,
- "senderPort": 33456,
- "ipVersion": "IPv4",
- "algorithm": "paris-traceroute",
- "type": "udp",
- "probingRate": 10,
- "senderTtlMin": 1,
- "senderTtlMax": 30,
- "senderDscp": 0,
- "probesPerHop": 3,
- "maxUndiscovered": 3,
- "waitSec": 5,
- "testDurationSec": 60
}, - "transfer": {
- "username": "user",
- "password": "foobar",
- "useProxy": true,
- "proxyDestination": "8.8.8.8",
- "proxyPort": 33457,
- "proxyUsername": "proxyuser",
- "proxyPass": "foobar",
- "nameServer": "8.8.8.8",
- "forceIpVersion": "IPv4",
- "maximumTestConnectSec": 60,
- "maximumTestDurationSec": 60,
- "testInterval": 60
}, - "metadata": { },
- "scheduleReference": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "SessionConfiguration": { }
}
}
}
}
{- "data": {
- "type": "agentSessions",
- "id": "string",
- "attributes": {
- "_rev": "string",
- "agentId": "string",
- "session": {
- "sessionName": "myTwampSession, Ottawa-to-Kanata",
- "sessionId": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "sessionType": "tcp-throughput",
- "enable": true,
- "period": "continuous",
- "interface": "string",
- "namespace": "string",
- "twamp": {
- "senderAddr": "8.8.8.8",
- "senderPort": 15000,
- "senderPayloadSize": 82,
- "senderRate": 10,
- "senderDscp": 32,
- "senderTtl": 255,
- "senderVprio": 0,
- "reflectorAddr": "8.8.8.8",
- "reflectorPort": 862,
- "reportInterval": 30,
- "controlSenderAddr": "8.8.8.8",
- "controlAddr": "8.8.8.8",
- "controlPort": 862,
- "controlDscp": 0,
- "controlVprio": 0,
- "controlLegacy": false,
- "roundTripMode": {
- "enable": true,
- "reflectorLatencySubtraction": true
}, - "mosBpl": 25.1,
- "mosImpairment": 35.8
}, - "echo": {
- "senderAddr": "8.8.8.8",
- "senderPort": 15000,
- "senderPayloadSize": 82,
- "senderRate": 10,
- "senderDscp": 32,
- "senderTtl": 255,
- "senderVprio": 0,
- "reflectorAddr": "8.8.8.8",
- "reflectorPort": 7,
- "reportInterval": 30,
- "mosBpl": 25.1,
- "mosImpairment": 35.8
}, - "throughput": {
- "testServerAddress": "13.0.0.9",
- "testServerPort": 5201,
- "testReverse": false,
- "testDurationSecs": 60,
- "testReportIntervalSecs": 1.5,
- "testParallel": 1,
- "testDscp": 0,
- "testTracerouteDestPort": 33434,
- "networkMaxRateBitsPerSec": 280000000,
- "networkMtuBytes": 1500,
- "networkBottleneckBandwidthBitsPerSec": 250000000,
- "networkRttMs": 0.44
}, - "trace": {
- "destination": "8.8.8.8",
- "destinationPort": 33457,
- "senderPort": 33456,
- "ipVersion": "IPv4",
- "algorithm": "paris-traceroute",
- "type": "udp",
- "probingRate": 10,
- "senderTtlMin": 1,
- "senderTtlMax": 30,
- "senderDscp": 0,
- "probesPerHop": 3,
- "maxUndiscovered": 3,
- "waitSec": 5,
- "testDurationSec": 60
}, - "transfer": {
- "username": "user",
- "password": "foobar",
- "useProxy": true,
- "proxyDestination": "8.8.8.8",
- "proxyPort": 33457,
- "proxyUsername": "proxyuser",
- "proxyPass": "foobar",
- "nameServer": "8.8.8.8",
- "forceIpVersion": "IPv4",
- "maximumTestConnectSec": 60,
- "maximumTestDurationSec": 60,
- "testInterval": 60
}, - "metadata": { },
- "scheduleReference": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "SessionConfiguration": { }
}
}
}
}
agentId required | string |
page | integer Default: 0 Page number - zero counting |
limit | integer Default: 1000 Page size |
match | string Default: "" Match strategy for filter. Supported matches:
|
object Sort on id, sessionType, sessionName, scheduleReference or period. Examples:
| |
object Filter on id, sessionType, sessionName, period, scheduleReference or metadata. Examples:
|
{- "data": [
- {
- "type": "agentSessions",
- "id": "string",
- "attributes": {
- "_rev": "string",
- "agentId": "string",
- "session": {
- "sessionName": "myTwampSession, Ottawa-to-Kanata",
- "sessionId": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "sessionType": "tcp-throughput",
- "enable": true,
- "period": "continuous",
- "interface": "string",
- "namespace": "string",
- "twamp": {
- "senderAddr": "8.8.8.8",
- "senderPort": 15000,
- "senderPayloadSize": 82,
- "senderRate": 10,
- "senderDscp": 32,
- "senderTtl": 255,
- "senderVprio": 0,
- "reflectorAddr": "8.8.8.8",
- "reflectorPort": 862,
- "reportInterval": 30,
- "controlSenderAddr": "8.8.8.8",
- "controlAddr": "8.8.8.8",
- "controlPort": 862,
- "controlDscp": 0,
- "controlVprio": 0,
- "controlLegacy": false,
- "roundTripMode": {
- "enable": true,
- "reflectorLatencySubtraction": true
}, - "mosBpl": 25.1,
- "mosImpairment": 35.8
}, - "echo": {
- "senderAddr": "8.8.8.8",
- "senderPort": 15000,
- "senderPayloadSize": 82,
- "senderRate": 10,
- "senderDscp": 32,
- "senderTtl": 255,
- "senderVprio": 0,
- "reflectorAddr": "8.8.8.8",
- "reflectorPort": 7,
- "reportInterval": 30,
- "mosBpl": 25.1,
- "mosImpairment": 35.8
}, - "throughput": {
- "testServerAddress": "13.0.0.9",
- "testServerPort": 5201,
- "testReverse": false,
- "testDurationSecs": 60,
- "testReportIntervalSecs": 1.5,
- "testParallel": 1,
- "testDscp": 0,
- "testTracerouteDestPort": 33434,
- "networkMaxRateBitsPerSec": 280000000,
- "networkMtuBytes": 1500,
- "networkBottleneckBandwidthBitsPerSec": 250000000,
- "networkRttMs": 0.44
}, - "trace": {
- "destination": "8.8.8.8",
- "destinationPort": 33457,
- "senderPort": 33456,
- "ipVersion": "IPv4",
- "algorithm": "paris-traceroute",
- "type": "udp",
- "probingRate": 10,
- "senderTtlMin": 1,
- "senderTtlMax": 30,
- "senderDscp": 0,
- "probesPerHop": 3,
- "maxUndiscovered": 3,
- "waitSec": 5,
- "testDurationSec": 60
}, - "transfer": {
- "username": "user",
- "password": "foobar",
- "useProxy": true,
- "proxyDestination": "8.8.8.8",
- "proxyPort": 33457,
- "proxyUsername": "proxyuser",
- "proxyPass": "foobar",
- "nameServer": "8.8.8.8",
- "forceIpVersion": "IPv4",
- "maximumTestConnectSec": 60,
- "maximumTestDurationSec": 60,
- "testInterval": 60
}, - "metadata": { },
- "scheduleReference": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "SessionConfiguration": { }
}
}
}
]
}
agentId required | string |
page | integer Default: 0 Page number - zero counting |
limit | integer Default: 1000 Page size |
match | string Default: "" Match strategy for filter. Supported matches:
|
object Sort on id, sessionType, sessionName, scheduleReference or period. Examples:
| |
object Filter on id, sessionType, sessionName, period, scheduleReference or metadata. Examples:
|
{- "data": [
- {
- "type": "agentSessions",
- "id": "string",
- "attributes": {
- "_rev": "string",
- "agentId": "string",
- "session": {
- "sessionName": "myTwampSession, Ottawa-to-Kanata",
- "sessionId": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "sessionType": "tcp-throughput",
- "enable": true,
- "period": "continuous",
- "interface": "string",
- "namespace": "string",
- "twamp": {
- "senderAddr": "8.8.8.8",
- "senderPort": 15000,
- "senderPayloadSize": 82,
- "senderRate": 10,
- "senderDscp": 32,
- "senderTtl": 255,
- "senderVprio": 0,
- "reflectorAddr": "8.8.8.8",
- "reflectorPort": 862,
- "reportInterval": 30,
- "controlSenderAddr": "8.8.8.8",
- "controlAddr": "8.8.8.8",
- "controlPort": 862,
- "controlDscp": 0,
- "controlVprio": 0,
- "controlLegacy": false,
- "roundTripMode": {
- "enable": true,
- "reflectorLatencySubtraction": true
}, - "mosBpl": 25.1,
- "mosImpairment": 35.8
}, - "echo": {
- "senderAddr": "8.8.8.8",
- "senderPort": 15000,
- "senderPayloadSize": 82,
- "senderRate": 10,
- "senderDscp": 32,
- "senderTtl": 255,
- "senderVprio": 0,
- "reflectorAddr": "8.8.8.8",
- "reflectorPort": 7,
- "reportInterval": 30,
- "mosBpl": 25.1,
- "mosImpairment": 35.8
}, - "throughput": {
- "testServerAddress": "13.0.0.9",
- "testServerPort": 5201,
- "testReverse": false,
- "testDurationSecs": 60,
- "testReportIntervalSecs": 1.5,
- "testParallel": 1,
- "testDscp": 0,
- "testTracerouteDestPort": 33434,
- "networkMaxRateBitsPerSec": 280000000,
- "networkMtuBytes": 1500,
- "networkBottleneckBandwidthBitsPerSec": 250000000,
- "networkRttMs": 0.44
}, - "trace": {
- "destination": "8.8.8.8",
- "destinationPort": 33457,
- "senderPort": 33456,
- "ipVersion": "IPv4",
- "algorithm": "paris-traceroute",
- "type": "udp",
- "probingRate": 10,
- "senderTtlMin": 1,
- "senderTtlMax": 30,
- "senderDscp": 0,
- "probesPerHop": 3,
- "maxUndiscovered": 3,
- "waitSec": 5,
- "testDurationSec": 60
}, - "transfer": {
- "username": "user",
- "password": "foobar",
- "useProxy": true,
- "proxyDestination": "8.8.8.8",
- "proxyPort": 33457,
- "proxyUsername": "proxyuser",
- "proxyPass": "foobar",
- "nameServer": "8.8.8.8",
- "forceIpVersion": "IPv4",
- "maximumTestConnectSec": 60,
- "maximumTestDurationSec": 60,
- "testInterval": 60
}, - "metadata": { },
- "scheduleReference": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "SessionConfiguration": { }
}
}
}
]
}
page | integer Default: 0 Page number - zero counting |
limit | integer Default: 1000 Page size |
match | string Default: "" Match strategy for filter. Supported matches:
|
object Sort on id, sessionType, sessionName, scheduleReference or period. Examples:
| |
object Filter on id, sessionType, sessionName, period, scheduleReference or metadata. Examples:
|
{- "data": [
- {
- "sessionId": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "runId": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "status": "waiting",
- "statusMessage": "Unable to connect.",
- "captureTime": "string"
}
]
}
sessionId required | string |
{- "data": {
- "type": "sessionStatuses",
- "attributes": {
- "sessionId": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "runId": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "status": "waiting",
- "statusMessage": "Unable to connect.",
- "captureTime": "string"
}
}
}
reflectorId required | string |
{- "data": {
- "type": "reflectorStatuses",
- "attributes": {
- "agentId": "32b28bd7-f3cf-42d3-8396-9d1f7fae61c9",
- "reflectorId": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "status": "waiting",
- "statusMessage": "Unable to connect.",
- "lastUpdateTime": "string"
}
}
}
{- "data": {
- "type": "extensionSchemas",
- "attributes": {
- "schemaId": "string",
- "enable": false,
- "name": "string",
- "desc": "string",
- "schema": { }
}
}
}
{- "data": {
- "type": "extensionSchemas",
- "id": "string",
- "attributes": {
- "_rev": "string",
- "schemaId": "string",
- "enable": false,
- "name": "string",
- "desc": "string",
- "schema": { }
}
}
}
page | integer Default: 0 Page number - zero counting |
limit | integer Default: 1000 Page size |
match | string Default: "" Match strategy for filter. Supported matches:
|
object Sort on id or name. Examples:
| |
object Filter on name or id. Examples:
|
{- "data": [
- {
- "type": "extensionSchemas",
- "id": "string",
- "attributes": {
- "_rev": "string",
- "schemaId": "string",
- "enable": false,
- "name": "string",
- "desc": "string",
- "schema": { }
}
}
]
}
{- "data": {
- "type": "extensionSchemas",
- "id": "string",
- "attributes": {
- "_rev": "string",
- "schemaId": "string",
- "enable": false,
- "name": "string",
- "desc": "string",
- "schema": { }
}
}
}
schemaId required | string |
required | object |
{- "data": {
- "type": "extensionSchemas",
- "id": "string",
- "attributes": {
- "_rev": "string",
- "schemaId": "string",
- "enable": false,
- "name": "string",
- "desc": "string",
- "schema": { }
}
}
}
{- "data": {
- "type": "extensionSchemas",
- "id": "string",
- "attributes": {
- "_rev": "string",
- "schemaId": "string",
- "enable": false,
- "name": "string",
- "desc": "string",
- "schema": { }
}
}
}
schemaId required | string |
{- "data": {
- "type": "extensionSchemas",
- "id": "string",
- "attributes": {
- "_rev": "string",
- "schemaId": "string",
- "enable": false,
- "name": "string",
- "desc": "string",
- "schema": { }
}
}
}
page | integer Default: 0 Page number - zero counting |
limit | integer Default: 1000 Page size |
match | string Default: "" Match strategy for filter. Supported matches:
|
object Filter on metadata. Examples:
|
{- "data": {
- "agentConfigurations": {
- "data": [
- {
- "type": "agentConfigs",
- "id": "string",
- "attributes": {
- "_rev": "string",
- "agentId": "string",
- "dataGateway": {
- "server": "string",
- "port": 55888,
- "dataBrokerUseSsl": true,
- "dataBrokerSslAllowSelfsigned": true,
- "dataBrokerSslAllowInsecureCerts": true,
- "dataBrokerSslAllowExpiredCerts": true,
- "dataBrokerSslSkipHostnameCheck": true,
- "compressionEnable": true,
- "pdgMetricsEnable": false,
- "brokerATO": 5,
- "brokerATOMaxCount": 2
}, - "reporting": {
- "syncResults": false
}, - "reflector": {
- "reflectors": [
- {
- "reflectorId": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "reflectorName": "myTwampSession, Ottawa-to-Kanata",
- "reflectorType": "twampIpv4",
- "namespace": "string",
- "enable": true,
- "reflectorPort": 862
}
]
}, - "metadata": { },
- "identification": {
- "agentName": "string"
}, - "AgentConfiguration": { }
}
}
]
}, - "agents": {
- "data": [
- {
- "type": "agents",
- "id": "string",
- "attributes": {
- "_rev": "string",
- "agentId": "string",
- "agentName": "string",
- "status": "string",
- "agentType": "string",
- "state": "string",
- "version": "string",
- "hostOsVersion": "string",
- "lastReceivedMessage": "string",
- "lastTechSupportFile": "string",
- "metadata": { },
- "agentConfigRevision": "string",
- "agentConfigRevisionAck": "string",
- "hostName": "string",
- "agentIdentity": {
- "executionInstance": {
- "created": "string",
- "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f"
}, - "previousExecutionInstance": {
- "created": "string",
- "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f"
}, - "containerInstance": {
- "created": "string",
- "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f"
}
}, - "GenericConfiguration": { }
}
}
]
}, - "agentSessions": {
- "data": [
- {
- "type": "agentSessions",
- "id": "string",
- "attributes": {
- "_rev": "string",
- "agentId": "string",
- "session": {
- "sessionName": "myTwampSession, Ottawa-to-Kanata",
- "sessionId": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "sessionType": "tcp-throughput",
- "enable": true,
- "period": "continuous",
- "interface": "string",
- "namespace": "string",
- "twamp": {
- "senderAddr": "8.8.8.8",
- "senderPort": 15000,
- "senderPayloadSize": 82,
- "senderRate": 10,
- "senderDscp": 32,
- "senderTtl": 255,
- "senderVprio": 0,
- "reflectorAddr": "8.8.8.8",
- "reflectorPort": 862,
- "reportInterval": 30,
- "controlSenderAddr": "8.8.8.8",
- "controlAddr": "8.8.8.8",
- "controlPort": 862,
- "controlDscp": 0,
- "controlVprio": 0,
- "controlLegacy": false,
- "roundTripMode": {
- "enable": true,
- "reflectorLatencySubtraction": true
}, - "mosBpl": 25.1,
- "mosImpairment": 35.8
}, - "echo": {
- "senderAddr": "8.8.8.8",
- "senderPort": 15000,
- "senderPayloadSize": 82,
- "senderRate": 10,
- "senderDscp": 32,
- "senderTtl": 255,
- "senderVprio": 0,
- "reflectorAddr": "8.8.8.8",
- "reflectorPort": 7,
- "reportInterval": 30,
- "mosBpl": 25.1,
- "mosImpairment": 35.8
}, - "throughput": {
- "testServerAddress": "13.0.0.9",
- "testServerPort": 5201,
- "testReverse": false,
- "testDurationSecs": 60,
- "testReportIntervalSecs": 1.5,
- "testParallel": 1,
- "testDscp": 0,
- "testTracerouteDestPort": 33434,
- "networkMaxRateBitsPerSec": 280000000,
- "networkMtuBytes": 1500,
- "networkBottleneckBandwidthBitsPerSec": 250000000,
- "networkRttMs": 0.44
}, - "trace": {
- "destination": "8.8.8.8",
- "destinationPort": 33457,
- "senderPort": 33456,
- "ipVersion": "IPv4",
- "algorithm": "paris-traceroute",
- "type": "udp",
- "probingRate": 10,
- "senderTtlMin": 1,
- "senderTtlMax": 30,
- "senderDscp": 0,
- "probesPerHop": 3,
- "maxUndiscovered": 3,
- "waitSec": 5,
- "testDurationSec": 60
}, - "transfer": {
- "username": "user",
- "password": "foobar",
- "useProxy": true,
- "proxyDestination": "8.8.8.8",
- "proxyPort": 33457,
- "proxyUsername": "proxyuser",
- "proxyPass": "foobar",
- "nameServer": "8.8.8.8",
- "forceIpVersion": "IPv4",
- "maximumTestConnectSec": 60,
- "maximumTestDurationSec": 60,
- "testInterval": 60
}, - "metadata": { },
- "scheduleReference": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "SessionConfiguration": { }
}
}
}
]
}
}
}
{- "data": {
- "type": "schedules",
- "attributes": {
- "schedule": {
- "scheduleName": "everyFiveMinuteSchedule",
- "scheduleId": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "single": false,
- "interval": "*/5 * * * *",
- "dateTime": "2023-07-21T17:32:28Z"
}
}
}
}
{- "data": {
- "type": "schedules",
- "id": "string",
- "attributes": {
- "_rev": "string",
- "schedule": {
- "scheduleName": "everyFiveMinuteSchedule",
- "scheduleId": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "single": false,
- "interval": "*/5 * * * *",
- "dateTime": "2023-07-21T17:32:28Z"
}
}
}
}
{- "data": {
- "type": "schedules",
- "id": "string",
- "attributes": {
- "_rev": "string",
- "schedule": {
- "scheduleName": "everyFiveMinuteSchedule",
- "scheduleId": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "single": false,
- "interval": "*/5 * * * *",
- "dateTime": "2023-07-21T17:32:28Z"
}
}
}
}
{- "data": {
- "type": "schedules",
- "id": "string",
- "attributes": {
- "_rev": "string",
- "schedule": {
- "scheduleName": "everyFiveMinuteSchedule",
- "scheduleId": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "single": false,
- "interval": "*/5 * * * *",
- "dateTime": "2023-07-21T17:32:28Z"
}
}
}
}
{- "data": {
- "type": "schedules",
- "id": "string",
- "attributes": {
- "_rev": "string",
- "schedule": {
- "scheduleName": "everyFiveMinuteSchedule",
- "scheduleId": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "single": false,
- "interval": "*/5 * * * *",
- "dateTime": "2023-07-21T17:32:28Z"
}
}
}
}
{- "data": {
- "type": "schedules",
- "id": "string",
- "attributes": {
- "_rev": "string",
- "schedule": {
- "scheduleName": "everyFiveMinuteSchedule",
- "scheduleId": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "single": false,
- "interval": "*/5 * * * *",
- "dateTime": "2023-07-21T17:32:28Z"
}
}
}
}
page | integer Default: 0 Page number - zero counting |
limit | integer Default: 1000 Page size |
match | string Default: "" Match strategy for filter. Supported matches:
|
object Sort on id or scheduleName. Examples:
| |
object Filter on id, single or scheduleName. Examples:
|
{- "data": [
- {
- "type": "schedules",
- "id": "string",
- "attributes": {
- "_rev": "string",
- "schedule": {
- "scheduleName": "everyFiveMinuteSchedule",
- "scheduleId": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "single": false,
- "interval": "*/5 * * * *",
- "dateTime": "2023-07-21T17:32:28Z"
}
}
}
]
}
page | integer Default: 0 Page number - zero counting |
limit | integer Default: 1000 Page size |
match | string Default: "" Match strategy for filter. Supported matches:
|
object Sort on id or scheduleName. Examples:
| |
object Filter on id, single or scheduleName. Examples:
|
{- "data": [
- {
- "schedule": {
- "scheduleName": "everyFiveMinuteSchedule",
- "scheduleId": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "single": false,
- "interval": "*/5 * * * *",
- "dateTime": "2023-07-21T17:32:28Z"
}, - "sessionCount": 0,
- "nextTrig": "2023-07-21T17:32:28Z"
}
]
}
sessionId required | string |
{- "data": {
- "type": "scheduleStatuses",
- "attributes": {
- "sessionId": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "scheduleReference": "f422344c-1b97-4bd4-8073-773fc592e9e2",
- "scheduleCount": 0,
- "startCount": 0,
- "startFailCount": 0,
- "startQueueCount": 0,
- "startDropCount": 0,
- "captureTime": "string"
}
}
}
{- "data": {
- "attributes": {
- "sessions": 0,
- "scheduleCount": 0,
- "startQueueCount": 0,
- "startDropCount": 0,
- "startCount": 0,
- "startFailCount": 0,
- "isScheduledCount": 0,
- "isStartQueueCount": 0,
- "isStartCount": 0,
- "isStartDropCount": 0,
- "isStartFailCount": 0
}
}
}