简体中文版经机器翻译而成,仅供参考。如与英语版出现任何冲突,应以英语版为准。
GetFeatureStatus
您可以使用 GetFeatureStatus 方法检索集群功能的状态。
参数
此方法具有以下输入参数:
| Name | Description | Type | 默认值 | Required |
|---|---|---|---|---|
feature |
集群功能的状态。如果未提供任何值,则系统将返回所有功能的状态。可能值:
|
string |
无 |
否 |
返回值
此方法具有以下返回值:
| Name | Description | Type |
|---|---|---|
features |
指示功能名称及其状态的功能对象数组。对象成员:
|
JSON 对象数组 |
请求示例
此方法的请求类似于以下示例:
{
"method": "GetFeatureStatus",
"params": {
},
"id": 1
}
响应示例
此方法返回类似于以下示例的响应:
{
"id": 1,
"result": {
"features": [
{
"enabled": true,
"feature": "Vvols"
},
{
"enabled": true,
"feature": "SnapMirror"
},
{
"enabled": true,
"feature": "Fips"
},
{
"enabled": true,
"feature": "FipsDrives"
},
{
"enabled": true,
"feature": "VolumeLoadBalanceOnActualIOPS"
}
]
}
}
自版本以来的新增功能
9.6