HttpApiEndpointStatus
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 → endpoints → httpResults → status
See also
Data model path
- network:
Network- endpoints: List<
NetworkEndpoint>- httpResults: List<
HttpApiEndpointResult>- status:
HttpApiEndpointStatus
- status:
- httpResults: List<
- endpoints: List<
network → dataConnectors → httpResults → status
See also
Data model path
- network:
Network- dataConnectors: List<
DataConnector>- httpResults: List<
HttpApiEndpointResult>- status:
HttpApiEndpointStatus
- status:
- httpResults: List<
- dataConnectors: List<