{ "opencollection": "1.0.0", "info": { "name": "Media Services API", "version": "20211101" }, "items": [ { "info": { "name": "mediaServices", "type": "folder" }, "items": [ { "info": { "name": "Gets a list of all MediaAssetSummary in a compartment.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20211101/mediaAssets", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The ID of the compartment in which to list resources." }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only the resources that match the entire display name given." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "page", "value": "", "type": "query", "description": "A token representing the position at which to start retrieving results. This must come from the\n`opc-next-page` header field of a previous response.\n" }, { "name": "lifecycleState", "value": "", "type": "query", "description": "A filter to return only the resources with lifecycleState matching the given lifecycleState." }, { "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.\n" }, { "name": "distributionChannelId", "value": "", "type": "query", "description": "Unique DistributionChannel identifier." }, { "name": "parentMediaAssetId", "value": "", "type": "query", "description": "Unique MediaAsset identifier of the asset from which this asset is derived." }, { "name": "masterMediaAssetId", "value": "", "type": "query", "description": "Unique MediaAsset identifier of the first asset upload." }, { "name": "type", "value": "", "type": "query", "description": "Filter MediaAsset by the asset type." }, { "name": "bucketName", "value": "", "type": "query", "description": "Filter MediaAsset by the bucket where the object is stored." }, { "name": "objectName", "value": "", "type": "query", "description": "Filter MediaAsset by the name of the object in object storage." }, { "name": "mediaWorkflowJobId", "value": "", "type": "query", "description": "The ID of the MediaWorkflowJob used to produce this asset, if this parameter is supplied then the workflow ID must also be supplied." }, { "name": "sourceMediaWorkflowId", "value": "", "type": "query", "description": "The ID of the MediaWorkflow used to produce this asset." }, { "name": "sourceMediaWorkflowVersion", "value": "", "type": "query", "description": "The version of the MediaWorkflow used to produce this asset." } ] }, "docs": "Returns a list of MediaAssetSummary.\n" }, { "info": { "name": "Creates a new MediaAsset", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20211101/mediaAssets", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new MediaAsset.\n" }, { "info": { "name": "Get MediaAsset", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20211101/mediaAssets/:mediaAssetId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "mediaAssetId", "value": "", "type": "path", "description": "Unique MediaAsset identifier" } ] }, "docs": "Gets a MediaAsset by identifier." }, { "info": { "name": "Update the MediaAsset identified by the ID.", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1/20211101/mediaAssets/:mediaAssetId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "mediaAssetId", "value": "", "type": "path", "description": "Unique MediaAsset identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the MediaAsset." }, { "info": { "name": "Delete a provisioned MediaAsset", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20211101/mediaAssets/:mediaAssetId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "mediaAssetId", "value": "", "type": "path", "description": "Unique MediaAsset identifier" }, { "name": "deleteMode", "value": "", "type": "query", "description": "DeleteMode decides whether to delete all the immediate children or all assets with the asset's ID as their masterMediaAssetId." } ] }, "docs": "Deletes a MediaAsset resource by identifier. If DeleteChildren is passed in as the mode, all the assets with the parentMediaAssetId matching the ID will be deleted. If DeleteDerivatives is set as the mode, all the assets with the masterMediaAssetId matching the ID will be deleted." }, { "info": { "name": "Add a lock to an MediaAsset.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20211101/mediaAssets/:mediaAssetId/actions/addLock", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "mediaAssetId", "value": "", "type": "path", "description": "Unique MediaAsset identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add a lock to an MediaAsset.\n" }, { "info": { "name": "Moves an asset into a different compartment.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20211101/mediaAssets/:mediaAssetId/actions/changeCompartment", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "mediaAssetId", "value": "", "type": "path", "description": "Unique MediaAsset identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Moves a MediaAsset resource from one compartment identifier to another." }, { "info": { "name": "Remove a lock from an MediaAsset.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20211101/mediaAssets/:mediaAssetId/actions/removeLock", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "mediaAssetId", "value": "", "type": "path", "description": "Unique MediaAsset identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Remove a lock to an MediaAsset.\n" }, { "info": { "name": "List MediaAssetDistributionChannelAttachments for MediaAsset.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20211101/mediaAssets/:mediaAssetId/distributionChannelAttachments", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "mediaAssetId", "value": "", "type": "path", "description": "Unique MediaAsset identifier" }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only the resources that match the entire display name given." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "page", "value": "", "type": "query", "description": "A token representing the position at which to start retrieving results. This must come from the\n`opc-next-page` header field of a previous response.\n" }, { "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.\n" }, { "name": "distributionChannelId", "value": "", "type": "query", "description": "Unique DistributionChannel identifier." } ] }, "docs": "Lists the MediaAssetDistributionChannelAttachments for a MediaAsset by identifier." }, { "info": { "name": "Get a MediaAssetDistributionChannelAttachment for a MediaAsset.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20211101/mediaAssets/:mediaAssetId/distributionChannelAttachments/:distributionChannelId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "mediaAssetId", "value": "", "type": "path", "description": "Unique MediaAsset identifier" }, { "name": "distributionChannelId", "value": "", "type": "path", "description": "Unique DistributionChannel identifier." }, { "name": "version", "value": "", "type": "query", "description": "Version of the attachment." } ] }, "docs": "Gets a MediaAssetDistributionChannelAttachment for a MediaAsset by identifiers." }, { "info": { "name": "Deletes a MediaAsset from DistributionChannel.", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20211101/mediaAssets/:mediaAssetId/distributionChannelAttachments/:distributionChannelId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "mediaAssetId", "value": "", "type": "path", "description": "Unique MediaAsset identifier" }, { "name": "distributionChannelId", "value": "", "type": "path", "description": "Unique DistributionChannel identifier." }, { "name": "version", "value": "", "type": "query", "description": "Version of the attachment." } ] }, "docs": "Deletes a MediaAsset from the DistributionChannel by identifiers." }, { "info": { "name": "Gets a list of all MediaWorkflowConfigurations in a compartment.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20211101/mediaWorkflowConfigurations", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The ID of the compartment in which to list resources." }, { "name": "lifecycleState", "value": "", "type": "query", "description": "A filter to return only the resources with lifecycleState matching the given lifecycleState." }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only the resources that match the entire display name given." }, { "name": "id", "value": "", "type": "query", "description": "Unique MediaWorkflowConfiguration identifier." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "page", "value": "", "type": "query", "description": "A token representing the position at which to start retrieving results. This must come from the\n`opc-next-page` header field of a previous response.\n" }, { "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\norder for displayName is ascending.\n" } ] }, "docs": "Returns a list of MediaWorkflowConfigurations.\n" }, { "info": { "name": "Creates a new MediaWorkflowConfiguration.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20211101/mediaWorkflowConfigurations", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new MediaWorkflowConfiguration.\n" }, { "info": { "name": "Get MediaWorkflowConfiguration", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20211101/mediaWorkflowConfigurations/:mediaWorkflowConfigurationId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "mediaWorkflowConfigurationId", "value": "", "type": "path", "description": "Unique MediaWorkflowConfiguration identifier." } ] }, "docs": "Gets a MediaWorkflowConfiguration by identifier" }, { "info": { "name": "Update the MediaWorkflowConfiguration identified by the ID.", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1/20211101/mediaWorkflowConfigurations/:mediaWorkflowConfigurationId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "mediaWorkflowConfigurationId", "value": "", "type": "path", "description": "Unique MediaWorkflowConfiguration identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the MediaWorkflowConfiguration." }, { "info": { "name": "Deletes a provisioned MediaWorkflowConfiguration.", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20211101/mediaWorkflowConfigurations/:mediaWorkflowConfigurationId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "mediaWorkflowConfigurationId", "value": "", "type": "path", "description": "Unique MediaWorkflowConfiguration identifier." } ] }, "docs": "Deletes a MediaWorkflowConfiguration resource by identifier." }, { "info": { "name": "Add a lock to a MediaWorkflowConfiguration.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20211101/mediaWorkflowConfigurations/:mediaWorkflowConfigurationId/actions/addLock", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "mediaWorkflowConfigurationId", "value": "", "type": "path", "description": "Unique MediaWorkflowConfiguration identifier." } ] }, "docs": "Add a lock to a MediaWorkflowConfiguration.\n" }, { "info": { "name": "Moves a resource into a different compartment.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20211101/mediaWorkflowConfigurations/:mediaWorkflowConfigurationId/actions/changeCompartment", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "mediaWorkflowConfigurationId", "value": "", "type": "path", "description": "Unique MediaWorkflowConfiguration identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Moves a MediaWorkflowConfiguration resource from one compartment identifier to another. When provided, If-Match is checked against ETag values of the resource." }, { "info": { "name": "Remove a lock from a MediaWorkflowConfiguration.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20211101/mediaWorkflowConfigurations/:mediaWorkflowConfigurationId/actions/removeLock", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "mediaWorkflowConfigurationId", "value": "", "type": "path", "description": "Unique MediaWorkflowConfiguration identifier." } ] }, "docs": "Remove a lock from a MediaWorkflowConfiguration.\n" }, { "info": { "name": "List MediaWorkflowJobs in a compartment", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20211101/mediaWorkflowJobs", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The ID of the compartment in which to list resources." }, { "name": "id", "value": "", "type": "query", "description": "unique MediaWorkflowJob identifier" }, { "name": "mediaWorkflowId", "value": "", "type": "query", "description": "Unique MediaWorkflow identifier." }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only the resources that match the entire display name given." }, { "name": "lifecycleState", "value": "", "type": "query", "description": "A filter to return only the resources with lifecycleState matching the given lifecycleState." }, { "name": "page", "value": "", "type": "query", "description": "A token representing the position at which to start retrieving results. This must come from the\n`opc-next-page` header field of a previous response.\n" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "sortBy", "value": "", "type": "query", "description": "The parameter sort by." }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either 'ASC' or 'DESC'." } ] }, "docs": "Lists the MediaWorkflowJobs." }, { "info": { "name": "Creates and runs a MediaWorkflowJob for the the MediaWorkflow identified by mediaWorkflowId", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20211101/mediaWorkflowJobs", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Run the MediaWorkflow according to the given mediaWorkflow definition and configuration." }, { "info": { "name": "Get MediaWorkflowJob identified by the mediaWorkflowId and jobId", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20211101/mediaWorkflowJobs/:mediaWorkflowJobId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "mediaWorkflowJobId", "value": "", "type": "path", "description": "Unique MediaWorkflowJob identifier." } ] }, "docs": "Gets the MediaWorkflowJob." }, { "info": { "name": "Update the MediaWorkflowJob identified by the id", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1/20211101/mediaWorkflowJobs/:mediaWorkflowJobId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "mediaWorkflowJobId", "value": "", "type": "path", "description": "Unique MediaWorkflowJob identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the MediaWorkflowJob." }, { "info": { "name": "Cancel a MediaWorkflowJob identified by the mediaWorkflowJobId", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20211101/mediaWorkflowJobs/:mediaWorkflowJobId", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "mediaWorkflowJobId", "value": "", "type": "path", "description": "Unique MediaWorkflowJob identifier." } ] }, "docs": "This is an asynchronous operation. The MediaWorkflowJob lifecycleState will change to CANCELING temporarily until the job is completely CANCELED." }, { "info": { "name": "Add a lock to a MediaWorkflowJob.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20211101/mediaWorkflowJobs/:mediaWorkflowJobId/actions/addLock", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "mediaWorkflowJobId", "value": "", "type": "path", "description": "Unique MediaWorkflowJob identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add a lock to a MediaWorkflowJob.\n" }, { "info": { "name": "Moves a resource into a different compartment.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20211101/mediaWorkflowJobs/:mediaWorkflowJobId/actions/changeCompartment", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "mediaWorkflowJobId", "value": "", "type": "path", "description": "Unique MediaWorkflowJob identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Moves a MediaWorkflowJob resource from one compartment identifier to another." }, { "info": { "name": "Remove a lock from a MediaWorkflowJob.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20211101/mediaWorkflowJobs/:mediaWorkflowJobId/actions/removeLock", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "mediaWorkflowJobId", "value": "", "type": "path", "description": "Unique MediaWorkflowJob identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Remove a lock from a MediaWorkflowJob.\n" }, { "info": { "name": "Gets a list of all MediaWorkflowTaskDeclarations.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20211101/mediaWorkflowTaskDeclarations", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The ID of the compartment in which to list resources." }, { "name": "name", "value": "", "type": "query", "description": "A filter to return only the resources with their system defined, unique name matching the given name." }, { "name": "version", "value": "", "type": "query", "description": "A filter to select MediaWorkflowTaskDeclaration by version." }, { "name": "isCurrent", "value": "", "type": "query", "description": "A filter to only select the newest version for each MediaWorkflowTaskDeclaration name." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. Only one sort order may be provided.\n" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "page", "value": "", "type": "query", "description": "A token representing the position at which to start retrieving results. This must come from the\n`opc-next-page` header field of a previous response.\n" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either 'ASC' or 'DESC'." } ] }, "docs": "Returns a list of MediaWorkflowTaskDeclarations.\n" }, { "info": { "name": "Lists the MediaWorkflows.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20211101/mediaWorkflows", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The ID of the compartment in which to list resources." }, { "name": "id", "value": "", "type": "query", "description": "Unique MediaWorkflow identifier." }, { "name": "lifecycleState", "value": "", "type": "query", "description": "A filter to return only the resources with lifecycleState matching the given lifecycleState." }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only the resources that match the entire display name given." }, { "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\norder for displayName is ascending.\n" }, { "name": "page", "value": "", "type": "query", "description": "A token representing the position at which to start retrieving results. This must come from the\n`opc-next-page` header field of a previous response.\n" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." } ] }, "docs": "Lists the MediaWorkflows." }, { "info": { "name": "Creates a new MediaWorkflow.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20211101/mediaWorkflows", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new MediaWorkflow.\n" }, { "info": { "name": "Gets MediaWorkflow.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20211101/mediaWorkflows/:mediaWorkflowId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "mediaWorkflowId", "value": "", "type": "path", "description": "Unique MediaWorkflow identifier." } ] }, "docs": "Gets a MediaWorkflow by identifier." }, { "info": { "name": "Updates the MediaWorkflow identified by the ID.", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1/20211101/mediaWorkflows/:mediaWorkflowId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "mediaWorkflowId", "value": "", "type": "path", "description": "Unique MediaWorkflow identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the MediaWorkflow." }, { "info": { "name": "Deletes a MediaWorkflow identified by the mediaWorkflowId.", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20211101/mediaWorkflows/:mediaWorkflowId", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "mediaWorkflowId", "value": "", "type": "path", "description": "Unique MediaWorkflow identifier." } ] }, "docs": "The MediaWorkflow lifecycleState will change to DELETED." }, { "info": { "name": "Add a lock to a MediaWorkflow.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20211101/mediaWorkflows/:mediaWorkflowId/actions/addLock", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "mediaWorkflowId", "value": "", "type": "path", "description": "Unique MediaWorkflow identifier." } ] }, "docs": "Add a lock to a MediaWorkflow.\n" }, { "info": { "name": "Moves a resource into a different compartment.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20211101/mediaWorkflows/:mediaWorkflowId/actions/changeCompartment", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "mediaWorkflowId", "value": "", "type": "path", "description": "Unique MediaWorkflow identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Moves a MediaWorkflow resource from one compartment identifier to another." }, { "info": { "name": "Remove a lock from a MediaWorkflow.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20211101/mediaWorkflows/:mediaWorkflowId/actions/removeLock", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "mediaWorkflowId", "value": "", "type": "path", "description": "Unique MediaWorkflow identifier." } ] }, "docs": "Remove a lock from a MediaWorkflow.\n" }, { "info": { "name": "Lists the StreamCdnConfig.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20211101/streamCdnConfigs", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "distributionChannelId", "value": "", "type": "query", "description": "The Stream Distribution Channel identifier this CdnConfig belongs to.\n" }, { "name": "id", "value": "", "type": "query", "description": "Unique StreamCdnConfig identifier." }, { "name": "lifecycleState", "value": "", "type": "query", "description": "A filter to return only the resources with lifecycleState matching the given lifecycleState." }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only the resources that match the entire display name given." }, { "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\norder for displayName is ascending.\n" }, { "name": "page", "value": "", "type": "query", "description": "A token representing the position at which to start retrieving results. This must come from the\n`opc-next-page` header field of a previous response.\n" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." } ] }, "docs": "Lists the StreamCdnConfig." }, { "info": { "name": "Creates a new CDN Configuration.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20211101/streamCdnConfigs", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new CDN Configuration.\n" }, { "info": { "name": "Gets StreamCdnConfig.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20211101/streamCdnConfigs/:streamCdnConfigId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "streamCdnConfigId", "value": "", "type": "path", "description": "Unique StreamCdnConfig identifier." } ] }, "docs": "Gets a StreamCdnConfig by identifier." }, { "info": { "name": "Updates the StreamCdnConfig identified by the ID.", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1/20211101/streamCdnConfigs/:streamCdnConfigId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "streamCdnConfigId", "value": "", "type": "path", "description": "Unique StreamCdnConfig identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the StreamCdnConfig." }, { "info": { "name": "Deletes a StreamCdnConfig identified by the streamCdnConfigId.", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20211101/streamCdnConfigs/:streamCdnConfigId", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "streamCdnConfigId", "value": "", "type": "path", "description": "Unique StreamCdnConfig identifier." } ] }, "docs": "The StreamCdnConfig lifecycleState will change to DELETED." }, { "info": { "name": "Add a lock to a StreamCdnConfig.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20211101/streamCdnConfigs/:streamCdnConfigId/actions/addLock", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "streamCdnConfigId", "value": "", "type": "path", "description": "Unique StreamCdnConfig identifier." } ] }, "docs": "Add a lock to a StreamCdnConfig.\n" }, { "info": { "name": "Remove a lock from a StreamCdnConfig.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20211101/streamCdnConfigs/:streamCdnConfigId/actions/removeLock", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "streamCdnConfigId", "value": "", "type": "path", "description": "Unique StreamCdnConfig identifier." } ] }, "docs": "Remove a lock from a StreamCdnConfig.\n" }, { "info": { "name": "Lists Stream Distribution Channels.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20211101/streamDistributionChannels", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The ID of the compartment in which to list resources." }, { "name": "id", "value": "", "type": "query", "description": "Unique Stream Distribution Channel identifier." }, { "name": "lifecycleState", "value": "", "type": "query", "description": "A filter to return only the resources with lifecycleState matching the given lifecycleState." }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only the resources that match the entire display name given." }, { "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\norder for displayName is ascending.\n" }, { "name": "page", "value": "", "type": "query", "description": "A token representing the position at which to start retrieving results. This must come from the\n`opc-next-page` header field of a previous response.\n" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." } ] }, "docs": "Lists the Stream Distribution Channels." }, { "info": { "name": "Creates a new Stream Distribution Channel", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20211101/streamDistributionChannels", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Stream Distribution Channel.\n" }, { "info": { "name": "Gets a Stream Distribution Channel.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20211101/streamDistributionChannels/:streamDistributionChannelId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "streamDistributionChannelId", "value": "", "type": "path", "description": "Unique Stream Distribution Channel path identifier." } ] }, "docs": "Gets a Stream Distribution Channel by identifier." }, { "info": { "name": "Update the Stream Distribution Channel identified by the id", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1/20211101/streamDistributionChannels/:streamDistributionChannelId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "streamDistributionChannelId", "value": "", "type": "path", "description": "Unique Stream Distribution Channel path identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the Stream Distribution Channel." }, { "info": { "name": "Deletes a Stream Distribution Channel identified by the streamDistributionChannelId.", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20211101/streamDistributionChannels/:streamDistributionChannelId", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "streamDistributionChannelId", "value": "", "type": "path", "description": "Unique Stream Distribution Channel path identifier." } ] }, "docs": "The Stream Distribution Channel lifecycleState will change to DELETED." }, { "info": { "name": "Add a lock to a StreamDistributionChannel.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20211101/streamDistributionChannels/:streamDistributionChannelId/actions/addLock", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "streamDistributionChannelId", "value": "", "type": "path", "description": "Unique Stream Distribution Channel path identifier." } ] }, "docs": "Add a lock to a StreamDistributionChannel.\n" }, { "info": { "name": "Moves a resource into a different compartment.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20211101/streamDistributionChannels/:streamDistributionChannelId/actions/changeCompartment", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "streamDistributionChannelId", "value": "", "type": "path", "description": "Unique Stream Distribution Channel path identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Moves a Stream Distribution Channel resource from one compartment identifier to another." }, { "info": { "name": "Ingests an Asset into a Distribution Channel.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20211101/streamDistributionChannels/:streamDistributionChannelId/actions/ingest", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "streamDistributionChannelId", "value": "", "type": "path", "description": "Unique Stream Distribution Channel path identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Ingests an Asset into a Distribution Channel." }, { "info": { "name": "Remove a lock to a StreamDistributionChannel.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20211101/streamDistributionChannels/:streamDistributionChannelId/actions/removeLock", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "streamDistributionChannelId", "value": "", "type": "path", "description": "Unique Stream Distribution Channel path identifier." } ] }, "docs": "Remove a lock to a StreamDistributionChannel.\n" }, { "info": { "name": "List Stream Packaging Configurations", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20211101/streamPackagingConfigs", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "distributionChannelId", "value": "", "type": "query", "description": "Unique Stream Distribution Channel identifier." }, { "name": "streamPackagingConfigId", "value": "", "type": "query", "description": "Unique Stream Packaging Configuration identifier." }, { "name": "lifecycleState", "value": "", "type": "query", "description": "A filter to return only the resources with lifecycleState matching the given lifecycleState." }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only the resources that match the entire display name given." }, { "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\norder for displayName is ascending.\n" }, { "name": "page", "value": "", "type": "query", "description": "A token representing the position at which to start retrieving results. This must come from the\n`opc-next-page` header field of a previous response.\n" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." } ] }, "docs": "Lists the Stream Packaging Configurations." }, { "info": { "name": "Creates a new Stream Packaging Configuration.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20211101/streamPackagingConfigs", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Packaging Configuration.\n" }, { "info": { "name": "Get a Stream Packaging Configuration.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20211101/streamPackagingConfigs/:streamPackagingConfigId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "streamPackagingConfigId", "value": "", "type": "path", "description": "Unique Stream Packaging Configuration path identifier." } ] }, "docs": "Gets a Stream Packaging Configuration by identifier." }, { "info": { "name": "Updates the Stream Packaging Configuration identified by the ID.", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1/20211101/streamPackagingConfigs/:streamPackagingConfigId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "streamPackagingConfigId", "value": "", "type": "path", "description": "Unique Stream Packaging Configuration path identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the Stream Packaging Configuration." }, { "info": { "name": "Deletes a Stream Packaging Configuration identified by the streamPackagingConfigId.", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20211101/streamPackagingConfigs/:streamPackagingConfigId", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "streamPackagingConfigId", "value": "", "type": "path", "description": "Unique Stream Packaging Configuration path identifier." } ] }, "docs": "The Stream Packaging Configuration lifecycleState will change to DELETED." }, { "info": { "name": "Add a lock to a StreamPackagingConfig.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20211101/streamPackagingConfigs/:streamPackagingConfigId/actions/addLock", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "streamPackagingConfigId", "value": "", "type": "path", "description": "Unique Stream Packaging Configuration path identifier." } ] }, "docs": "Add a lock to a StreamPackagingConfig.\n" }, { "info": { "name": "Remove a lock from a StreamPackagingConfig.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20211101/streamPackagingConfigs/:streamPackagingConfigId/actions/removeLock", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "streamPackagingConfigId", "value": "", "type": "path", "description": "Unique Stream Packaging Configuration path identifier." } ] }, "docs": "Remove a lock from a StreamPackagingConfig.\n" }, { "info": { "name": "Lists SystemMediaWorkflows.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20211101/systemMediaWorkflows", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The ID of the compartment in which to list resources." }, { "name": "name", "value": "", "type": "query", "description": "A filter to return only the resources with their system defined, unique name matching the given name." }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either 'ASC' or 'DESC'." }, { "name": "page", "value": "", "type": "query", "description": "A token representing the position at which to start retrieving results. This must come from the\n`opc-next-page` header field of a previous response.\n" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." } ] }, "docs": "Lists the SystemMediaWorkflows that can be used to run a job by name or as a template to create a MediaWorkflow.\n" } ] } ], "bundled": true }