Deployment (Notebooks)

URL:
https://<root>/notebooks/deployments/<deploymentId>
Methods:
GET
Operations:
Terminate Deployment
Child Resources:
Notebooks
Required Capability:
Access allowed with either the "Create and edit notebooks", "Servers", or "Security and infrastructure" privileges
Version Introduced:
11.4

Description

The resource for deployment object returns information on a specific Kubernetes deployment. This is available to the owner of the container or an administrator.

Request parameters

ParameterDetails

f

The response format. The default response format is html.

Values: html | json | pjson

Example usage

The following is a sample request URL used to access a deployment resource:

1
https://organization.domain.com/context/admin/notebooks/deployments/e243d523-40a7-4c37-8266-9e7b5bc0c229?f=pjson

JSON Response example

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "privateUrl": "",
  "type": "openNotebook",
  "url": "/notebooks/fa80941bbca9404ab837c5967c80c07a",
  "notebookRuntimeVersion": "10.0",
  "revision": 1713915907561,
  "notebookRuntimeName": "ArcGIS Notebook Python 3 Advanced",
  "dateCreated": 1713915907560,
  "numNotebooks": 1,
  "deploymentId": "ktdqlmr8nyebm0qox7ivu",
  "id": "fa80941bbca9404ab837c5967c80c07a",
  "notebookRuntimeId": "7715c753-2be8-43ce-949d-9688279ebeb0",
  "username": "jane",
  "notebookToken": ""
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close