PaginatedHttpEndpointStatus
Options
| name | description |
|---|---|
| ERROR | The collection was terminated due to an error retrieving a page. |
| MAX_PAGES_REACHED | The collection was terminated after the number of collected pages reached the max number of pages (defined for the endpoint) before the stopping condition (defined for the endpoint) was reached. |
| OK | All pages of the endpoint were collected successfully. |
| TIMED_OUT | The collection was terminated after the maximum time allowed for collection was exceeded. |
Used by
network → externalSources → httpSources → paginatedEndpoints → status
See also
Data model path
- network:
Network- externalSources:
ExternalSources- httpSources: List<
HttpSource>- paginatedEndpoints: List<
PaginatedHttpEndpoint>- status:
PaginatedHttpEndpointStatus
- status:
- paginatedEndpoints: List<
- httpSources: List<
- externalSources: