v1

latestOpenAPI 3.0.02026-07-249372139.7 KB
Inspector

Inspector Versions

Returns a List of Inspector Versions, This ID is required for creating a metric and determining the latest version of the inspector to run against. The Latest version of the inspector can be determined by the Lastest ID in the List (Highest ID) or you can use the "CreatedOn" field to determine the latest ID. We recommend sorting by "desc" to return the latest ID at the top of the list.

get/inspector/{InspectorId}/versions

Path parameters

InspectorIdinteger required

ID of Inspector

Query parameters

fields[]string[]

Will only return the fields specified from this parameter, multiple uses of the parameter required for multiple fields

orderBy[]'asc' | 'desc'

Sort response key by Ascending or Descending order

Response

IDinteger
Namestring
CreatedOnstring
Checksumstring
PolicyManifeststring
PolicyIntegritystring

Example response

[
  {
    "ID": 26,
    "Inspector": {
      "ID": 13,
      "Name": "active-directory-inspector",
      "Alias": "Active Directory",
      "Published": true,
      "Author": "Liongard, Inc.",
      "ContactEmail": "support@liongard.com",
      "Logo": "https://resources.static.liongard.com/images/active-directory-inspector.png",
      "Icon": "https://resources.static.liongard.com/images/icons/microsoft-windows-icon.png",
      "Description": "Inspects Active Directory, returning a wide variety of data including actionable summary information such as privileged users, security policies and much more.",
      "HelpLink": "https://docs.liongard.com/docs/active-directory-inspection-setup",
      "PublishedStatus": "production",
      "InspectorCategory": "appservices",
      "DefaultFrequency": {
        "Type": "days",
        "Interval": 1
      },
      "Constraints": {
        "Tiers": [
          "core"
        ],
        "Platform": [
          "windows"
        ],
        "Frequency": {
          "MaxIntervalType": "hours",
          "MaxIntervalFrequency": 8
        },
        "AgentConstraint": [
          "customer-on-prem"
        ],
        "RecomendedAgent": "customer-on-prem"
      },
      "CreatedOn": "2021/09/10 19:21:03",
      "UpdatedOn": "2021/09/10 19:21:03"
    },
    "Name": "1.0.1-20210824-921cf729",
    "Discovers": {
      "inspectors": [
        "windows-inspector"
      ]
    },
    "CreatedOn": "2018-11-05T00:00:00.000Z"
  }
]