Download OpenAPI specification:Download
psapId required | string ID of the PSAP which wishes to have test calls sent to it |
Request to update/create
location required | string |
frequency required | integer <int32> |
discrepancyRateLimit required | integer <int32> |
startDate required | string <date-time> |
endDate required | string <date-time> |
object (PrrTest) |
{- "location": "string",
- "frequency": 0,
- "discrepancyRateLimit": 0,
- "startDate": "2020-03-10T10:00:00-05:00",
- "endDate": "2020-03-11T10:00:00-05:00",
- "testConditions": {
- "hostName": "string",
- "conditions": [
- {
- "name": "TimePeriodCondition",
- "value": "string"
}
]
}
}