Requirements - API Key and Syntax
Header Every API call must include a header with a key called client-api-key and its value (case sensitive).- Coordinator IP Address/Hostname - The IP address or hostname of the Coordinator.
- Coordinator UI Port - The port number you defined during installation. By default, this is 8000.
- Coordinator ID - The ID assigned by Incredibuild to your Coordinator. You can view this in the Coordinator Manager > Settings > API Access area.
Perform Actions
HTTP Method - POST
Single node
POST /api/buildCache/nodes/{nodeName}/action} Response: {status code}Multiple nodes
POST /api/buildcache/nodes/{action}
Response: {status code}