{ "opencollection": "1.0.0", "info": { "name": "Oracle Governance API", "version": "1.0" }, "items": [ { "info": { "name": "governance", "type": "folder" }, "items": [ { "info": { "name": "Starts a work request to opt the tenancy in to governance rules.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220518/organizations/:organizationId/tenancies/:organizationTenancyId/actions/addGovernance", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "OCID of the organization." }, { "name": "organizationTenancyId", "value": "", "type": "path", "description": "OCID of tenancy that is opting in to governance rules." } ] }, "docs": "Starts a work request to opt the tenancy in to governance rules." }, { "info": { "name": "Starts a work request to opt the tenancy out of governance rules.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220518/organizations/:organizationId/tenancies/:organizationTenancyId/actions/removeGovernance", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "OCID of the organization." }, { "name": "organizationTenancyId", "value": "", "type": "path", "description": "OCID of tenancy that is opting out of governance rules." } ] }, "docs": "Starts a work request to opt the tenancy out of governance rules." } ] } ], "bundled": true }