|
2 | 2 | "openapi": "3.0.1", |
3 | 3 | "info": { |
4 | 4 | "title": "azul-indexer-dev", |
5 | | - "version": "3.3", |
| 5 | + "version": "3.4", |
6 | 6 | "description": "\nThis is the internal API for Azul's indexer component.\n\n\n## Contact us\n\nFor technical support please file an issue at\n[GitHub](https://github.com/DataBiosphere/azul/issues) or email\n`[email protected]`. To report a security concern or misconduct please email\n`[email protected]`.\n" |
7 | 7 | }, |
8 | 8 | "paths": { |
9 | 9 | "/": { |
10 | 10 | "get": { |
11 | 11 | "responses": { |
12 | 12 | "504": { |
13 | | - "description": "\nRequest timed out. When handling this response, clients\nshould wait the number of seconds specified in the\n`Retry-After` header and then retry the request.\n" |
| 13 | + "description": "Gateway timeout. The server did not respond in time. Please try again later." |
14 | 14 | }, |
15 | 15 | "301": { |
16 | 16 | "description": "A redirect to the Swagger UI" |
|
26 | 26 | "get": { |
27 | 27 | "responses": { |
28 | 28 | "504": { |
29 | | - "description": "\nRequest timed out. When handling this response, clients\nshould wait the number of seconds specified in the\n`Retry-After` header and then retry the request.\n" |
| 29 | + "description": "Gateway timeout. The server did not respond in time. Please try again later." |
30 | 30 | }, |
31 | 31 | "200": { |
32 | 32 | "description": "The response body is an HTML page containing the Swagger UI" |
|
42 | 42 | "get": { |
43 | 43 | "responses": { |
44 | 44 | "504": { |
45 | | - "description": "\nRequest timed out. When handling this response, clients\nshould wait the number of seconds specified in the\n`Retry-After` header and then retry the request.\n" |
| 45 | + "description": "Gateway timeout. The server did not respond in time. Please try again later." |
46 | 46 | }, |
47 | 47 | "200": { |
48 | 48 | "description": "The response body is JavaScript used internally by the Swagger UI" |
|
69 | 69 | "get": { |
70 | 70 | "responses": { |
71 | 71 | "504": { |
72 | | - "description": "\nRequest timed out. When handling this response, clients\nshould wait the number of seconds specified in the\n`Retry-After` header and then retry the request.\n" |
| 72 | + "description": "Gateway timeout. The server did not respond in time. Please try again later." |
73 | 73 | }, |
74 | 74 | "200": { |
75 | 75 | "description": "The response body is the contents of the requested file" |
|
88 | 88 | "get": { |
89 | 89 | "responses": { |
90 | 90 | "504": { |
91 | | - "description": "\nRequest timed out. When handling this response, clients\nshould wait the number of seconds specified in the\n`Retry-After` header and then retry the request.\n" |
| 91 | + "description": "Gateway timeout. The server did not respond in time. Please try again later." |
92 | 92 | }, |
93 | 93 | "200": { |
94 | 94 | "description": "200 response", |
|
151 | 151 | "get": { |
152 | 152 | "responses": { |
153 | 153 | "504": { |
154 | | - "description": "\nRequest timed out. When handling this response, clients\nshould wait the number of seconds specified in the\n`Retry-After` header and then retry the request.\n" |
| 154 | + "description": "Gateway timeout. The server did not respond in time. Please try again later." |
155 | 155 | }, |
156 | 156 | "200": { |
157 | 157 | "description": "Version endpoint is reachable.", |
|
196 | 196 | "get": { |
197 | 197 | "responses": { |
198 | 198 | "504": { |
199 | | - "description": "\nRequest timed out. When handling this response, clients\nshould wait the number of seconds specified in the\n`Retry-After` header and then retry the request.\n" |
| 199 | + "description": "Gateway timeout. The server did not respond in time. Please try again later." |
200 | 200 | }, |
201 | 201 | "200": { |
202 | 202 | "description": "\nThe robots.txt resource according to\n[RFC9309](https://datatracker.ietf.org/doc/html/rfc9309)\n" |
|
212 | 212 | "get": { |
213 | 213 | "responses": { |
214 | 214 | "504": { |
215 | | - "description": "\nRequest timed out. When handling this response, clients\nshould wait the number of seconds specified in the\n`Retry-After` header and then retry the request.\n" |
| 215 | + "description": "Gateway timeout. The server did not respond in time. Please try again later." |
216 | 216 | }, |
217 | 217 | "200": { |
218 | 218 | "description": "\nThe checked resources\nare healthy.\n\nThe response consists of the following keys:\n\n* `other_lambdas` \nIndicates whether the companion REST API responds to HTTP requests.\n* `queues` \nReturns information about the SQS queues used by the indexer and the\nmirror.\n* `progress` \nThe number of Data Store bundles pending to be indexed and the number\nof index documents in need of updating.\n* `api_endpoints` \nIndicates whether important service API endpoints are operational.\n* `elasticsearch` \nIndicates whether the Elasticsearch cluster is responsive.\n* `up` \nindicates the overall result of the health check\n\n\nThe top-level `up` key of the response is\n`true`.\n\n\nAll of the nested `up` keys\nare `true`.\n", |
|
314 | 314 | "get": { |
315 | 315 | "responses": { |
316 | 316 | "504": { |
317 | | - "description": "\nRequest timed out. When handling this response, clients\nshould wait the number of seconds specified in the\n`Retry-After` header and then retry the request.\n" |
| 317 | + "description": "Gateway timeout. The server did not respond in time. Please try again later." |
318 | 318 | }, |
319 | 319 | "200": { |
320 | 320 | "description": "\nThe checked resources\nare healthy.\n\nThe response consists of the following keys:\n\n* `up` \nindicates the overall result of the health check\n\n\nThe top-level `up` key of the response is\n`true`.\n\n", |
|
406 | 406 | "get": { |
407 | 407 | "responses": { |
408 | 408 | "504": { |
409 | | - "description": "\nRequest timed out. When handling this response, clients\nshould wait the number of seconds specified in the\n`Retry-After` header and then retry the request.\n" |
| 409 | + "description": "Gateway timeout. The server did not respond in time. Please try again later." |
410 | 410 | }, |
411 | 411 | "200": { |
412 | 412 | "description": "\nThe checked resources\nare healthy.\n\nThe response consists of the following keys:\n\n* `elasticsearch` \nIndicates whether the Elasticsearch cluster is responsive.\n* `queues` \nReturns information about the SQS queues used by the indexer and the\nmirror.\n* `progress` \nThe number of Data Store bundles pending to be indexed and the number\nof index documents in need of updating.\n* `up` \nindicates the overall result of the health check\n\n\nThe top-level `up` key of the response is\n`true`.\n\n\nAll of the nested `up` keys\nare `true`.\n", |
|
504 | 504 | "get": { |
505 | 505 | "responses": { |
506 | 506 | "504": { |
507 | | - "description": "\nRequest timed out. When handling this response, clients\nshould wait the number of seconds specified in the\n`Retry-After` header and then retry the request.\n" |
| 507 | + "description": "Gateway timeout. The server did not respond in time. Please try again later." |
508 | 508 | }, |
509 | 509 | "200": { |
510 | 510 | "description": "\nThe checked resources\nare healthy.\n\nThe response consists of the following keys:\n\n* `elasticsearch` \nIndicates whether the Elasticsearch cluster is responsive.\n* `queues` \nReturns information about the SQS queues used by the indexer and the\nmirror.\n* `progress` \nThe number of Data Store bundles pending to be indexed and the number\nof index documents in need of updating.\n* `up` \nindicates the overall result of the health check\n\n\nThe top-level `up` key of the response is\n`true`.\n\n\nAll of the nested `up` keys\nare `true`.\n", |
|
623 | 623 | "get": { |
624 | 624 | "responses": { |
625 | 625 | "504": { |
626 | | - "description": "\nRequest timed out. When handling this response, clients\nshould wait the number of seconds specified in the\n`Retry-After` header and then retry the request.\n" |
| 626 | + "description": "Gateway timeout. The server did not respond in time. Please try again later." |
627 | 627 | }, |
628 | 628 | "200": { |
629 | 629 | "description": "\nThe checked resources\nare healthy.\n\nThe response consists of the following keys:\n\n* `other_lambdas` \nIndicates whether the companion REST API responds to HTTP requests.\n* `queues` \nReturns information about the SQS queues used by the indexer and the\nmirror.\n* `progress` \nThe number of Data Store bundles pending to be indexed and the number\nof index documents in need of updating.\n* `api_endpoints` \nIndicates whether important service API endpoints are operational.\n* `elasticsearch` \nIndicates whether the Elasticsearch cluster is responsive.\n* `up` \nindicates the overall result of the health check\n\n\nThe top-level `up` key of the response is\n`true`.\n\n\nAll of the nested `up` keys\nare `true`.\n", |
|
725 | 725 | "post": { |
726 | 726 | "responses": { |
727 | 727 | "504": { |
728 | | - "description": "\nRequest timed out. When handling this response, clients\nshould wait the number of seconds specified in the\n`Retry-After` header and then retry the request.\n" |
| 728 | + "description": "Gateway timeout. The server did not respond in time. Please try again later." |
729 | 729 | }, |
730 | 730 | "200": { |
731 | 731 | "description": "Notification was successfully queued for processing" |
|
834 | 834 | "get": { |
835 | 835 | "responses": { |
836 | 836 | "504": { |
837 | | - "description": "\nRequest timed out. When handling this response, clients\nshould wait the number of seconds specified in the\n`Retry-After` header and then retry the request.\n" |
| 837 | + "description": "Gateway timeout. The server did not respond in time. Please try again later." |
838 | 838 | }, |
839 | 839 | "200": { |
840 | 840 | "description": "Contents of the schema", |
|
0 commit comments