The client can validate an existing tuner reservation. A reservation is valid after it is created, and invalid after it is released either per client's request or upon receiving asynchronous notification from TRM.
The format of validating a reservation is:
reservationToken: The reservation to be validated.
Validate Tuner Reservation Response Message
The general format of the response payload is:
{
validateTunerReservationResponse: {
"requestId" : [String] requestId,
<ResponseStatus>
"reservationToken" : [String] reservationToken
"valid" : [String] valid
}
}
The fields are defined below,
reservationToken: the reservation validated.
valid: a string of "true" or "false" indicates if the token is valid or not. The token is valid only if the reservationToken and device both match the record maintained by TRM.
Generated on Thu Feb 9 2023 06:32:37 for RDK Documentation (Open Sourced RDK Components) by
1.8.17