Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 Direct Cursus Technology L.L.C.
Yandex Cloud CDN
  • Getting started
  • Access management
  • Pricing policy
  • Terraform reference
    • API authentication
      • Overview
        • Overview
        • Get
        • List
        • Create
        • Update
        • Delete
        • GetProviderCName
        • GetAttributes
  • Monitoring metrics
  • Request logs
  • Audit Trails events
  • Release notes
  • Troubleshooting

In this article:

  • gRPC request
  • GetResourceAttributesRequest
  • GetResourceAttributesResponse
  • Value
  • ListValue
  1. API reference
  2. gRPC
  3. Resource
  4. GetAttributes

Cloud CDN API, gRPC: ResourceService.GetAttributes

Written by
Yandex Cloud
Updated at January 26, 2026
  • gRPC request
  • GetResourceAttributesRequest
  • GetResourceAttributesResponse
  • Value
  • ListValue

Get resource attributes.

gRPC requestgRPC request

rpc GetAttributes (GetResourceAttributesRequest) returns (GetResourceAttributesResponse)

GetResourceAttributesRequestGetResourceAttributesRequest

{
  "resource_id": "string"
}

Field

Description

resource_id

string

Required field. ID of the resource to get attributes for.

The maximum string length in characters is 50.

GetResourceAttributesResponseGetResourceAttributesResponse

{
  "attributes": {
    // Includes only one of the fields `nullValue`, `numberValue`, `stringValue`, `boolValue`, `structValue`, `listValue`
    "nullValue": "NullValue",
    "numberValue": "double",
    "stringValue": "string",
    "boolValue": "bool",
    "structValue": "google.protobuf.Struct",
    "listValue": {
      "values": [
        "Value"
      ]
    }
    // end of the list of possible fields
  }
}

Field

Description

attributes

Value

Resource attributes.

ValueValue

Field

Description

nullValue

enum NullValue

Includes only one of the fields nullValue, numberValue, stringValue, boolValue, structValue, listValue.

numberValue

double

Includes only one of the fields nullValue, numberValue, stringValue, boolValue, structValue, listValue.

stringValue

string

Includes only one of the fields nullValue, numberValue, stringValue, boolValue, structValue, listValue.

boolValue

bool

Includes only one of the fields nullValue, numberValue, stringValue, boolValue, structValue, listValue.

structValue

google.protobuf.Struct

Includes only one of the fields nullValue, numberValue, stringValue, boolValue, structValue, listValue.

listValue

ListValue

Includes only one of the fields nullValue, numberValue, stringValue, boolValue, structValue, listValue.

ListValueListValue

Field

Description

values[]

Value

Was the article helpful?

Previous
GetProviderCName
Next
Overview
© 2026 Direct Cursus Technology L.L.C.