KVMデータベース・システムの作成
post
/dbsystem
DbSystemCreateParamsを使用して、Oracle Database Applianceに新しいKVMデータベース・システムを作成します。 Oracle Database Appliance KVM DBシステム・イメージがダウンロードされ、リポジトリが最初にイメージで更新されていることを確認します。
リクエスト
サポートされているメディア・タイプ
- application/json
KVMデータベース・システムを作成するためのパラメータ
ルート・スキーマ : DbSystemCreateParams
タイプ:
object required: - system - network - grid - database properties: forced: type: boolean system: $ref: '#/definitions/DbSystemCreateSystemParams' network: $ref: '#/definitions/DbSystemCreateNetworkParams' grid: $ref: '#/definitions/DbSystemCreateGridParams' database: $ref: '#/definitions/DbSystemCreateDatabaseParams'
レスポンス
サポートされているメディア・タイプ
- application/json
200レスポンス
OK
ネストされたスキーマ : ServiceJobReport
型:
object
ジョブ・リクエストのステータス
Show Source
- createTimestamp(optional): string(date-time)
ジョブ作成タイムスタンプ
- description(optional): string
ジョブの説明
- jobId(optional): string
ジョブID
- jobType(optional): string
- message(optional): string
ジョブ・メッセージ
- reports(optional): array reports
- resourceList(optional): array resourceList
- status(optional): string
許容値:
[ "Created", "Scheduled", "Running", "Success", "Failure", "Retrying", "Waiting", "InternalError", "Reverting", "Reverted", "NodeDisconnectedFailure" ]
Job status - updatedTime(optional): string(date-time)
ジョブ変更タイムスタンプ
ネストされたスキーマ : TaskReport
型:
Show Source
object
- endTime(optional): string(date-time)
- jobId(optional): string
- parentTaskId(optional): string
- reportLevel(optional): string
許容値:
[ "Verbose", "Info", "Error" ]
- startTime(optional): string(date-time)
- status(optional): string
許容値:
[ "Created", "Scheduled", "Running", "Success", "Failure", "Retrying", "Waiting", "InternalError", "Reverting", "Reverted", "NodeDisconnectedFailure", "Skipped" ]
- tags(optional): array tags
- taskDescription(optional): string
- taskId(optional): string
- taskName(optional): string
- taskResult(optional): string
- updatedTime(optional): string(date-time)
ネストされたスキーマ : JobResourceInfo
型:
object
リソース情報
Show Source
- jobId(optional): string
ジョブID
- resourceId(optional): string
リソースID
- resourceNewType(optional): string
- resourceType(optional): string
許容値:
[ "Backup", "BackupConfig", "DB", "DbHome", "Grid", "Recovery", "Report", "Tde", "ObjectStoreSwift" ]
リソース・タイプ - updatedTime(optional): string(date-time)
最終更新タイムスタンプ
デフォルト・レスポンス
予期しないエラーが発生しました