API
Management API surface
Synthetic connector workspace. Every profile here is a proposed target. Nothing on this screen is a live, qualified or certified adapter, no payload is a captured vendor wire message, and the simulation engine has no code path to a real endpoint.
Specification
Optimon CoreSync Management API — proposedv0.3.032 operations — in-memory adapter only
Every screen calls these operation names through one adapter. No request in this workspace leaves the browser; swapping the adapter for a server-backed one later does not change any screen.
Declared operations
| Operation | Method | Path | Calls this session |
|---|---|---|---|
| listConnectorManifests | GET | /connectors | 0 |
| getConnectorManifest | GET | /connectors/{connectorId} | 0 |
| listConnections | GET | /connections | 0 |
| createConnection | POST | /connections | 0 |
| getConnection | GET | /connections/{connectionId} | 0 |
| updateConnection | PUT | /connections/{connectionId} | 0 |
| bindCredentialReference | POST | /credential-bindings | 0 |
| testConnection | POST | /connection-tests | 0 |
| getConnectionTestResult | GET | /connection-tests/{operationId}/result | 0 |
| discoverResources | POST | /discoveries | 0 |
| getDiscoveryResult | GET | /discoveries/{operationId}/result | 0 |
| listSourceContracts | GET | /source-contracts | 0 |
| createSourceContract | POST | /source-contracts | 0 |
| updateSourceContract | PUT | /source-contracts/{sourceContractId} | 0 |
| validateContract | POST | /validations | 0 |
| createMapping | POST | /mappings | 0 |
| createAcquisitionPlan | POST | /acquisition-plans | 0 |
| startAcquisition | POST | /acquisition-plans/{planId}/start | 0 |
| pauseAcquisition | POST | /acquisition-plans/{planId}/pause | 0 |
| getAsyncOperation | GET | /operations/{operationId} | 0 |
| getConnectionHealth | GET | /connections/{connectionId}/health | 0 |
| listCheckpoints | GET | /plans/{planId}/checkpoints | 0 |
| listDeliveryReceipts | GET | /plans/{planId}/receipts | 0 |
| listQuarantineCases | GET | /quarantine | 0 |
| submitRecoveryPlan | POST | /recoveries | 0 |
| listSimulationScenarios | GET | /simulation/scenarios | 0 |
| startSimulation | POST | /simulation/runs | 0 |
| getSimulationResult | GET | /simulation/runs/{runId} | 0 |
| recordQualificationEvidence | POST | /qualifications | 0 |
| createSubscription | POST | /subscriptions | 0 |
| listConnectorCoverage | GET | /coverage | 0 |
| submitRelease | POST | /releases | 0 |
Simulated call log
No operation has been invoked in this session yet.
