{ "opencollection": "1.0.0", "info": { "name": "Fusion Applications Environment Management Vanity Domain API", "version": "20211201" }, "items": [ { "info": { "name": "vanityDomain", "type": "folder" }, "items": [ { "info": { "name": "Create a VanityDomainActivity", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20211201/fusionEnvironments/:fusionEnvironmentId/vanityDomainActivities", "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": "Create a VanityDomainActivity\n" }, { "info": { "name": "Gets VanityDomainActivity", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20211201/fusionEnvironments/:fusionEnvironmentId/vanityDomainActivities/:vanityDomainActivityId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "fusionEnvironmentId", "value": "", "type": "path", "description": "unique FusionEnvironment identifier" }, { "name": "vanityDomainActivityId", "value": "", "type": "path", "description": "The unique identifier (OCID) of the VanityDomainActivity" } ] }, "docs": "Gets a VanityDomainActivity\n" }, { "info": { "name": "Updates VanityDomainActivity", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1/20211201/fusionEnvironments/:fusionEnvironmentId/vanityDomainActivities/:vanityDomainActivityId", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "fusionEnvironmentId", "value": "", "type": "path", "description": "unique FusionEnvironment identifier" }, { "name": "vanityDomainActivityId", "value": "", "type": "path", "description": "The unique identifier (OCID) of the VanityDomainActivity" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a VanityDomainActivity\n" }, { "info": { "name": "Deletes VanityDomainActivity", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20211201/fusionEnvironments/:fusionEnvironmentId/vanityDomainActivities/:vanityDomainActivityId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "fusionEnvironmentId", "value": "", "type": "path", "description": "unique FusionEnvironment identifier" }, { "name": "vanityDomainActivityId", "value": "", "type": "path", "description": "The unique identifier (OCID) of the VanityDomainActivity" } ] }, "docs": "Deletes a VanityDomainActivity\n" }, { "info": { "name": "Lists all VanityDomains", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20211201/fusionEnvironments/:fusionEnvironmentId/vanityDomains", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "fusionEnvironmentId", "value": "", "type": "path", "description": "unique FusionEnvironment identifier" }, { "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": "compartmentId", "value": "", "type": "query", "description": "The ID of the compartment in which to list resources." }, { "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" }, { "name": "isFullVanityDomain", "value": "", "type": "query", "description": "The boolean filter to distinguish prefix or full vanity" } ] }, "docs": "Lists all VanityDomains.\n" }, { "info": { "name": "Create a VanityDomain", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20211201/fusionEnvironments/:fusionEnvironmentId/vanityDomains", "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": "Create a VanityDomain\n" }, { "info": { "name": "Get VanityDomain", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20211201/fusionEnvironments/:fusionEnvironmentId/vanityDomains/:vanityDomainId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "fusionEnvironmentId", "value": "", "type": "path", "description": "unique FusionEnvironment identifier" }, { "name": "vanityDomainId", "value": "", "type": "path", "description": "The unique identifier (OCID) of the VanityDomain" }, { "name": "doesDownloadOriginCsr", "value": "", "type": "query", "description": "A parameter indicating whether to download the Origin Csr or not" }, { "name": "doesDownloadAkamaiCsr", "value": "", "type": "query", "description": "A parameter indicating whether to download the Akamai Csr or not" } ] }, "docs": "Gets a VanityDomain\n" }, { "info": { "name": "Updates VanityDomain", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1/20211201/fusionEnvironments/:fusionEnvironmentId/vanityDomains/:vanityDomainId", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "fusionEnvironmentId", "value": "", "type": "path", "description": "unique FusionEnvironment identifier" }, { "name": "vanityDomainId", "value": "", "type": "path", "description": "The unique identifier (OCID) of the VanityDomain" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a VanityDomain\n" }, { "info": { "name": "Submit Vanity Domain Validation", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20211201/fusionEnvironments/:fusionEnvironmentId/vanityDomains/:vanityDomainId/actions/submitValidation", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "vanityDomainId", "value": "", "type": "path", "description": "The unique identifier (OCID) of the VanityDomain" }, { "name": "fusionEnvironmentId", "value": "", "type": "path", "description": "unique FusionEnvironment identifier" } ] }, "docs": "Submit Vanity Domain Validation\n" }, { "info": { "name": "Upload Vanity Domain certificate", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20211201/fusionEnvironments/:fusionEnvironmentId/vanityDomains/:vanityDomainId/actions/uploadCertificate", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "vanityDomainId", "value": "", "type": "path", "description": "The unique identifier (OCID) of the VanityDomain" }, { "name": "fusionEnvironmentId", "value": "", "type": "path", "description": "unique FusionEnvironment identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Upload Vanity Domain certificate\n" } ] } ], "bundled": true }