DATASOURCE::ARMS::Prometheis類型用于查詢Prometheus實例。
語法
{
"Type": "DATASOURCE::ARMS::Prometheis",
"Properties": {
"ResourceGroupId": String,
"RefreshOptions": String
}
}
屬性
屬性名稱 | 類型 | 必須 | 允許更新 | 描述 | 約束 |
ResourceGroupId | String | 否 | 是 | 資源組ID。 | 無 |
RefreshOptions | String | 否 | 是 | 當資源棧更新時,數據源資源的刷新策略。 | 有效值:
|
返回值
Fn::GetAtt
Prometheis:Prometheus實例列表。
ClusterIds:Prometheus實例ID列表。
屬性名稱 | 類型 | 描述 | 約束 |
ClusterIds | List | Prometheus實例ID列表。 | 無 |
Prometheis | List | Prometheus實例列表。 | 無 |
RegionId | String | 地域ID。 | 無 |
PaymentType | String | 付費類型。 | 無 |
PrometheusName | String | 實例名稱。 | 無 |
UserId | String | 用戶ID。 | 無 |
ClusterId | String | Prometheus實例ID。 | 無 |
ClusterType | String | Prometheus實例類型。 | 無 |
ResourceGroupId | String | Prometheus實例的資源組ID。 | 無 |
Tags | List | 標簽列表。 | 無 |
VSwitchId | String | 交換機ID。 | 無 |
GrafanaInstanceId | String | Grafana工作區ID。 | 無 |
SecurityGroupId | String | 安全組ID。 | 無 |
SubClustersJson | String | globalView實例的子實例JSON串。 | 無 |
VpcId | String | VPC ID。 | 無 |
示例
YAML
格式
ROSTemplateFormatVersion: '2015-09-01'
Parameters:
ResourceGroupId:
Description:
en: The ID of the resource group.
Type: String
Resources:
ExtensionDataSource:
Properties:
ResourceGroupId:
Ref: ResourceGroupId
Type: DATASOURCE::ARMS::Prometheis
Outputs:
ClusterIds:
Description: The list of cluster IDs.
Value:
Fn::GetAtt:
- ExtensionDataSource
- ClusterIds
Prometheis:
Description: The list of Prometheus.
Value:
Fn::GetAtt:
- ExtensionDataSource
- Prometheis
JSON
格式
{
"ROSTemplateFormatVersion": "2015-09-01",
"Parameters": {
"ResourceGroupId": {
"Type": "String",
"Description": {
"en": "The ID of the resource group."
}
}
},
"Resources": {
"ExtensionDataSource": {
"Type": "DATASOURCE::ARMS::Prometheis",
"Properties": {
"ResourceGroupId": {
"Ref": "ResourceGroupId"
}
}
}
},
"Outputs": {
"Prometheis": {
"Description": "The list of Prometheis.",
"Value": {
"Fn::GetAtt": [
"ExtensionDataSource",
"Prometheis"
]
}
},
"ClusterIds": {
"Description": "The list of cluster IDs.",
"Value": {
"Fn::GetAtt": [
"ExtensionDataSource",
"ClusterIds"
]
}
}
}
}
文檔內容是否對您有幫助?