{ "opencollection": "1.0.0", "info": { "name": "Oracle Database MultiCloud Data Plane Integration Db Multicloud GCP Provider API", "version": "20240501" }, "items": [ { "info": { "name": "DbMulticloudGCPProvider", "type": "folder" }, "items": [ { "info": { "name": "Lists all Oracle DB GCP Identity Connectors based on the specified filters.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20240501/oracleDbGcpIdentityConnector", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The [ID](/iaas/Content/General/Concepts/identifiers.htm) of the compartment." }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return Oracle DB GCP Identity Connector resources that match the specified display name." }, { "name": "resourceId", "value": "", "type": "query", "description": "A filter to return Oracle DB Identity Connector resource that match the given resource [OCID](/iaas/Content/General/Concepts/identifiers.htm)." }, { "name": "lifecycleState", "value": "", "type": "query", "description": "A filter to return only resources that match the specified lifecycle state. The state value is case-insensitive.\n" }, { "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, default is timeCreated.\n" } ] }, "docs": "Lists all Oracle DB GCP Identity Connectors based on the specified filters.\n" }, { "info": { "name": "Creates Oracle DB GCP Identity Connector resource.\n", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20240501/oracleDbGcpIdentityConnector", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates Oracle DB GCP Identity Connector resource.\n" }, { "info": { "name": "Retrieves the Oracle DB GCP Identity Connector for a specified resource [OCID](/iaas/Content/General/Concepts/identifiers.htm).", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20240501/oracleDbGcpIdentityConnector/:oracleDbGcpIdentityConnectorId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "oracleDbGcpIdentityConnectorId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB GCP Identity Configuration Resource." } ] }, "docs": "Retrieves the Oracle DB GCP Identity Connector for a specified resource [OCID](/iaas/Content/General/Concepts/identifiers.htm).\n" }, { "info": { "name": "Modifies the existing Oracle DB GCP Identity Connector resource for a given [OCID](/iaas/Content/General/Concepts/identifiers.htm).", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1/20240501/oracleDbGcpIdentityConnector/:oracleDbGcpIdentityConnectorId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "oracleDbGcpIdentityConnectorId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB GCP Identity Configuration Resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Modifies the existing Oracle DB GCP Identity Connector resource for a given [OCID](/iaas/Content/General/Concepts/identifiers.htm).\n" }, { "info": { "name": "Deletes a Oracle DB GCP Identity Connector resource.", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20240501/oracleDbGcpIdentityConnector/:oracleDbGcpIdentityConnectorId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "oracleDbGcpIdentityConnectorId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB GCP Identity Configuration Resource." } ] }, "docs": "Deletes the Oracle DB GCP Identity Connector resource and removes the associated connector from the database resource.\n" }, { "info": { "name": "Moves the Oracle DB GCP Identity Connector resource into a different compartment. When provided, 'If-Match' is checked against 'ETag' values of the resource.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20240501/oracleDbGcpIdentityConnector/:oracleDbGcpIdentityConnectorId/actions/changeCompartment", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "oracleDbGcpIdentityConnectorId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB GCP Identity Configuration Resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Moves the Oracle DB GCP Identity Connector resource into a different compartment. When provided, 'If-Match' is checked against 'ETag' values of the resource." }, { "info": { "name": "Refreshes the Oracle DB GCP Connector resource.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20240501/oracleDbGcpIdentityConnector/:oracleDbGcpIdentityConnectorId/actions/refresh", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "oracleDbGcpIdentityConnectorId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB GCP Identity Configuration Resource." } ] }, "docs": "Refreshes the Oracle DB GCP Connector resource.\n" }, { "info": { "name": "Lists all Oracle DB Google Cloud Keys based on the specified filters.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20240501/oracleDbGcpKey", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The [ID](/iaas/Content/General/Concepts/identifiers.htm) of the compartment." }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return Oracle DB Google Cloud Key resources that match the specified display name." }, { "name": "oracleDbGcpKeyRingId", "value": "", "type": "query", "description": "A filter to return Oracle DB GCP Key Rings." }, { "name": "oracleDbGcpKeyId", "value": "", "type": "query", "description": "A filter to return Oracle DB Google Cloud Key resources." }, { "name": "lifecycleState", "value": "", "type": "query", "description": "A filter to return only resources that match the specified lifecycle state. The state value is case-insensitive.\n" }, { "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, default is timeCreated.\n" } ] }, "docs": "Lists all Oracle DB Google Cloud Keys based on the specified filters.\n" }, { "info": { "name": "Retrieves Oracle DB Google Cloud Key details using a specific resource [OCID](/Content/General/Concepts/identifiers.htm).", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20240501/oracleDbGcpKey/:oracleDbGcpKeyId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "oracleDbGcpKeyId", "value": "", "type": "path", "description": "The [OCID](/Content/General/Concepts/identifiers.htm) of the Oracle DB Google Cloud Key resource." } ] }, "docs": "Retrieves Oracle DB Google Cloud Key details using a specific resource [OCID](/Content/General/Concepts/identifiers.htm).\n" }, { "info": { "name": "Lists the all DB GCP Key Rings based on filters.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20240501/oracleDbGcpKeyRing", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The [ID](/iaas/Content/General/Concepts/identifiers.htm) of the compartment." }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return Oracle DB GCP Key Ring resources that match the specified display name." }, { "name": "oracleDbGcpKeyRingId", "value": "", "type": "query", "description": "A filter to return Oracle DB GCP Key Rings." }, { "name": "lifecycleState", "value": "", "type": "query", "description": "A filter to return only resources that match the given lifecycle state. The\nstate value is case-insensitive.\n" }, { "name": "oracleDbGcpConnectorId", "value": "", "type": "query", "description": "A filter to return Oracle DB GCP Identity Connector resources that match the specified resource [OCID](/iaas/Content/General/Concepts/identifiers.htm)." }, { "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, default is timeCreated.\n" } ] }, "docs": "Lists the all DB GCP Key Rings based on filters.\n" }, { "info": { "name": "Creates DB GCP Key Rings based on the provided information and retrieves the associated keys.\n", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20240501/oracleDbGcpKeyRing", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates DB GCP Key Rings based on the provided information and retrieves the associated keys.\n" }, { "info": { "name": "Retrieves the Oracle GCP Key Ring details using a specific Container resource [OCID](/iaas/Content/General/Concepts/identifiers.htm).", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20240501/oracleDbGcpKeyRing/:oracleDbGcpKeyRingId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "oracleDbGcpKeyRingId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB GCP Key-Ring resource." }, { "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'." } ] }, "docs": "Retrieves the Oracle GCP Key Ring details using a specific Container resource [OCID](/iaas/Content/General/Concepts/identifiers.htm).\n" }, { "info": { "name": "Modifies the existing Oracle GCP Key Ring for a given [OCID](/iaas/Content/General/Concepts/identifiers.htm).", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1/20240501/oracleDbGcpKeyRing/:oracleDbGcpKeyRingId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "oracleDbGcpKeyRingId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB GCP Key-Ring resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Modifies the existing Oracle GCP Key Ring Details for a given [OCID](/iaas/Content/General/Concepts/identifiers.htm).\n" }, { "info": { "name": "Deletes the GCP Key Ring and its associated metadata.", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20240501/oracleDbGcpKeyRing/:oracleDbGcpKeyRingId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "oracleDbGcpKeyRingId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB GCP Key-Ring resource." } ] }, "docs": "Deletes the GCP Key Ring and its associated metadata.\n" }, { "info": { "name": "Moves the GCP Key Ring resource into a different compartment. When provided, 'If-Match' is checked against 'ETag' values of the resource.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20240501/oracleDbGcpKeyRing/:oracleDbGcpKeyRingId/actions/changeCompartment", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "oracleDbGcpKeyRingId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB GCP Key-Ring resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Moves the GCP Key Ring resource into a different compartment. When provided, 'If-Match' is checked against 'ETag' values of the resource." }, { "info": { "name": "Refreshes Oracle GCP Key Ring details from the backend.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20240501/oracleDbGcpKeyRing/:oracleDbGcpKeyRingId/actions/refresh", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "oracleDbGcpKeyRingId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB GCP Key-Ring resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Refreshes Oracle GCP Key Ring details from the backend.\n" }, { "info": { "name": "Replicate Oracle GCP Key Ring details to target region.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20240501/oracleDbGcpKeyRing/:oracleDbGcpKeyRingId/actions/replicate", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "oracleDbGcpKeyRingId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB GCP Key-Ring resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Replicate Oracle GCP Key Ring details to target region.\n" } ] } ], "bundled": true }