document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. ## create tag namespace
  2. 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"}\'
  3.  
  4. ## delete tag namespace
  5. oci raw-request --http-method DELETE --target-uri https://identity.<region>.oraclecloud.com/20160918/tagNamespaces/ocid1.tagnamespace.oc1..<unique-tagnamespace-id>
');