Compute Cloud API, REST: Instance.Create
- HTTP request
- Body parameters
- ResourcesSpec
- AttachedDiskSpec
- DiskSpec
- DiskPlacementPolicy
- AttachedFilesystemSpec
- AttachedLocalDiskSpec
- PhysicalLocalDiskSpec
- NetworkInterfaceSpec
- PrimaryAddressSpec
- OneToOneNatSpec
- DnsRecordSpec
- SchedulingPolicy
- NetworkSettings
- PlacementPolicy
- HostAffinityRule
- GpuSettings
- MetadataOptions
- SerialPortSettings
- Application
- ContainerSolutionSpec
- Secret
- BackupSpec
- Response
- Status
Creates an instance in the specified folder.
Method starts an asynchronous operation that can be cancelled while it is in progress.
HTTP request
POST https://compute.api.yandexcloud.kz/compute/v1/instances
Body parameters
{
"folderId": "string",
"name": "string",
"description": "string",
"labels": "object",
"zoneId": "string",
"platformId": "string",
"resourcesSpec": {
"memory": "string",
"cores": "string",
"coreFraction": "string",
"gpus": "string"
},
"metadata": "object",
"bootDiskSpec": {
"mode": "string",
"deviceName": "string",
"autoDelete": "boolean",
// Includes only one of the fields `diskSpec`, `diskId`
"diskSpec": {
"name": "string",
"description": "string",
"typeId": "string",
"size": "string",
"blockSize": "string",
"diskPlacementPolicy": {
"placementGroupId": "string",
"placementGroupPartition": "string"
},
// Includes only one of the fields `imageId`, `snapshotId`
"imageId": "string",
"snapshotId": "string",
// end of the list of possible fields
"kmsKeyId": "string"
},
"diskId": "string"
// end of the list of possible fields
},
"secondaryDiskSpecs": [
{
"mode": "string",
"deviceName": "string",
"autoDelete": "boolean",
// Includes only one of the fields `diskSpec`, `diskId`
"diskSpec": {
"name": "string",
"description": "string",
"typeId": "string",
"size": "string",
"blockSize": "string",
"diskPlacementPolicy": {
"placementGroupId": "string",
"placementGroupPartition": "string"
},
// Includes only one of the fields `imageId`, `snapshotId`
"imageId": "string",
"snapshotId": "string",
// end of the list of possible fields
"kmsKeyId": "string"
},
"diskId": "string"
// end of the list of possible fields
}
],
"filesystemSpecs": [
{
"mode": "string",
"deviceName": "string",
"filesystemId": "string"
}
],
"localDiskSpecs": [
{
"size": "string",
// Includes only one of the fields `physicalLocalDisk`
"physicalLocalDisk": {
"kmsKeyId": "string"
}
// end of the list of possible fields
}
],
"networkInterfaceSpecs": [
{
"index": "string",
"subnetId": "string",
"primaryV4AddressSpec": {
"address": "string",
"oneToOneNatSpec": {
"ipVersion": "string",
"address": "string",
"dnsRecordSpecs": [
{
"fqdn": "string",
"dnsZoneId": "string",
"ttl": "string",
"ptr": "boolean"
}
]
},
"dnsRecordSpecs": [
{
"fqdn": "string",
"dnsZoneId": "string",
"ttl": "string",
"ptr": "boolean"
}
]
},
"primaryV6AddressSpec": {
"address": "string",
"oneToOneNatSpec": {
"ipVersion": "string",
"address": "string",
"dnsRecordSpecs": [
{
"fqdn": "string",
"dnsZoneId": "string",
"ttl": "string",
"ptr": "boolean"
}
]
},
"dnsRecordSpecs": [
{
"fqdn": "string",
"dnsZoneId": "string",
"ttl": "string",
"ptr": "boolean"
}
]
},
"securityGroupIds": [
"string"
]
}
],
"hostname": "string",
"schedulingPolicy": {
"preemptible": "boolean"
},
"serviceAccountId": "string",
"networkSettings": {
"type": "string"
},
"placementPolicy": {
"placementGroupId": "string",
"placementGroupPartition": "string",
"hostAffinityRules": [
{
"key": "string",
"op": "string",
"values": [
"string"
]
}
]
},
"gpuSettings": {
"gpuClusterId": "string"
},
"maintenancePolicy": "string",
"maintenanceGracePeriod": "string",
"metadataOptions": {
"gceHttpEndpoint": "string",
"awsV1HttpEndpoint": "string",
"gceHttpToken": "string",
"awsV1HttpToken": "string",
"awsV2HttpEndpoint": "string",
"awsV2HttpToken": "string"
},
"serialPortSettings": {
"sshAuthorization": "string"
},
"application": {
// Includes only one of the fields `containerSolution`
"containerSolution": {
"productId": "string",
"secrets": "object",
"environment": "object"
},
// end of the list of possible fields
"cloudbackup": {
"enabled": "boolean",
"initialPolicyIds": [
"string"
],
"recoveryFromBackup": "boolean",
"backupId": "string",
"instanceRegistrationId": "string"
}
},
"reservedInstancePoolId": "string"
}
|
Field |
Description |
|
folderId |
string ID of the folder to create an instance in. |
|
name |
string Name of the instance. |
|
description |
string Description of the instance. |
|
labels |
object (map<string, string>) Resource labels as |
|
zoneId |
string ID of the availability zone where the instance resides. |
|
platformId |
string ID of the hardware platform configuration for the instance. |
|
resourcesSpec |
Computing resources of the instance, such as the amount of memory and number of cores. |
|
metadata |
object (map<string, string>) The metadata |
|
bootDiskSpec |
Boot disk to attach to the instance. |
|
secondaryDiskSpecs[] |
Array of secondary disks to attach to the instance. |
|
filesystemSpecs[] |
Array of filesystems to attach to the instance. |
|
localDiskSpecs[] |
Array of local disks to attach to the instance. |
|
networkInterfaceSpecs[] |
Network configuration for the instance. Specifies how the network interface is configured |
|
hostname |
string Host name for the instance. |
|
schedulingPolicy |
Scheduling policy configuration. |
|
serviceAccountId |
string ID of the service account to use for authentication inside the instance. |
|
networkSettings |
Network settings. |
|
placementPolicy |
Placement policy configuration. |
|
gpuSettings |
GPU settings. |
|
maintenancePolicy |
enum (MaintenancePolicy) Behaviour on maintenance events
|
|
maintenanceGracePeriod |
string (duration) Time between notification via metadata service and maintenance |
|
metadataOptions |
Options allow user to configure access to instance's metadata |
|
serialPortSettings |
Serial port settings |
|
application |
Instance application settings. |
|
reservedInstancePoolId |
string ID of the reserved instance pool that the instance should belong to. |
ResourcesSpec
|
Field |
Description |
|
memory |
string (int64) The amount of memory available to the instance, specified in bytes. |
|
cores |
string (int64) The number of cores available to the instance. |
|
coreFraction |
string (int64) Baseline level of CPU performance with the ability to burst performance above that baseline level. |
|
gpus |
string (int64) The number of GPUs available to the instance. |
AttachedDiskSpec
|
Field |
Description |
|
mode |
enum (Mode) The mode in which to attach this disk.
|
|
deviceName |
string Specifies a unique serial number of your choice that is reflected into the /dev/disk/by-id/ tree |
|
autoDelete |
boolean Specifies whether the disk will be auto-deleted when the instance is deleted. |
|
diskSpec |
Disk specification. Includes only one of the fields Only one field must by specified. |
|
diskId |
string ID of the disk that should be attached. Includes only one of the fields Only one field must by specified. |
DiskSpec
|
Field |
Description |
|
name |
string Name of the disk. |
|
description |
string Description of the disk. |
|
typeId |
string ID of the disk type. |
|
size |
string (int64) Size of the disk, specified in bytes. |
|
blockSize |
string (int64) Block size of the disk, specified in bytes. The default is 4096. |
|
diskPlacementPolicy |
Placement policy configuration. |
|
imageId |
string ID of the image to create the disk from. Includes only one of the fields |
|
snapshotId |
string ID of the snapshot to restore the disk from. Includes only one of the fields |
|
kmsKeyId |
string ID of KMS key for disk encryption |
DiskPlacementPolicy
|
Field |
Description |
|
placementGroupId |
string Placement group ID. |
|
placementGroupPartition |
string (int64) |
AttachedFilesystemSpec
|
Field |
Description |
|
mode |
enum (Mode) Mode of access to the filesystem that should be attached.
|
|
deviceName |
string Name of the device representing the filesystem on the instance. |
|
filesystemId |
string ID of the filesystem that should be attached. |
AttachedLocalDiskSpec
|
Field |
Description |
|
size |
string (int64) Size of the disk, specified in bytes. |
|
physicalLocalDisk |
Local disk configuration Includes only one of the fields |
PhysicalLocalDiskSpec
|
Field |
Description |
|
kmsKeyId |
string ID of KMS key for disk encryption |
NetworkInterfaceSpec
|
Field |
Description |
|
index |
string The index of the network interface, will be generated by the server, 0,1,2... etc if not specified. |
|
subnetId |
string ID of the subnet. |
|
primaryV4AddressSpec |
Primary IPv4 address that will be assigned to the instance for this network interface. |
|
primaryV6AddressSpec |
Primary IPv6 address that will be assigned to the instance for this network interface. IPv6 not available yet. |
|
securityGroupIds[] |
string ID's of security groups attached to the interface |
PrimaryAddressSpec
|
Field |
Description |
|
address |
string An IPv4 internal network address that is assigned to the instance for this network interface. |
|
oneToOneNatSpec |
An external IP address configuration. |
|
dnsRecordSpecs[] |
Internal DNS configuration |
OneToOneNatSpec
|
Field |
Description |
|
ipVersion |
enum (IpVersion) External IP address version.
|
|
address |
string set static IP by value |
|
dnsRecordSpecs[] |
External DNS configuration |
DnsRecordSpec
|
Field |
Description |
|
fqdn |
string FQDN (required) |
|
dnsZoneId |
string DNS zone id (optional, if not set, private zone used) |
|
ttl |
string (int64) DNS record ttl, values in 0-86400 (optional) |
|
ptr |
boolean When set to true, also create PTR DNS record (optional) |
SchedulingPolicy
|
Field |
Description |
|
preemptible |
boolean True for short-lived compute instances. For more information, see Preemptible VMs. |
NetworkSettings
|
Field |
Description |
|
type |
enum (Type) Network Type
|
PlacementPolicy
|
Field |
Description |
|
placementGroupId |
string Placement group ID. |
|
placementGroupPartition |
string (int64) Placement group partition |
|
hostAffinityRules[] |
List of affinity rules. Scheduler will attempt to allocate instances according to order of rules. |
HostAffinityRule
Affinity definition
|
Field |
Description |
|
key |
string Affinity label or one of reserved values - 'yc.hostId', 'yc.hostGroupId' |
|
op |
enum (Operator) Include or exclude action
|
|
values[] |
string Affinity value or host ID or host group ID |
GpuSettings
|
Field |
Description |
|
gpuClusterId |
string Attach instance to specified GPU cluster. |
MetadataOptions
|
Field |
Description |
|
gceHttpEndpoint |
enum (MetadataOption) Enabled access to GCE flavored metadata
|
|
awsV1HttpEndpoint |
enum (MetadataOption) Enabled access to AWS flavored metadata (IMDSv1)
|
|
gceHttpToken |
enum (MetadataOption) Enabled access to IAM credentials with GCE flavored metadata
|
|
awsV1HttpToken |
enum (MetadataOption) Enabled access to IAM credentials with AWS flavored metadata (IMDSv1)
|
|
awsV2HttpEndpoint |
enum (MetadataOption) Enabled access to AWS flavored metadata with session token (IMDSv2)
|
|
awsV2HttpToken |
enum (MetadataOption) Enabled access to STS credentials with AWS flavored metadata with session token (IMDSv2)
|
SerialPortSettings
|
Field |
Description |
|
sshAuthorization |
enum (SSHAuthorization) Authentication and authorization in serial console when using SSH protocol
|
Application
|
Field |
Description |
|
containerSolution |
Container specification. Includes only one of the fields |
|
cloudbackup |
Backup settings. |
ContainerSolutionSpec
|
Field |
Description |
|
productId |
string ID of the product. |
|
secrets |
object (map<string, Secret>) A list of the secrets. |
|
environment |
object (map<string, string>) A list of the environmets. |
Secret
|
Field |
Description |
|
id |
string ID of the secret. |
|
key |
string Name of the key. |
|
versionId |
string Version of the secret. |
BackupSpec
|
Field |
Description |
|
enabled |
boolean If true, backup is enabled. |
|
initialPolicyIds[] |
string A list of policy IDs to apply after resource registration. |
|
recoveryFromBackup |
boolean If true, recovery from backup starts on instance. |
|
backupId |
string ID of the backup to recover from. |
|
instanceRegistrationId |
string ID of the instance registration for cloud backup agent installation. |
Response
HTTP Code: 200 - OK
{
"id": "string",
"description": "string",
"createdAt": "string",
"createdBy": "string",
"modifiedAt": "string",
"done": "boolean",
"metadata": "object",
// Includes only one of the fields `error`, `response`
"error": {
"code": "integer",
"message": "string",
"details": [
"object"
]
},
"response": "object"
// 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 |
object 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 |
object The normal response of the operation in case of success. Includes only one of the fields The operation result. |
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. |