APINHI
Re-check an NHI source
Re-check the stored credentials against the provider and record the result.
POST
/nhi/sources/{source_id}/checkRe-check the stored credentials against the provider and record the result.
Path Parameters
source_id*string
Format
uuidResponse Body
application/json
application/json
curl -X POST "https://example.com/nhi/sources/497f6eca-6276-4993-bfeb-53cbbbba6f08/check"{ "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"}