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 Identity and Access Management
  • Secure use of Yandex Cloud
  • Access management
  • Pricing policy
  • Role reference
  • Terraform reference
    • Authentication with the API
      • Overview
        • Overview
        • Get
        • List
        • Enable
        • Disable
        • ResolveAgent
  • Monitoring metrics
  • Audit Trails events
  • Release notes

In this article:

  • HTTP request
  • Path parameters
  • Query parameters
  • Resource
  • Response
  1. API reference
  2. REST
  3. ServiceControl
  4. ResolveAgent

Identity and Access Management API, REST: ServiceControl.ResolveAgent

Written by
Yandex Cloud
Updated at November 26, 2024
  • HTTP request
  • Path parameters
  • Query parameters
  • Resource
  • Response

Resolve agent service account for the service in the specified resource container.

HTTP requestHTTP request

GET https://iam.api.cloud.yandex.net/iam/v1/service/{serviceId}/microservice/{microserviceId}

Path parametersPath parameters

Field

Description

serviceId

string

Required field. ID of the Service.

microserviceId

string

Required field. ID of the Microservice.

Query parametersQuery parameters

Field

Description

resource

Resource

Required field. Resource container.

ResourceResource

A Resource. For more information, see Resource.

Field

Description

id

string

Required field. ID of the resource.

type

string

Required field. The type of the resource, e.g. resource-manager.folder, billing.account, compute.snapshot, etc.

ResponseResponse

HTTP Code: 200 - OK

{
  "serviceAccountId": "string",
  "serviceId": "string",
  "microserviceId": "string"
}

Field

Description

serviceAccountId

string

ID of the agent service account.

serviceId

string

ID of the service.

microserviceId

string

ID of the microservice.

Was the article helpful?

Previous
Disable
Next
Overview
Yandex project
© 2025 Yandex.Cloud LLC