/v1/api/discoveryConfigs (GET) - BlueCat Edge - Service Point v4.x.x

BlueCat Edge User Guide

Locale
English
Product name
BlueCat Edge
Version
Service Point v4.x.x

Returns configuration information about all discovery configurations

GET https://api-<BlueCat.edge.url>/v1/api/discoveryConfigs
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:
  • INTERNAL SERVER ERROR - Unexpected error