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§
- Known
Network Monitor Response - 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. - Stress
Test Batch Submission Content - Body of a stress-test batch submission, signed by a network monitor orchestrator.
- Stress
Test Batch Submission Response - Confirmation returned to an orchestrator after a successful submission.
Currently empty — exists to give the response an explicit type rather than
relying on
Json(()). - Stress
Test Result - Single stress-test measurement for one node, produced by a network monitor orchestrator.
Type Aliases§
- Stress
Test Batch Submission - Signed envelope posted by a network monitor orchestrator to
POST /v3/nym-nodes/stress-testing/batch-submit.