← All tags

Hosted-Compute API Reference

Manage hosted compute networking resources.

6 endpoints tagged hosted-compute, each listing its parameters and possible responses. Search or scroll the index below to jump to a specific endpoint.

No endpoints match your search.

List hosted compute network configurations for an organization

GET /orgs/{org}/settings/network-configurations

Lists all hosted compute network configurations configured in an organization.

Parameters

NameInRequiredDescription
orgpathyesThe organization name. The name is not case sensitive.
per_pagequerynoThe number of results per page (max 100). For more information, see "Using pagination in the REST API."
pagequerynoThe page number of the results to fetch. For more information, see "Using pagination in the REST API."

Responses

StatusDescriptionHas JSON body
200Responseyes

Create a hosted compute network configuration for an organization

POST /orgs/{org}/settings/network-configurations

Creates a hosted compute network configuration for an organization.

Parameters

NameInRequiredDescription
orgpathyesThe organization name. The name is not case sensitive.

Responses

StatusDescriptionHas JSON body
201Responseyes

Get a hosted compute network configuration for an organization

GET /orgs/{org}/settings/network-configurations/{network_configuration_id}

Gets a hosted compute network configuration configured in an organization.

Parameters

NameInRequiredDescription
orgpathyesThe organization name. The name is not case sensitive.
network_configuration_idpathyesUnique identifier of the hosted compute network configuration.

Responses

StatusDescriptionHas JSON body
200Responseyes

Update a hosted compute network configuration for an organization

PATCH /orgs/{org}/settings/network-configurations/{network_configuration_id}

Updates a hosted compute network configuration for an organization.

Parameters

NameInRequiredDescription
orgpathyesThe organization name. The name is not case sensitive.
network_configuration_idpathyesUnique identifier of the hosted compute network configuration.

Responses

StatusDescriptionHas JSON body
200Responseyes

Delete a hosted compute network configuration from an organization

DELETE /orgs/{org}/settings/network-configurations/{network_configuration_id}

Deletes a hosted compute network configuration from an organization.

Parameters

NameInRequiredDescription
orgpathyesThe organization name. The name is not case sensitive.
network_configuration_idpathyesUnique identifier of the hosted compute network configuration.

Responses

StatusDescriptionHas JSON body
204Responseno

Get a hosted compute network settings resource for an organization

GET /orgs/{org}/settings/network-settings/{network_settings_id}

Gets a hosted compute network settings resource configured for an organization.

Parameters

NameInRequiredDescription
orgpathyesThe organization name. The name is not case sensitive.
network_settings_idpathyesUnique identifier of the hosted compute network settings.

Responses

StatusDescriptionHas JSON body
200Responseyes