Skip to main content
Version: 2608.1

Issue Detection Rule Inquiry API


GEThttps://ondemand.sparrowcloud.ai/api/v1/checker/{checker_key}

Description

This is the API with which users look up issue detection rule information.

Request

You can check the issue detection rules using your API key.

Response

When you send the issue detection rule inquiry API, the issue detection rule information may be returned successfully or the request may fail. For details, see Response.

Response

✔️ Success response

Request succeeded

When the issue detection rule inquiry request is processed normally, you receive 200 OK as the response.




❌ Failure response

Authentication failure

If the credentials are incorrect, you receive 401 Unauthorized.

Bad request

For a bad request, you receive 400 Bad Request.

Issue detection rule not found

If there is no issue detection rule corresponding to {checkerKey}, you receive 404 No Data.