Skip to main content

Module v3

Module v3 

Source
Expand description

Request/response types for the v3 network-monitor flow, in which an orchestrator submits stress testing results to nym-api via signed batches.

Structs§

KnownNetworkMonitorResponse
Response body for GET /v3/nym-nodes/stress-testing/known-monitors/{identity_key}, used by orchestrators to check whether this nym-api currently recognises their key.
StressTestBatchSubmissionContent
Body of a stress-test batch submission, signed by a network monitor orchestrator.
StressTestBatchSubmissionResponse
Confirmation returned to an orchestrator after a successful submission. Currently empty — exists to give the response an explicit type rather than relying on Json(()).
StressTestResult
Single stress-test measurement for one node, produced by a network monitor orchestrator.

Type Aliases§

StressTestBatchSubmission
Signed envelope posted by a network monitor orchestrator to POST /v3/nym-nodes/stress-testing/batch-submit.