{ "opencollection": "1.0.0", "info": { "name": "Fusion Applications Environment Management Data Masking Activity API", "version": "20211201" }, "items": [ { "info": { "name": "dataMaskingActivity", "type": "folder" }, "items": [ { "info": { "name": "Gets a list of all DataMaskingActivities for a fusion environment", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20211201/fusionEnvironments/:fusionEnvironmentId/dataMaskingActivities", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "fusionEnvironmentId", "value": "", "type": "path", "description": "unique FusionEnvironment identifier" }, { "name": "lifecycleState", "value": "", "type": "query", "description": "A filter that returns all resources that match the specified status" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "page", "value": "", "type": "query", "description": "The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call." }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either 'asc' or 'desc'." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending. If no value is specified timeCreated is default.\n" } ] }, "docs": "Returns a list of DataMaskingActivities.\n" }, { "info": { "name": "Creates a new Data Masking Activity", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20211201/fusionEnvironments/:fusionEnvironmentId/dataMaskingActivities", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "fusionEnvironmentId", "value": "", "type": "path", "description": "unique FusionEnvironment identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new DataMaskingActivity.\n" }, { "info": { "name": "Get DataMaskingActivity", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20211201/fusionEnvironments/:fusionEnvironmentId/dataMaskingActivities/:dataMaskingActivityId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "fusionEnvironmentId", "value": "", "type": "path", "description": "unique FusionEnvironment identifier" }, { "name": "dataMaskingActivityId", "value": "", "type": "path", "description": "Unique DataMasking run identifier." } ] }, "docs": "Gets a DataMaskingActivity by identifier" } ] } ], "bundled": true }