Returns information about a specific GSLB rule.
GET https://api-<BlueCat.edge.url>/v1/api/gslbRules/{id}
Authorization: Bearer authorization token
Successful response
200 OK
Content-Type: application/JSON
{
"createdAt": 1747390074922,
"description": "GSLB Rule 1",
"excludeUnhealthyAnswers": true,
"id": "0196d890-902a-7a69-903e-3ff0af9482aa",
"modifiedAt": 1747391513632,
"name": "ZN Handling Empty Responses - all IP addresses excluded",
"prioritizeHealthyOverNoStatus": false,
"queryNames": [
{
"domain": "14.example.com",
"type": "domain"
}
],
"removeFromResponseLists": [
{
"listId": "4b4895cc-667f-47e2-b894-4f158b8e02cf",
"type": "list"
}
],
"transactionId": "0196d8a6-8420-7dcb-8aff-39b37bc1c904"
}
Note: The
createdAt and modifiedAt
fields are represented in milliseconds since the Unix Epoch.Possible error codes:
- NOT FOUND - Specific configuration not found
- BAD REQUEST - Invalid request or the ID is malformed
- INTERNAL SERVER ERROR - Unexpected error