{"items":[{"type":"link","label":"Public Status API","link":"/common/status-api","routeSlug":"/common/status-api","content":{"contentType":"overview","meta":{"name":"Public Status API"},"children":[{"nodeType":"container","panels":[{"title":"Download OpenAPI description","titleTranslationKey":"download.description.title","children":[{"kind":"download","label":"status-api.json","url":"/_bundle/common/status-api.json?download"},{"kind":"download","label":"status-api.yaml","url":"/_bundle/common/status-api.yaml?download"}]},{"title":"Overview","titleTranslationKey":"info.title","children":[]},{"title":"Languages","titleTranslationKey":"languages.title","children":[{"kind":"languages","options":[{"key":"curl","title":"curl","lang":"curl"},{"key":"javascript","title":"JavaScript","lang":"JavaScript"},{"key":"node","title":"Node.js","lang":"Node.js"},{"key":"python","title":"Python","lang":"Python"},{"key":"java","title":"Java","lang":"Java"},{"key":"csharp","title":"C#","lang":"C#"},{"key":"php","title":"PHP","lang":"PHP"},{"key":"go","title":"Go","lang":"Go"},{"key":"ruby","title":"Ruby","lang":"Ruby"},{"key":"r","title":"R","lang":"R"},{"key":"payload","title":"Payload","lang":"Payload"}]}]},{"title":"Servers","titleTranslationKey":"servers.title","children":[{"kind":"servers","servers":[{"url":"/_mock/common/status-api","description":"Mock server","isMockServer":true},{"url":"https://api.retarus.com"}],"mode":"default"}]}],"children":[{"nodeType":"overview-section-wrapper","children":[{"nodeType":"header","level":1,"label":"Public Status API (1.0)","showPageActions":true},{"nodeType":"overview-section-wrapper","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The public status API allows to get an overall status for the Retarus Cloud Services. This includes current incidents,"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"planned maintenances or important service information. Separated by service and region."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For the public dashboard visit: "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://status.retarus.io"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"https://status.retarus.io"},"children":[]}]}]}]}]}],"sectionId":"/common/status-api"}],"sectionId":"/common/status-api"}]}]}},{"type":"group","label":"Status","link":"/common/status-api/status","routeSlug":"/common/status-api/status","items":[{"label":"/status/1.0","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/common/status-api/status/paths/~1status~11.0/get","routeSlug":"/common/status-api/status/paths/~1status~11.0/get","metadata":{"seo":{"title":"/status/1.0"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"name":"/status/1.0","isWebhook":false,"pointer":"/paths/~1status~11.0/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"/status/1.0","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"empty-message","label":"No request data","labelTranslationKey":"noRequestData"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/status/1.0","servers":[{"url":"/_mock/common/status-api","description":"Mock server","isMockServer":true},{"url":"https://api.retarus.com"}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200"],"pointer":"/status/1.0","href":"status/paths/~1status~11.0/get"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"/_mock/common/status-api","description":"Mock server","isMockServer":true},{"url":"https://api.retarus.com"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Contains information about all available services.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/StatusResponse"}},"schemaId":"components/schemas/StatusResponse"}],"pointer":"/paths/~1status~11.0/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/StatusResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/StatusResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/status/paths/~1status~11.0/get"}],"panels":[]}]},"httpPath":"/status/1.0"}],"content":{"contentType":"group","meta":{"name":"Status"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Status","showPageActions":true},{"nodeType":"markdoc","content":"View the current global service status"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/status/1.0","prefix":{"name":"get","color":"get"},"badges":[],"link":"/status/paths/~1status~11.0/get","deprecated":false}]}]}]}]}}],"store":{"schemaStore":{"components/schemas/StatusResponse":{"id":"components/schemas/StatusResponse","kind":"json-schema","title":"StatusResponse","data":{"type":"object","properties":{"result":{"type":"object","properties":{"status_overall":{"$ref":"#/components/schemas/OverallStatus"},"status":{"type":"array","items":{"$ref":"#/components/schemas/Status"}},"incidents":{"type":"array","items":{"$ref":"#/components/schemas/Incident"}},"maintenance":{"type":"object","properties":{"active":{"type":"array","items":{"$ref":"#/components/schemas/Maintenance"}},"upcoming":{"type":"array","items":{"$ref":"#/components/schemas/Maintenance"}}}}}}}}},"components/schemas/OverallStatus":{"id":"components/schemas/OverallStatus","kind":"json-schema","title":"OverallStatus","data":{"type":"object","properties":{"updated":{"type":"string"},"status":{"type":"string"},"status_code":{"type":"integer"}},"required":["updated","status","status_code"]}},"components/schemas/Status":{"id":"components/schemas/Status","kind":"json-schema","title":"Status","data":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"name":{"type":"string","example":"EAS Portal"},"updated":{"type":"string","format":"date-time"},"status":{"$ref":"#/components/schemas/IncidentStatus"},"status_code":{"$ref":"#/components/schemas/IncidentStatusCode"},"containers":{"type":"array","items":{"$ref":"#/components/schemas/Container"}}},"required":["id","name","updated","status","status_code","containers"]}},"components/schemas/Container":{"id":"components/schemas/Container","kind":"json-schema","title":"Container","data":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"name":{"type":"string","example":"DE1"},"updated":{"type":"string","format":"date-time"},"status":{"$ref":"#/components/schemas/IncidentStatus"},"status_code":{"$ref":"#/components/schemas/IncidentStatusCode"}},"required":["id","name","updated","status","status_code"]}},"components/schemas/Incident":{"id":"components/schemas/Incident","kind":"json-schema","title":"Incident","data":{"type":"object","properties":{"name":{"type":"string","example":"EDI - Degraded performance"},"_id":{"type":"string","format":"uuid"},"datetime_open":{"type":"string","format":"date-time"},"messages":{"type":"array","items":{"$ref":"#/components/schemas/Message"}},"containers_affected":{"type":"array","items":{"$ref":"#/components/schemas/ContainerRef"}},"components_affected":{"type":"array","items":{"$ref":"#/components/schemas/ComponentRef"}}},"required":["name","_id","datetime_open","messages","containers_affected","components_affected"]}},"components/schemas/Maintenance":{"id":"components/schemas/Maintenance","kind":"json-schema","title":"Maintenance","data":{"type":"object","properties":{"name":{"type":"string","example":"SMS - Service Maintenance"},"_id":{"type":"string","format":"uuid"},"datetime_open":{"type":"string","format":"date-time"},"datetime_planned_start":{"type":"string","format":"date-time"},"datetime_planned_end":{"type":"string","format":"date-time"},"messages":{"type":"array","items":{"$ref":"#/components/schemas/Message"}},"containers_affected":{"type":"array","items":{"$ref":"#/components/schemas/ContainerRef"}},"components_affected":{"type":"array","items":{"$ref":"#/components/schemas/ComponentRef"},"required":["name","_id","datetime_open","datetime_planned_start","datetime_planned_end","messages","containers_affected","components_affected"]}}}},"components/schemas/ComponentRef":{"id":"components/schemas/ComponentRef","kind":"json-schema","title":"ComponentRef","data":{"type":"object","properties":{"name":{"type":"string","example":"EAS Portal"},"_id":{"type":"string","format":"uuid"}},"required":["name","_id"]}},"components/schemas/ContainerRef":{"id":"components/schemas/ContainerRef","kind":"json-schema","title":"ContainerRef","data":{"type":"object","properties":{"name":{"type":"string","example":"DE1"},"_id":{"type":"string","format":"uuid"}},"required":["name","_id"]}},"components/schemas/Message":{"id":"components/schemas/Message","kind":"json-schema","title":"Message","data":{"type":"object","properties":{"details":{"type":"string","example":"We have identified the issue and are working on the resolution."},"state":{"type":"integer","example":200,"enum":[100,200,300],"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Status:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"*"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"default - Resolved"},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"100"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" - Investigating"},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"200"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" - Identified"},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"300"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" - Monitoring"},"children":[]}]}]}]}]},"status":{"$ref":"#/components/schemas/IncidentStatusCode"},"datetime":{"type":"string","format":"date-time"}},"required":["details","state","status","datetime"]}},"components/schemas/IncidentStatus":{"id":"components/schemas/IncidentStatus","kind":"json-schema","title":"IncidentStatus","data":{"type":"string","enum":["Operational","Degraded Performance","Partial Service Disruption","Service Disruption","Security Event"]}},"components/schemas/IncidentStatusCode":{"id":"components/schemas/IncidentStatusCode","kind":"json-schema","title":"IncidentStatusCode","data":{"type":"integer","enum":[100,300,400,500,600],"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Status:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"*"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"100"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" - Operational"},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"300"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" - Degraded Performance"},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"400"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" - Partial Service Disruption"},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"500"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" - Service Disruption"},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"600"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" - Security Event"},"children":[]}]}]}]}]}}},"exampleStore":{},"securitySchemeStore":{},"servers":[{"url":"/_mock/common/status-api","isMockServer":true,"description":"Mock server"},{"url":"https://api.retarus.com"}]},"options":{"layout":"stacked","hideSidebar":true,"mockServer":{"url":"/_mock/common/status-api","position":"first","description":"Mock server"},"disableRouter":true,"downloadUrls":[{"url":"/_bundle/common/status-api.json?download"},{"url":"/_bundle/common/status-api.yaml?download"}],"excludeFromSearch":false,"specType":"openapi","markdocOptions":{"tags":{},"nodes":{},"components":{}},"metadata":{"title":"Public Status API","description":"The public status API allows to get an overall status for the Retarus Cloud Services. This includes current incidents, \nplanned maintenances or important service information. Separated by service and region.\n\nFor the public dashboard visit: [https://status.retarus.io](https://status.retarus.io)\n"}},"baseSlug":"/common/status-api","routesMapping":{}}