Skip to content

Commit

Permalink
Add multiple key example to README
Browse files Browse the repository at this point in the history
  • Loading branch information
martialblog committed Jul 29, 2024
1 parent 5c4a955 commit 9d344f5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,22 @@ options:
]
}


**Data for multiple keys for an object** `-q capacity1.value,True capacity2.value,True capacity3.value,True`

{
"capacity1": {
"value": true
},
"capacity2": {
"value": true
},
"capacity3": {
"value": true
}
}


### Thresholds and Ranges

**Data**:
Expand Down

0 comments on commit 9d344f5

Please sign in to comment.