79328260

Date: 2025-01-04 04:50:15
Score: 0.5
Natty:
Report link

Here is a way if you want the property name with status:

$ jq '.provisionInfo | with_entries(.value = .value.Status)' tmp.json 

{
  "2b66706e-237c-4d05-b3c0-31b03186b9e5": "Up",
  "3fb6886e-9877c-4d05-b39f-31b03186b9e5": "Up"
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: nntrn