Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex DataSphere
  • Getting started
  • Terraform reference
    • Overview
    • Authentication with the API
      • Overview
        • Overview
        • Create
        • Update
        • Delete
        • Open
        • Get
        • List
        • GetUnitBalance
        • SetUnitBalance
        • Execute
        • ListAccessBindings
        • SetAccessBindings
        • UpdateAccessBindings
        • AddResource
        • RemoveResource
        • GetRestrictionsMeta
        • GetRestrictions
        • SetRestrictions
  • Audit Trails events
  • Access management
  • Pricing policy
  • Public materials
  • Release notes

In this article:

  • HTTP request
  • Response
  • RestrictionMeta
  1. API reference
  2. REST
  3. Project
  4. GetRestrictionsMeta

DataSphere API v2, REST: Project.GetRestrictionsMeta

Written by
Yandex Cloud
Updated at November 26, 2024
  • HTTP request
  • Response
  • RestrictionMeta

Get meta information about available restrictions.

HTTP requestHTTP request

GET https://datasphere.api.cloud.yandex.net/datasphere/v2/projects/restrictionsMeta

ResponseResponse

HTTP Code: 200 - OK

{
  "restrictionsMeta": [
    {
      "name": "string",
      "valueType": "string"
    }
  ]
}

Field

Description

restrictionsMeta[]

RestrictionMeta

List of restrictions.

RestrictionMetaRestrictionMeta

Field

Description

name

string

Name of restriction.

valueType

enum (RestrictionValueType)

Value type of restriction.

  • RESTRICTION_VALUE_TYPE_UNSPECIFIED
  • BOOLEAN
  • LONG
  • STRING

Was the article helpful?

Previous
RemoveResource
Next
GetRestrictions
Yandex project
© 2025 Yandex.Cloud LLC