listIngestPoints
Lists the currently available Ingest Points.
This function has no parameters.
Example:
API Call:
listIngestPoints
JSON Response:
{
"data":{
"privateStreamName":"theIngestPoint",
"publicStreamName":"useMeToViewStream"
},
"description":"Available ingest points",
"status":"SUCCESS"
}
The JSON response contains the following details:
- data – The data to parse
- Listof pairs:
- privateStreamName –The private stream name which was set
- publicStreamName – The public stream name which was set
- Listof pairs:
-
description – Describes the result of parsing/executing the command
- status –
SUCCESS
if the command was parsed and executed successfully,FAIL
if not