Protected
Clear the proxy for the box
Optional
await client.v1.boxes.proxy.clear( 'c9bdc193-b54b-4ddb-a035-5ac0c598d32d',); Copy
await client.v1.boxes.proxy.clear( 'c9bdc193-b54b-4ddb-a035-5ac0c598d32d',);
Get the proxy for the box
const proxy = await client.v1.boxes.proxy.get( 'c9bdc193-b54b-4ddb-a035-5ac0c598d32d',); Copy
const proxy = await client.v1.boxes.proxy.get( 'c9bdc193-b54b-4ddb-a035-5ac0c598d32d',);
Set the proxy for the box
const response = await client.v1.boxes.proxy.set( 'c9bdc193-b54b-4ddb-a035-5ac0c598d32d', { host: '127.0.0.1', port: 8080 },); Copy
const response = await client.v1.boxes.proxy.set( 'c9bdc193-b54b-4ddb-a035-5ac0c598d32d', { host: '127.0.0.1', port: 8080 },);
Clear the proxy for the box