Set allowed processors for a compute node

Replaces the processor whitelist for the specified compute node.
When the list is non-empty, only processors whose source URLs match
may be executed on this node. An empty list allows all processors (open mode).

Permissions: Node owner or workspace administrator on public accounts (isPublic=true).

Path Params
string
required

The UUID of the compute node

Body Params
processors
array of strings
required

List of allowed processor source URL patterns. Each entry is a source
URL (e.g. "git://github.com/org/repo:v1"). Exact match, or omit the
tag to allow any version (e.g. "git://github.com/org/repo").
An empty array means all processors are allowed (open mode).
Data targets and service processors are always allowed regardless of this list.

processors*
Responses

Language
Credentials
Header
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json