This endpoint can be called to perform a service test on an active service.
The gateway will validate the request and generate a service test identifier which is returned. If the test request is rejected immediately then a 4XX code will be returned with reason(s) for the rejection in the response.
The gateway will internally determine the best supplier test to execute based on supplier and service specification attributes, in addition to the PROBLEM_TYPE characteristics supplied.
The service test result will be returned asynchronously via a KCI, and may also be queried via the GET /service-tests/{id} API.
Request was received by the gateway and will be acknowledged later via a KCI
Bad request - supplied request was malformed or missing mandatory parameters
Unauthorised access
The client is not permitted to access this resource.
Unprocessable entity - invalid data was provided
Unexpected Fibre Gateway error
Fibre Gateway is temporarily unavailable
{- "serviceId": "SI2345432345345",
- "problemType": "string",
- "serviceSpecification": {
- "id": "ftthl2r"
}, - "supplier": "DUMMY_SUPPLIER",
- "characteristics": [
- {
- "name": "string",
- "value": "string"
}
]
}
{- "id": 123,
- "status": "IN_PROGRESS",
- "created": "2022-01-01T09:09:33.001Z",
- "updated": "2022-01-01T09:45:39.001Z",
- "supplierReference": "A12345",
- "serviceId": "SI2345432345345",
- "problemType": "string",
- "serviceSpecification": {
- "id": "ftthl2r",
- "name": "FTTH"
}, - "supplier": "DUMMY_SUPPLIER",
- "characteristics": [
- {
- "name": "string",
- "value": "string"
}
]
}