- 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
Parameter | Details |
---|---|
| The response format. The default response format is Values: |
Example usage
The following is a sample request URL used to access a deployment resource:
https://organization.domain.com/context/admin/notebooks/deployments/e243d523-40a7-4c37-8266-9e7b5bc0c229?f=pjson
JSON Response example
{
"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": ""
}