Start Replay
post
Start Replay
Authorizations
Path parameters
subscriptionidstringRequired
Subscription ID
Body
idintegerOptional
registrystringOptional
startTimeintegerOptional
endTimeintegerOptional
subscriptionstringOptional
destinationstringOptional
sourcestringOptional
statusstringOptional
sizeintegerOptional
countintegerOptional
Responses
202
Accepted
application/json
ResponsestringExample:
success
400
Bad Request
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
post
POST /vault/subscriptions/{subscriptionid}/replays HTTP/1.1
Host: api.korewireless.com
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 146
{
"id": 1,
"registry": "text",
"startTime": 1,
"endTime": 1,
"subscription": "text",
"destination": "text",
"source": "text",
"status": "text",
"size": 1,
"count": 1
}
success
Authorization: apiKey
name: x-api-key
in: header
type: apiKey
curl -L -X POST 'https://api.korewireless.com/vault/subscriptions/:subscriptionid/replays' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
-H 'x-api-key: <API_KEY_VALUE>' \
--data-raw '{
"registry": "string",
"startTime": 0,
"endTime": 0,
"destination": "string",
"source": "string",
}'
Last updated