Otoroshi Admin API

Admin API of the Otoroshi reverse proxy

Claim this API

Are you the operator of Otoroshi Admin API? Submit a claim to establish contact with us.

Report an Issue

Found something wrong with Otoroshi Admin API? Let us know about broken links, changed auth, deprecated endpoints, or other issues.

Base URL: http://otoroshi-api.oto.tools/
Auth: unknown
Endpoints: 31
Reachable: unknown
CORS: unknown

Endpoints

Method Path Summary Auth Last Status Latency
GET /api/auths Get all global auth. module configs
GET /api/auths/{id} Get one global auth. module configs
GET /api/certificates Get all certificates
GET /api/certificates/{id} Get one certificate by id
GET /api/client-validators Get all validation authoritiess
GET /api/client-validators/{id} Get one validation authorities by id
GET /api/data-exporter-configs Get all data exporter configs
GET /api/data-exporter-configs/_template Get all data exporter configs
GET /api/data-exporter-configs/{dataExporterConfigId} Get a data exporter config
GET /api/globalconfig Get the full configuration of Otoroshi
GET /api/groups Get all service groups
GET /api/groups/{serviceGroupId} Get a service group
GET /api/groups/{serviceGroupId}/services Get all services descriptor for a group
GET /api/live Get global otoroshi stats
GET /api/live/{id} Get live feed of otoroshi stats
GET /api/otoroshi.json Export the full state of Otoroshi
GET /api/scripts Get all scripts
GET /api/scripts/{scriptId} Get a script
GET /api/services Get all services
GET /api/services/{serviceId} Get a service descriptor
GET /api/services/{serviceId}/targets Get a service descriptor targets
GET /api/services/{serviceId}/template Get a service descriptor error template
GET /api/snowmonkey/outages Get all current Snow Monkey ourages
GET /api/verifiers Get all global JWT verifiers
GET /api/verifiers/{verifierId} Get one global JWT verifiers
GET /health Return current Otoroshi health
GET /lines Get all environments
GET /lines/{line}/services Get all services for an environment
GET /new/apikey Get a template of an Otoroshi Api Key
GET /new/group Get a template of an Otoroshi service group
GET /new/service Get a template of an Otoroshi service descriptor