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 Security Deck
  • Pricing policy
    • Authentication
      • Overview
        • Overview
        • List
        • Get
        • Update
        • ListRelatedResources
  • Audit Trails events
  • Release notes

In this article:

  • gRPC request
  • ListAlertRelatedResourcesRequest
  • ListAlertRelatedResourcesResponse
  • RelatedResource
  • RelatedCloudResource
  1. API reference
  2. gRPC (англ.)
  3. Alert
  4. ListRelatedResources

Security Deck Alerts API, gRPC: AlertService.ListRelatedResources

Written by
Yandex Cloud
Updated at February 3, 2026
  • gRPC request
  • ListAlertRelatedResourcesRequest
  • ListAlertRelatedResourcesResponse
  • RelatedResource
  • RelatedCloudResource

List alert related resources.

gRPC requestgRPC request

rpc ListRelatedResources (ListAlertRelatedResourcesRequest) returns (ListAlertRelatedResourcesResponse)

ListAlertRelatedResourcesRequestListAlertRelatedResourcesRequest

{
  "alert_id": "string",
  "page_size": "int64",
  "page_token": "string"
}

Field

Description

alert_id

string

Required field. Alert ID.

The maximum string length in characters is 50.

page_size

int64

Number of results per page.

The maximum value is 1000.

page_token

string

Token for the results page.

The maximum string length in characters is 200.

ListAlertRelatedResourcesResponseListAlertRelatedResourcesResponse

{
  "related_resources": [
    {
      // Includes only one of the fields `cloud_resource`
      "cloud_resource": {
        "id": "string",
        "type": "string",
        "parent": "RelatedCloudResource"
      }
      // end of the list of possible fields
    }
  ],
  "next_page_token": "string"
}

Field

Description

related_resources[]

RelatedResource

List of related resources.

next_page_token

string

Token for getting the next page of the list.

RelatedResourceRelatedResource

A resource related to some entity (e.g. to alert).

Field

Description

cloud_resource

RelatedCloudResource

A Yandex Cloud resource.

Includes only one of the fields cloud_resource.

RelatedCloudResourceRelatedCloudResource

A Yandex Cloud resource related to some entity

Field

Description

id

string

Resource ID.

type

string

Resource type (e.g. "iam.serviceAccount", "compute.instance").

parent

RelatedCloudResource

Parent for this resource.
E.g. "resource-manager.folder" if resource is in a folder.
Optional. May be absent if was not specified by alert provider.

Was the article helpful?

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