Creates an external DB system.
POST {{baseUrl}}/externalDbSystems
Creates an external DB system and its related resources.
Request Body
{"compartmentId"=>"<string>", "dbSystemDiscoveryId"=>"<string>", "databaseManagementConfig"=>{"licenseModel"=>"BRING_YOUR_OWN_LICENSE"}, "displayName"=>"<string>", "freeformTags"=>{"Ut_6"=>"<string>", "do_d4"=>"<string>"}, "stackMonitoringConfig"=>{"isEnabled"=>"<boolean>", "metadata"=>"<string>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
opc-request-id | string | The client request ID for tracing. | |
opc-retry-token | string | A token that uniquely identifies a request so it can be retried in case of a timeout or | |
server error without risk of executing that same action again. Retry tokens expire after 24 | |||
hours, but can be invalidated before then due to conflicting operations. For example, if a resource | |||
has been deleted and purged from the system, then a retry of the original creation request | |||
might be rejected. | |||
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"id":"\u003cstring\u003e","displayName":"\u003cstring\u003e","compartmentId":"\u003cstring\u003e","lifecycleState":"INACTIVE","timeCreated":"\u003cdateTime\u003e","timeUpdated":"\u003cdateTime\u003e","databaseManagementConfig":{"licenseModel":"BRING_YOUR_OWN_LICENSE"},"dbSystemDiscoveryId":"\u003cstring\u003e","definedTags":{"Lorem_222":{"consectetur_0a":{},"laboris0":{},"sed_a":{}},"elit_01":{"veniam_b1":{}}},"discoveryAgentId":"\u003cstring\u003e","freeformTags":{"ullamco_908":"\u003cstring\u003e","Duis49":"\u003cstring\u003e","sinta":"\u003cstring\u003e"},"homeDirectory":"\u003cstring\u003e","isCluster":"\u003cboolean\u003e","lifecycleDetails":"\u003cstring\u003e","stackMonitoringConfig":{"isEnabled":"\u003cboolean\u003e","metadata":"\u003cstring\u003e"}}