Cloud Apps Workload API, gRPC: CloudApplicationService.Get
Статья создана
Обновлена 26 ноября 2024 г.
Get Current Application
gRPC request
rpc Get (google.protobuf.Empty
google.protobuf.Empty
{}
|
Field |
Description |
|
Empty |
|
CloudApplication
{
"id": "string",
"status": "Status",
"billing": {
"type": "BillingType",
"subscriptions": [
{
"instance_id": "string",
"template_id": "string"
}
]
}
}
|
Field |
Description |
|
id |
string Required field. Application Identifier |
|
status |
enum Status Required field. Application Status
|
|
billing |
Required field. Application billing info |
Billing
|
Field |
Description |
|
type |
enum BillingType Required field. Type of application billing
|
|
subscriptions[] |
Subscriptions bounded to cloud application |
Subscription
|
Field |
Description |
|
instance_id |
string Required field. Identifier of subscription instance |
|
template_id |
string Required field. Subscription template identifier |