Returns configuration information about all discovery instances
GET https://api-<BlueCat.edge.url>/v1/api/discoveryInstances
Authorization: Bearer authorization token
Successful response
200 OK
Content-Type: application/JSON
[
{
"id": "46b2afdd-f735-421a-b489-6f7b1f35dd7d",
"name": "BAM Discovery Instance",
"servicePointId": "test_fsp_1-a9kf321st-abc2bcnab5pq",
"serviceInstanceId": "f123a456da789f8c82e8e15356fe215f",
"created": 1717693726463,
"modified": 1717693726463,
"lastSync": 1717696791055,
"discoveryIds": [
"12345678-ab12-3c4d-e5fa-593bb8bd604c"
],
"health": "HEALTHY",
"healthUpdated": 1717696791055,
"healthMessages": [],
"spService": {
"version": "1.0.0",
"targetVersion": "1.0.0",
"status": "HEALTHY",
"updateStatus": "OK",
"errorConditions": []
}
},
...
]
Note: The
created
, modified
,
lastSync
, and healthUpdated
fields are represented in
milliseconds since the Unix Epoch.Possible error codes:
- INTERNAL SERVER ERROR - Unexpected error