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
        • ListAttributes
  • Monitoring metrics
  • Request logs
  • Audit Trails events
  • Release notes
  • Troubleshooting

In this article:

  • gRPC request
  • ListResourceAttributesRequest
  • ListResourceAttributesResponse
  • Value
  • ListValue
  1. API reference
  2. gRPC
  3. Resource
  4. ListAttributes

Cloud CDN API, gRPC: ResourceService.ListAttributes

Written by
Yandex Cloud
Updated at February 24, 2026
  • gRPC request
  • ListResourceAttributesRequest
  • ListResourceAttributesResponse
  • Value
  • ListValue

List resource attributes.

gRPC requestgRPC request

rpc ListAttributes (ListResourceAttributesRequest) returns (ListResourceAttributesResponse)

ListResourceAttributesRequestListResourceAttributesRequest

{
  "folder_id": "string"
}

Field

Description

folder_id

string

Required field. Folder ID to list attributes.

The maximum string length in characters is 50.

ListResourceAttributesResponseListResourceAttributesResponse

{
  "attributes": "map<string, Value>"
}

Field

Description

attributes

object (map<string, Value>)

Mapping resource ID to its 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
GetAttributes
Next
Overview
© 2026 Direct Cursus Technology L.L.C.