Returns information about a specific discovery configuration.
GET https://api-<BlueCat.edge.url>/v1/api/discoveryConfigs/{id}
Authorization: Bearer authorization token
Successful response
200 OK
Content-Type: application/JSON
{
"id": "12345678-ab12-3c4d-e5fa-593bb8bd604c",
"name": "BAM Discovery",
"pollingInterval": 300,
"domainListId": "012a3b4c-d1ef-4822-bcc0-85f484392116",
"created": 1717693615532,
"modified": 1717693615532,
"config": {
"environment": "bam",
"baseUrl": "http://192.168.1.130",
"certificate": null,
"onFailure": "ABANDON",
"viewConfigs": [
{
"configurationName": "BAM1",
"viewName": "Internal",
"onFailure": "CONTINUE"
}
],
"username": {
"type": "edge",
"secretId": "1231c095-4321-4d68-ada3-12e7d73f064b"
},
"password": {
"type": "edge",
"secretId": "1231c095-1234-4d68-ada3-34e7d73f064b"
}
}
}
Note: The
created
and modified
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