ListRouterOutputs - AWS Elemental MediaConnect

ListRouterOutputs

Retrieves a list of router outputs in AWS Elemental MediaConnect.

Request Syntax

POST /v1/routerOutputs?maxResults=maxResults&nextToken=nextToken HTTP/1.1 Content-type: application/json { "filters": [ { ... } ] }

URI Request Parameters

The request uses the following URI parameters.

maxResults

The maximum number of router outputs to return in the response.

Valid Range: Minimum value of 1. Maximum value of 100.

nextToken

A token used to retrieve the next page of results.

Request Body

The request accepts the following data in JSON format.

filters

The filters to apply when retrieving the list of router outputs.

Type: Array of RouterOutputFilter objects

Required: No

Response Syntax

HTTP/1.1 200 Content-type: application/json { "nextToken": "string", "routerOutputs": [ { "arn": "string", "availabilityZone": "string", "createdAt": "string", "id": "string", "maintenanceSchedule": { ... }, "maintenanceScheduleType": "string", "maximumBitrate": number, "messageCount": number, "name": "string", "networkInterfaceArn": "string", "outputType": "string", "regionName": "string", "routedInputArn": "string", "routedState": "string", "routingScope": "string", "state": "string", "updatedAt": "string" } ] }

Response Elements

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

nextToken

The token to use to retrieve the next page of results.

Type: String

routerOutputs

The summary information for the retrieved router outputs.

Type: Array of ListedRouterOutput objects

Errors

For information about the errors that are common to all actions, see Common Errors.

BadRequestException

This exception is thrown if the request contains a semantic error. The precise meaning depends on the API, and is documented in the error message.

HTTP Status Code: 400

ConflictException

The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request.

HTTP Status Code: 409

InternalServerErrorException

The server encountered an internal error and is unable to complete the request.

HTTP Status Code: 500

ServiceUnavailableException

The service is currently unavailable or busy.

HTTP Status Code: 503

TooManyRequestsException

The request was denied due to request throttling.

HTTP Status Code: 429

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: