HttpEndpoint
Fields
| name | type | nullable | description |
|---|---|---|---|
name | String | false | -- |
statusCode | Integer | false | -- |
reasonPhrase | String | false | -- |
responseBody | String | true | Absent if the response is not textual (binary). |
Used by
network → externalSources → httpSources → endpoints
See also
Data model path
- network:
Network- externalSources:
ExternalSources- httpSources: List<
HttpSource>- endpoints: List<
HttpEndpoint>
- endpoints: List<
- httpSources: List<
- externalSources: