APINHI

List NHI sources

List NHI sources. Credential values are never returned.

GET/nhi/sources

List NHI sources. Credential values are never returned.

Query Parameters

offset?integer

Number of items to skip before returning results.

Formatint32
Range0 <= value
Default0
limit?integer

Maximum number of items to return per page.

Formatint32
Range0 <= value <= 256
Default10

Response Body

application/json

application/json

curl -X GET "https://example.com/nhi/sources"
{  "items": [    {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "provider": "microsoft_entra",      "name": "string",      "external_id": "string",      "status": "connected",      "last_checked_at": "2019-08-24T14:15:22Z",      "config": {        "provider": "microsoft_entra",        "tenant_id": "string",        "client_id": "string",        "has_client_secret": true      },      "created_at": "2019-08-24T14:15:22Z",      "updated_at": "2019-08-24T14:15:22Z"    }  ],  "meta": {    "total": 0,    "offset": 0,    "limit": 0  }}