{ "opencollection": "1.0.0", "info": { "name": "MySQL Database Service Replicas API", "version": "20190415" }, "items": [ { "info": { "name": "replicas", "type": "folder" }, "items": [ { "info": { "name": "Lists Read Replicas.", "type": "http" }, "http": { "method": "GET", "url": "http://mysql.{region}.ocp.oraclecloud.com/20190415/replicas", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "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" }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only the resource matching the given display name exactly." }, { "name": "dbSystemId", "value": "", "type": "query", "description": "The DB System [OCID](/Content/General/Concepts/identifiers.htm)." }, { "name": "compartmentId", "value": "", "type": "query", "description": "The compartment [OCID](/Content/General/Concepts/identifiers.htm)." }, { "name": "lifecycleState", "value": "", "type": "query", "description": "The LifecycleState of the read replica." }, { "name": "replicaId", "value": "", "type": "query", "description": "The read replica [OCID](/Content/General/Concepts/identifiers.htm)." }, { "name": "configurationId", "value": "", "type": "query", "description": "The requested Configuration instance." }, { "name": "isUpToDate", "value": "", "type": "query", "description": "Filter instances if they are using the latest revision of the\nConfiguration they are associated with.\n" }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. You can sort by one field only. By default, the Time field is sorted in descending order and the Display Name field in ascending order.\n" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use (ASC or DESC)." } ] }, "docs": "Lists all the read replicas that match the specified filters." }, { "info": { "name": "Creates a DB System Read Replica.", "type": "http" }, "http": { "method": "POST", "url": "http://mysql.{region}.ocp.oraclecloud.com/20190415/replicas", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a DB System read replica." }, { "info": { "name": "Gets a Read Replica.", "type": "http" }, "http": { "method": "GET", "url": "http://mysql.{region}.ocp.oraclecloud.com/20190415/replicas/:replicaId", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-none-match", "value": "" } ], "params": [ { "name": "replicaId", "value": "", "type": "path", "description": "The Replica [OCID](/Content/General/Concepts/identifiers.htm)." } ] }, "docs": "Gets the full details of the specified read replica." }, { "info": { "name": "Updates a Replica.", "type": "http" }, "http": { "method": "PUT", "url": "http://mysql.{region}.ocp.oraclecloud.com/20190415/replicas/:replicaId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "replicaId", "value": "", "type": "path", "description": "The Replica [OCID](/Content/General/Concepts/identifiers.htm)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the properties of the specified read replica." }, { "info": { "name": "Deletes a Read Replica.", "type": "http" }, "http": { "method": "DELETE", "url": "http://mysql.{region}.ocp.oraclecloud.com/20190415/replicas/:replicaId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "replicaId", "value": "", "type": "path", "description": "The Replica [OCID](/Content/General/Concepts/identifiers.htm)." } ] }, "docs": "Deletes the specified read replica." } ] } ], "bundled": true }