DataSphere API v2, REST: Project.Update
Updates the specified project.
HTTP request
PATCH https://datasphere.api.cloud.yandex.net/datasphere/v2/projects/{projectId}
Path parameters
Field |
Description |
projectId |
string Required field. ID of the Project resource to update. |
Body parameters
{
"updateMask": "string",
"name": "string",
"description": "string",
"labels": "string",
"settings": {
"serviceAccountId": "string",
"subnetId": "string",
"dataProcClusterId": "string",
"securityGroupIds": [
"string"
],
"earlyAccess": "boolean",
"ide": "string",
"defaultFolderId": "string",
"staleExecTimeoutMode": "string",
"vmInactivityTimeout": "string",
"defaultDedicatedSpec": "string"
},
"limits": {
"maxUnitsPerHour": "string",
"maxUnitsPerExecution": "string"
}
}
Field |
Description |
updateMask |
string (field-mask) A comma-separated names off ALL fields to be updated. If |
name |
string Name of the project. 0-63 characters long. |
description |
string Description of the project. 0-256 characters long. |
labels |
string Labels of the project. |
settings |
Settings of the project. |
limits |
Limits of the project. |
Settings
Field |
Description |
serviceAccountId |
string ID of the service account, on whose behalf all operations with clusters will be performed. |
subnetId |
string ID of the subnet where the DataProc cluster resides. |
dataProcClusterId |
string ID of the DataProc cluster. |
securityGroupIds[] |
string Network interfaces security groups. |
earlyAccess |
boolean Is early access preview enabled for the project. |
ide |
enum (Ide) Project IDE.
|
defaultFolderId |
string Default project folder ID. |
staleExecTimeoutMode |
enum (StaleExecutionTimeoutMode) Timeout to automatically stop stale executions.
|
vmInactivityTimeout |
string (duration) Timeout for VM deallocation. |
defaultDedicatedSpec |
string Default VM configuration for DEDICATED mode. |
Limits
Field |
Description |
maxUnitsPerHour |
string (int64) The number of units that can be spent per hour. |
maxUnitsPerExecution |
string (int64) The number of units that can be spent on the one execution. |
Response
HTTP Code: 200 - OK
{
"id": "string",
"description": "string",
"createdAt": "string",
"createdBy": "string",
"modifiedAt": "string",
"done": "boolean",
"metadata": {
"projectId": "string"
},
// Includes only one of the fields `error`, `response`
"error": {
"code": "integer",
"message": "string",
"details": [
"object"
]
},
"response": {
"id": "string",
"createdAt": "string",
"name": "string",
"description": "string",
"labels": "string",
"createdById": "string",
"settings": {
"serviceAccountId": "string",
"subnetId": "string",
"dataProcClusterId": "string",
"securityGroupIds": [
"string"
],
"earlyAccess": "boolean",
"ide": "string",
"defaultFolderId": "string",
"staleExecTimeoutMode": "string",
"vmInactivityTimeout": "string",
"defaultDedicatedSpec": "string"
},
"limits": {
"maxUnitsPerHour": "string",
"maxUnitsPerExecution": "string"
},
"communityId": "string"
}
// end of the list of possible fields
}
An Operation resource. For more information, see Operation.
Field |
Description |
id |
string ID of the operation. |
description |
string Description of the operation. 0-256 characters long. |
createdAt |
string (date-time) Creation timestamp. String in RFC3339 To work with values in this field, use the APIs described in the |
createdBy |
string ID of the user or service account who initiated the operation. |
modifiedAt |
string (date-time) The time when the Operation resource was last modified. String in RFC3339 To work with values in this field, use the APIs described in the |
done |
boolean If the value is |
metadata |
Service-specific metadata associated with the operation. |
error |
The error result of the operation in case of failure or cancellation. Includes only one of the fields The operation result. |
response |
The normal response of the operation in case of success. Includes only one of the fields The operation result. |
UpdateProjectMetadata
Field |
Description |
projectId |
string ID of the project that is being updated. |
Status
The error result of the operation in case of failure or cancellation.
Field |
Description |
code |
integer (int32) Error code. An enum value of google.rpc.Code |
message |
string An error message. |
details[] |
object A list of messages that carry the error details. |
Project
A Project resource.
Field |
Description |
id |
string ID of the project. |
createdAt |
string (date-time) String in RFC3339 To work with values in this field, use the APIs described in the |
name |
string Name of the project. 1-63 characters long. |
description |
string Description of the project. 0-256 characters long. |
labels |
string |
createdById |
string |
settings |
Settings of the project. |
limits |
Limits of the project. |
communityId |
string ID of the community that the project belongs to. |
Settings
Field |
Description |
serviceAccountId |
string ID of the service account, on whose behalf all operations with clusters will be performed. |
subnetId |
string ID of the subnet where the DataProc cluster resides. |
dataProcClusterId |
string ID of the DataProc cluster. |
securityGroupIds[] |
string Network interfaces security groups. |
earlyAccess |
boolean Is early access preview enabled for the project. |
ide |
enum (Ide) Project IDE.
|
defaultFolderId |
string Default project folder ID. |
staleExecTimeoutMode |
enum (StaleExecutionTimeoutMode) Timeout to automatically stop stale executions.
|
vmInactivityTimeout |
string (duration) Timeout for VM deallocation. |
defaultDedicatedSpec |
string Default VM configuration for DEDICATED mode. |
Limits
Field |
Description |
maxUnitsPerHour |
string (int64) The number of units that can be spent per hour. |
maxUnitsPerExecution |
string (int64) The number of units that can be spent on the one execution. |