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.
Authentication
AuthorizationBearer
```
export JWT_BEARER_TOKEN="<jwt-bearer-token>"
# Example org name: "acme-inc
export ORG_NAME=<org-name>
# Use the JWT bearer token in your API request auth header:
curl -v -X GET -H "Content-Type: application/json" -H "Authorization: Bearer $JWT_BEARER_TOKEN" https://nico-rest-api.nico.svc.cluster.local/v2/org/$ORG_NAME/nico/user/current
```
Path parameters
org
Name of the Org
Request
This endpoint expects an object.
siteId
ID of the Site whose explored endpoints are targeted.
action
Site Explorer endpoint action to trigger.
target
Endpoint set to target.
endpointIds
BMC IP addresses to target when target is EndpointIds.
Response
The action completed for every selected endpoint.
siteId
ID of the Site whose explored endpoints were targeted.
action
Site Explorer endpoint action that completed.
target
Endpoint set that was selected.
endpointIds
BMC IP addresses for which the action completed.
Errors
400
Bad Request Error
403
Forbidden Error
404
Not Found Error
412
Precondition Failed Error
500
Internal Server Error
504
Gateway Timeout Error