Skip to content

Commit

Permalink
update workspace get operation example with managenetwork included (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhidaLiu authored Apr 4, 2023
1 parent ea95de5 commit a4ce032
Showing 1 changed file with 17 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,23 @@
"status": "Approved"
}
}
]
],
"managedNetwork": {
"isolationMode": "AllowOnlyApprovedOutbound",
"networkId": "00000000-1111-2222-3333-444444444444",
"outboundRules": {
"some_string": {
"type": "FQDN",
"destination": "some_string",
"status": "Inactive",
"category": "Required"
}
},
"status": {
"status": "Active",
"sparkReady": false
}
}
}
}
}
Expand Down

0 comments on commit a4ce032

Please sign in to comment.