{ "operationId": "showServiceEndpoints", "method": "GET", "path": "/api/v2/databases/{database}/schemas/{schema}/services/{name}/endpoints", "summary": "List the Endpoints in a Service.", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Showserviceendpoints200Example", "example": [ { "name": "Example Title", "port": 10, "portRange": "example_value", "protocol": "example_value", "is_public": true, "ingress_url": "https://www.example.com" } ] } ] }