

# Ingest
<a name="structures-Ingest"></a>

Object specifying ingest endpoints returned by [FindIngest](actions-FindIngest.md).

## Contents
<a name="structures-Ingest-contente"></a>
+ **\$1id**
  + Sequential index of the ingest endpoint.
  + Type: Integer
  + Required: Yes
+ **availability**
  + Indicates whether the ingest endpoint is available. The ingest endpoint is available If `availability` is `1.0`. It is unavailable if `availability` is `0`. Availability may change over time.
  + Type: Integer
  + Valid Values: `0` \$1 `1.0`
  + Required: Yes
+ **default**
  + Identifies the default ingest endpoint for auto-selection. Only one ingest endpoint in the response will have `default` set to `true`. The ingest endpoint with `default` set to `true` should be auto-selected as long as its `availability` is `1.0`.
  + Type: Boolean
  + Required: Yes
+ **name**
  + Name of the ingest endpoint.
  + Type: String
  + Required: Yes
+ **priority**
  + Priority of the ingest endpoint. Servers with the lowest priority should be used first.
  + Type: Integer
  + Required: Yes
+ **url\$1template**
  + URL template using the RTMP protocol. Insert a stream key to create a URL from the template.
  + Type: String
  + Required: Yes
+ **url\$1template\$1secure**
  + URL template using the RTMPS protocol. Insert a stream key to create a URL from the template.
  + Type: String
  + Required: Yes