v57

latestOpenAPI 3.1.0Apache-2.0raw.githubusercontent.com2026-08-012143051018.3 KB
Site Explorer

Trigger Site Explorer Endpoint Action

Clear the last exploration error or queue re-exploration for all explored endpoints at a Site or an explicit BMC IP address list.

The operation calls Core once per endpoint. If a call fails, processing stops and endpoints earlier in the list may already have completed.

User must have authorization role with PROVIDER_ADMIN suffix.

post/v2/org/{org}/nico/site-explorer/endpoint/action

Request body

siteIdstring uuid required

ID of the Site whose explored endpoints are targeted.

action'ClearError' | 'ReExplore' required

Site Explorer endpoint action to trigger.

target'All' | 'EndpointIds' required

Endpoint set to target.

endpointIdsstring[]

BMC IP addresses to target when target is EndpointIds.

Response

The action completed for every selected endpoint.

siteIdstring uuid required

ID of the Site whose explored endpoints were targeted.

action'ClearError' | 'ReExplore' required

Site Explorer endpoint action that completed.

target'All' | 'EndpointIds' required

Endpoint set that was selected.

endpointIdsstring[] required

BMC IP addresses for which the action completed.