Get workspace details
get
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}
Gets detailed information about an AI Data Platform Workbench workspace.
Request
Path Parameters
-
aiDataPlatformId(required): string
The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the AI Data Platform (Data Lake) instance.
-
workspaceKey(required): string
The key of the Workspace
Header Parameters
-
opc-request-id: string
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. The only valid characters for request IDs are letters, numbers, underscore, and dash.
Response
Supported Media Types
- application/json
200 Response
The AI Data Platform Workbench workspace details are retrieved.
Headers
-
etag: string
For optimistic concurrency control. See `if-match`.
-
opc-request-id: string
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Root Schema : Workspace
Type:
objectA AI Data Platform Workbench Workspace is a logical container that provides users with a collaborative development and runtime environment.
Workspace organizes and manages resources such as compute clusters, motebooks, and data orchestration workflows.
Workspace provides shared file system areas to allow for storage of notebooks, SQL scripts, and other files.
Collaboration features such as version control integration (e.g. GitHub) as well as CI/CD tools integration.
To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized, talk to
an administrator. If you're an administrator who needs to write policies to give users access, see
IAM Policies for Oracle AI Data Platform Workbench.
Show Source
-
aicUserSchemaName:
string
The name of the AIC user schema if created.
-
createdBy:
string
OCID of the user who created this record.
-
createdByName:
string
Name of the user who created this record.
-
defaultCatalogKey:
string
The key of the catalog to be used as the default catalog for this workspace. A default catalog in the workspace will allow users to use that catalog without the need to refer it in the notebook. For example, if default catalog is iCat1, and it has schema1 and table1, you can refer to the table in a notebook using: schema1.table1.
-
description:
string
Description of the workspace.
-
displayName(required):
string
A user-friendly name that has to be unique in a AI Data Platform Workbench instance.
-
isPrivateNetworkEnabled:
boolean
A flag to display whether workspace is private network enabled or not.
-
key(required):
string
The key of the AI Data Platform Workbench workspace.
-
lifecycleDetails:
string
A message that describes the current state of the workspace in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
-
lifecycleState(required):
string
Allowed Values:
[ "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED" ]The current state of the AI Data Platform Workbench workspace. -
logGroupId:
string
The OCID of the log group that contains the logs. This uniquely identifies a collection of logs within OCI Logging Service.Example:
ocid1.loggroup.oc1.iad.aaaaaaaaxxxxxx -
networkConfigurationDetails:
object WorkspaceNetworkConfigurationDetails
Private network configuration details.
-
systemTags:
object systemTags
Additional Properties Allowed: additionalPropertiesSystem tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud": {"free-tier-retained": "true"}}`
-
timeCreated(required):
string(date-time)
The date and time the AI Data Platform Workbench workspace was created, in the format defined by RFC 3339. Example: `2016-08-25T21:10:29.600Z`
-
timeUpdated:
string(date-time)
The date and time the AI Data Platform Workbench workspace was updated, in the format defined by RFC 3339. Example: `2016-08-25T21:10:29.600Z`
-
type:
string
Allowed Values:
[ "DEFAULT", "USER" ]Workspace type. Type is DEFAULT for workspace created at AI Data Platform Workbench creation, type is USER for workspace created by AI Data Platform Workbench user. -
updatedBy:
string
OCID of the user who updated this record.
-
updatedByName:
string
Name of the user who updated this record.
Nested Schema : WorkspaceNetworkConfigurationDetails
Type:
objectPrivate network configuration details.
Show Source
-
nsgIds:
array nsgIds
An array of network security group OCIDs.
-
scanDetails:
array scanDetails
Maximum Number of Items:
15An array of fqdn/port pairs used to create private endpoint. Each object is a simple key-value pair with FQDN as key and port number as value. [ { fqdn: "scan1.oracle.com", port: "1521"}, { fqdn: "scan2.oracle.com", port: "1521" } ] -
subnetId:
string
Minimum Length:
1Maximum Length:255The OCID of a subnet.
Nested Schema : systemTags
Type:
objectAdditional Properties Allowed
Show Source
-
object additionalProperties
Additional Properties Allowed: additionalPropertiesKey-value pair representing a system tag key and value, scoped to a namespace. Example: `{"free-tier-retained": "true"}`
System tags for this resource. Each key is predefined and scoped to a namespace.
Example: `{"orcl-cloud": {"free-tier-retained": "true"}}`
Nested Schema : nsgIds
Type:
arrayMinimum Length:
1Maximum Length:
255An array of network security group OCIDs.
Show Source
Nested Schema : scanDetails
Type:
arrayMaximum Number of Items:
15An array of fqdn/port pairs used to create private endpoint. Each object is a simple key-value pair with FQDN as key and port number as value.
[ { fqdn: "scan1.oracle.com", port: "1521"}, { fqdn: "scan2.oracle.com", port: "1521" } ]
Show Source
-
Array of:
object Scan
Single Client Access Name (SCAN) is the object with a fully-qualified domain name and a port number.
Nested Schema : Scan
Type:
objectSingle Client Access Name (SCAN) is the object with a fully-qualified domain name and a port number.
Show Source
-
fqdn:
string
A fully-qualified domain name (FQDN).
-
port:
string
Port number of the FQDN.
Nested Schema : additionalProperties
Type:
objectAdditional Properties Allowed
Show Source
-
object additionalProperties
The value of the tag. Only the String type is supported.
Key-value pair representing a system tag key and value, scoped to a namespace.
Example: `{"free-tier-retained": "true"}`
Nested Schema : additionalProperties
Type:
objectThe value of the tag. Only the String type is supported.
400 Response
Bad Request (invalid query parameters, malformed headers, and so on).
Headers
-
opc-request-id: string
Unique Oracle-assigned ID for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Root Schema : Error
Type:
objectError information.
Show Source
-
code(required):
string
A short error code that defines the error, meant for programmatic parsing.
-
message(required):
string
A human-readable error message.
401 Response
Unauthorized (missing or expired credentials, and so on).
Headers
-
opc-request-id: string
Unique Oracle-assigned ID for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Root Schema : Error
Type:
objectError information.
Show Source
-
code(required):
string
A short error code that defines the error, meant for programmatic parsing.
-
message(required):
string
A human-readable error message.
404 Response
Not Found. The requested resource was not found.
Headers
-
opc-request-id: string
Unique Oracle-assigned ID for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Root Schema : Error
Type:
objectError information.
Show Source
-
code(required):
string
A short error code that defines the error, meant for programmatic parsing.
-
message(required):
string
A human-readable error message.
429 Response
Too Many Requests. Too many requests sent to the server in a short period.
Headers
-
opc-request-id: string
Unique Oracle-assigned ID for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Root Schema : Error
Type:
objectError information.
Show Source
-
code(required):
string
A short error code that defines the error, meant for programmatic parsing.
-
message(required):
string
A human-readable error message.
500 Response
Internal Server Error. The server encountered an unexpected condition preventing fulfilment of the request.
Headers
-
opc-request-id: string
Unique Oracle-assigned ID for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Root Schema : Error
Type:
objectError information.
Show Source
-
code(required):
string
A short error code that defines the error, meant for programmatic parsing.
-
message(required):
string
A human-readable error message.
Default Response
Unknown Error. Error is not recognized by the system.
Headers
-
opc-request-id: string
Unique Oracle-assigned ID for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Root Schema : Error
Type:
objectError information.
Show Source
-
code(required):
string
A short error code that defines the error, meant for programmatic parsing.
-
message(required):
string
A human-readable error message.