-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopenapi.json
1 lines (1 loc) · 1.29 KB
/
openapi.json
1
{"openapi":"3.0.2","info":{"title":"Source Manager API","version":"1.0.0"},"paths":{"/discover-eve/":{"post":{"summary":"Discover Eve Topics","description":"Discovers Kafka topics from 5G EVE\nfiltering their names by a usecase string","operationId":"discover_eve_topics_discover_eve__post","parameters":[{"required":true,"schema":{"title":"Dcm Address","type":"string"},"name":"dcm_address","in":"query"},{"required":true,"schema":{"title":"Eve Broker Id","type":"string"},"name":"eve_broker_id","in":"query"},{"required":true,"schema":{"title":"Usecase","type":"string"},"name":"usecase","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}}},"components":{"schemas":{"HTTPValidationError":{"title":"HTTPValidationError","type":"object","properties":{"detail":{"title":"Detail","type":"array","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"title":"ValidationError","required":["loc","msg","type"],"type":"object","properties":{"loc":{"title":"Location","type":"array","items":{"type":"string"}},"msg":{"title":"Message","type":"string"},"type":{"title":"Error Type","type":"string"}}}}}}