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" }