ListIngressStreams
Returns a list of top level ingress stream objects, including ingress streams and internal Anduril streams. Will only return active streams. Results are ordered by ingress stream create time.
ListIngressStreamsRequest
Request
page_size
Desired number of ingress streams per page. Defaults to 50 if left blank,
and capped at 100. The response may contain fewer than requested.
page_token
To retrieve the next page, pass the next_page_token from the previous
response. Leave empty for the first page.
Keep the rest of the request identical between pages, otherwise the server may reject it.
ListIngressStreamsResponse
Response
ingress_streams
The ingress streams on this page. Up to page_size entries
(defaults to 50, capped at 100). Ordered by ingress stream create time.
next_page_token
Pass this back as page_token to retrieve the next page.
Empty when there are no more pages.