Skip to content

Commit

Permalink
make supported criteria a memeber list
Browse files Browse the repository at this point in the history
Signed-off-by: Soumya Subramanya <[email protected]>
  • Loading branch information
SNSubramanya committed Jan 8, 2024
1 parent 0a5a692 commit 730c854
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions config/v201/component_schemas/standardized/InternalCtrlr.json
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,8 @@
"variable_name": "SupportedCriteria",
"characteristics": {
"supportsMonitoring": true,
"dataType": "string"
"dataType": "MemberList",
"valuesList": "Enabled,Active,Problem,Available"
},
"attributes": [
{
Expand All @@ -519,7 +520,7 @@
}
],
"description": "List of criteria supported for a get custom report. Enabled,Active,Problem,Available",
"default": "",
"default": "Enabled,Active,Problem,Available",
"type": "string"
}
},
Expand Down
2 changes: 1 addition & 1 deletion config/v201/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
"SupportedCriteria": {
"variable_name": "SupportedCriteria",
"attributes": {
"Actual": "Enabled,Active,Available,Problem"
"Actual": "Enabled,Active,Available"
}
}
}
Expand Down

0 comments on commit 730c854

Please sign in to comment.