Manage nodes
Update a node (custom nodes only, unless admin)
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/json
Update an existing node.
- Id can not be updated Note on permissions:
- cloud_instance_id and managed_service_id can only be set by admins or users who own those resources
- Custom nodes are visible only to their owners
- Global nodes are visible to all users
- Admins can see and manage all nodes
Cloud ID as defined by the Scope3 API
Required string length:
1 - 64
Required range:
0 < x < 10000
Required range:
1 < x < 10000
Required range:
0 < x < 10000
Required range:
0 < x < 1
Required range:
0 < x < 100000
Required range:
0 < x < 100000
Required range:
1 < x < 30
Response
200
application/json
Node updated successfully
Create a new node. Note on permissions:
- cloud_instance_id and managed_service_id can only be set by admins or users who own those resources
- Custom nodes are visible only to their owners
- Global nodes are visible to all users
- Admins can see and manage all nodes
Required string length:
3 - 64
Required range:
0 < x < 10000
Required range:
1 < x < 10000
Cloud ID as defined by the Scope3 API
Required string length:
1 - 64
Required range:
0 < x < 10000
Required range:
0 < x < 1
Required range:
0 < x < 100000
Required range:
0 < x < 100000
Required range:
1 < x < 30
ID of the customer who owns this node (visible to admins only)
ID of the user who created the node (admin or owner only)