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.
GET /orgs/{org}/settings/network-configurations
Lists all hosted compute network configurations configured in an organization.
| Name | In | Required | Description |
|---|---|---|---|
org | path | yes | The organization name. The name is not case sensitive. |
per_page | query | no | The number of results per page (max 100). For more information, see "Using pagination in the REST API." |
page | query | no | The page number of the results to fetch. For more information, see "Using pagination in the REST API." |
| Status | Description | Has JSON body |
|---|---|---|
| 200 | Response | yes |
POST /orgs/{org}/settings/network-configurations
Creates a hosted compute network configuration for an organization.
| Name | In | Required | Description |
|---|---|---|---|
org | path | yes | The organization name. The name is not case sensitive. |
| Status | Description | Has JSON body |
|---|---|---|
| 201 | Response | yes |
GET /orgs/{org}/settings/network-configurations/{network_configuration_id}
Gets a hosted compute network configuration configured in an organization.
| Name | In | Required | Description |
|---|---|---|---|
org | path | yes | The organization name. The name is not case sensitive. |
network_configuration_id | path | yes | Unique identifier of the hosted compute network configuration. |
| Status | Description | Has JSON body |
|---|---|---|
| 200 | Response | yes |
PATCH /orgs/{org}/settings/network-configurations/{network_configuration_id}
Updates a hosted compute network configuration for an organization.
| Name | In | Required | Description |
|---|---|---|---|
org | path | yes | The organization name. The name is not case sensitive. |
network_configuration_id | path | yes | Unique identifier of the hosted compute network configuration. |
| Status | Description | Has JSON body |
|---|---|---|
| 200 | Response | yes |
DELETE /orgs/{org}/settings/network-configurations/{network_configuration_id}
Deletes a hosted compute network configuration from an organization.
| Name | In | Required | Description |
|---|---|---|---|
org | path | yes | The organization name. The name is not case sensitive. |
network_configuration_id | path | yes | Unique identifier of the hosted compute network configuration. |
| Status | Description | Has JSON body |
|---|---|---|
| 204 | Response | no |
GET /orgs/{org}/settings/network-settings/{network_settings_id}
Gets a hosted compute network settings resource configured for an organization.
| Name | In | Required | Description |
|---|---|---|---|
org | path | yes | The organization name. The name is not case sensitive. |
network_settings_id | path | yes | Unique identifier of the hosted compute network settings. |
| Status | Description | Has JSON body |
|---|---|---|
| 200 | Response | yes |