Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ## create tag namespace
- oci raw-request --http-method POST --target-uri https://identity.<region>.oraclecloud.com/20160918/tagNamespaces --request-body '{"compartmentId" : "ocid1.compartment.oc1..<unique-compartment-id>","name" : "RunCommandOnComputeInstance","description" : "Allow compute instances with this tag to run commands"}'
- ## delete tag namespace
- oci raw-request --http-method DELETE --target-uri https://identity.<region>.oraclecloud.com/20160918/tagNamespaces/ocid1.tagnamespace.oc1..<unique-tagnamespace-id>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement