{ "opencollection": "1.0.0", "info": { "name": "MySQL Database Service Mysqlaas API", "version": "20190415" }, "items": [ { "info": { "name": "mysqlaas", "type": "folder" }, "items": [ { "info": { "name": "List Configurations.", "type": "http" }, "http": { "method": "GET", "url": "http://mysql.{region}.ocp.oraclecloud.com/20190415/configurations", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The compartment [OCID](/Content/General/Concepts/identifiers.htm)." }, { "name": "configurationId", "value": "", "type": "query", "description": "The requested Configuration instance." }, { "name": "lifecycleState", "value": "", "type": "query", "description": "Configuration Lifecycle State" }, { "name": "type", "value": "", "type": "query", "description": "The requested Configuration types." }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only the resource matching the given display name exactly." }, { "name": "shapeName", "value": "", "type": "query", "description": "The requested Shape name." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. Only one sort order may be provided. Time fields are default ordered as descending. Display name is default ordered as ascending.\n" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use (ASC or DESC)." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return in a paginated list call. For information about pagination, see\n[List Pagination](../../../#API/Concepts/usingapi.htm#List_Pagination).\n" }, { "name": "page", "value": "", "type": "query", "description": "The value of the `opc-next-page` or `opc-prev-page` response header from\nthe previous list call. For information about pagination, see [List\nPagination](../../../#API/Concepts/usingapi.htm#List_Pagination).\n" } ] }, "docs": "Lists the Configurations available when creating a DB System.\n\nThis may include DEFAULT configurations per Shape and CUSTOM configurations.\n\nThe default sort order is a multi-part sort by:\n - shapeName, ascending\n - DEFAULT-before-CUSTOM\n - displayName ascending\n" }, { "info": { "name": "Create Configuration.", "type": "http" }, "http": { "method": "POST", "url": "http://mysql.{region}.ocp.oraclecloud.com/20190415/configurations", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Configuration." }, { "info": { "name": "Get Configuration.", "type": "http" }, "http": { "method": "GET", "url": "http://mysql.{region}.ocp.oraclecloud.com/20190415/configurations/:configurationId", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-none-match", "value": "" } ], "params": [ { "name": "configurationId", "value": "", "type": "path", "description": "The OCID of the Configuration." } ] }, "docs": "Get the full details of the specified Configuration, including the list of MySQL Variables and their values.\n" }, { "info": { "name": "Update Configuration.", "type": "http" }, "http": { "method": "PUT", "url": "http://mysql.{region}.ocp.oraclecloud.com/20190415/configurations/:configurationId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "configurationId", "value": "", "type": "path", "description": "The OCID of the Configuration." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the Configuration details." }, { "info": { "name": "Delete Configuration.", "type": "http" }, "http": { "method": "DELETE", "url": "http://mysql.{region}.ocp.oraclecloud.com/20190415/configurations/:configurationId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "configurationId", "value": "", "type": "path", "description": "The OCID of the Configuration." } ] }, "docs": "Deletes a Configuration.\nThe Configuration must not be in use by any DB Systems.\n" }, { "info": { "name": "List MySQL Database Service Shapes.", "type": "http" }, "http": { "method": "GET", "url": "http://mysql.{region}.ocp.oraclecloud.com/20190415/shapes", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "isSupportedFor", "value": "", "type": "query", "description": "Return shapes that are supported by the service feature.\n" }, { "name": "availabilityDomain", "value": "", "type": "query", "description": "The name of the Availability Domain." }, { "name": "compartmentId", "value": "", "type": "query", "description": "The compartment [OCID](/Content/General/Concepts/identifiers.htm)." }, { "name": "name", "value": "", "type": "query", "description": "Name" } ] }, "docs": "Gets a list of the shapes you can use to create a new MySQL DB System.\nThe shape determines the resources allocated to the DB System:\nCPU cores and memory for VM shapes; CPU cores, memory and\nstorage for non-VM (or bare metal) shapes.\n" }, { "info": { "name": "List MySQL versions available for DB Systems.", "type": "http" }, "http": { "method": "GET", "url": "http://mysql.{region}.ocp.oraclecloud.com/20190415/versions", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The compartment [OCID](/Content/General/Concepts/identifiers.htm)." } ] }, "docs": "Get a list of supported and available MySQL database major versions.\n\nThe list is sorted by version family.\n" } ] } ], "bundled": true }