| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Yandex Cloud API | rest | https://iam.api.cloud.yandex.net/ | link | — | — | — |
| Yandex Disk REST API | rest | https://cloud-api.yandex.net/ | link | — | — | — |
| Yandex Direct API | rest | https://api.direct.yandex.com/ | link | — | — | — |
| Yandex Maps API | rest | https://api-maps.yandex.ru/ | link | — | — | — |
| Yandex Search API | rest | https://yandex.cloud/ | link | — | — | — |
| Yandex Wiki API | rest | https://api.wiki.yandex.net/ | link | — | — | — |
Actions (21)
Compute Cloud · 11
- Attach disk to instancePOST /compute/v1/instances/{instanceId}:attachDisk
Attaches a disk to the specified instance.
documented - Create diskPOST /compute/v1/disks
Creates a disk in the specified folder.
documented - Create instancePOST /compute/v1/instances
Creates an Instance resource.
documented - Delete instanceDELETE /compute/v1/instances/{instanceId}
Deletes the specified Instance.
documented - Get diskGET /compute/v1/disks/{diskId}
Returns the specified Disk resource.
documented - Get instanceGET /compute/v1/instances/{instanceId}
Returns a specific Instance resource.
documented - Get serial port outputGET /compute/v1/instances/{instanceId}:serialPortOutput
Returns the serial port output for the specified instance.
documented - List disksGET /compute/v1/disks
Lists Disk resources in the specified folder.
documented - List instancesGET /compute/v1/instances
Lists Instance resources in a folder.
documented - Update Instance MetadataPOST /compute/v1/instances/{instanceId}/updateMetadata
Updates metadata for the specified instance.
documented - Update instancePATCH /compute/v1/instances/{instanceId}
Updates the specified Instance.
documented
Disk · 4
- Download public resourceGET /v1/disk/resources/download?public_key={public_key}
Obtain a URL to download a public Disk resource.
documented - Get upload URLGET /v1/disk/resources/upload
Obtain a URL to upload a file to a path.
documented - List resourcesGET /v1/disk/resources
List resources at a given path on the user's Disk.
documented - Upload file to Disk (via pre-signed URL)PUT <upload_href>
Upload a file using the pre-signed URL returned by the upload endpoint.
documented