diff options
| author | Zhineng Li <[email protected]> | 2026-02-13 10:54:11 +0800 |
|---|---|---|
| committer | Zhineng Li <[email protected]> | 2026-02-13 10:54:11 +0800 |
| commit | 7347bac4ab7e136157fc94777e6cf87ef9e08599 (patch) | |
| tree | 0dec367dac6e152161a6f7cc0dba6ebbef1f34a2 /data/zh_cn/dts/2015-11-24 | |
| download | acs-metadata-full-1.0.0+20260212.tar.gz acs-metadata-full-1.0.0+20260212.zip | |
first commitHEADv1.0.0+20260212main
Diffstat (limited to 'data/zh_cn/dts/2015-11-24')
| -rw-r--r-- | data/zh_cn/dts/2015-11-24/api-docs.php | 937 |
1 files changed, 937 insertions, 0 deletions
diff --git a/data/zh_cn/dts/2015-11-24/api-docs.php b/data/zh_cn/dts/2015-11-24/api-docs.php new file mode 100644 index 0000000..4f40994 --- /dev/null +++ b/data/zh_cn/dts/2015-11-24/api-docs.php @@ -0,0 +1,937 @@ +<?php return [ + 'version' => '1.0', + 'info' => [ + 'style' => 'RPC', + 'product' => 'Dts', + 'version' => '2015-11-24', + ], + 'directories' => [ + [ + 'id' => 61354, + 'title' => '同步作业', + 'type' => 'directory', + 'children' => [ + 'CreateSynchronousJob', + 'DeleteSynchronousJob', + 'StartSynchronousJob', + 'SuspendSynchronousJob', + 'DescribeSynchronousJobConfiguration', + 'DescribeSynchronousJobDetails', + 'DescribeSynchronousJobList', + ], + ], + ], + 'components' => [ + 'schemas' => [], + ], + 'apis' => [ + 'CreateSynchronousJob' => [ + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'parameters' => [ + [ + 'name' => 'SynchronousJobName', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + [ + 'name' => 'SourceInstanceId', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => true, + ], + ], + [ + 'name' => 'DestinationInstanceId', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => true, + ], + ], + [ + 'name' => 'SynchronousObjectList', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => true, + ], + ], + [ + 'name' => 'StructureIntialization', + 'in' => 'query', + 'schema' => [ + 'type' => 'boolean', + 'required' => false, + ], + ], + [ + 'name' => 'FullDataIntialization', + 'in' => 'query', + 'schema' => [ + 'type' => 'boolean', + 'required' => false, + ], + ], + [ + 'name' => 'SynchronousSpeedLimit', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'SynchronousJobId' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + 'errorCodes' => [ + 401 => [ + [ + 'errorCode' => 'Not owner', + 'errorMessage' => 'this job is not users', + ], + ], + 404 => [ + [ + 'errorCode' => 'Missing SynchronousJob', + 'errorMessage' => 'not found object', + ], + ], + 406 => [ + [ + 'errorCode' => 'InvalidParameterValue', + 'errorMessage' => 'The Value of Input Parameter %s is not valid', + ], + ], + 500 => [ + [ + 'errorCode' => 'InternalError', + 'errorMessage' => 'The request processing has failed due to some unknown error.', + ], + ], + ], + 'responseDemo' => '', + ], + 'DeleteSynchronousJob' => [ + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'parameters' => [ + [ + 'name' => 'SynchronousJobId', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => true, + ], + ], + ], + 'responses' => [], + 'errorCodes' => [ + 401 => [ + [ + 'errorCode' => 'Not owner', + 'errorMessage' => 'this job is not users', + ], + ], + 404 => [ + [ + 'errorCode' => 'Missing SynchronousJob', + 'errorMessage' => 'not found object', + ], + ], + 500 => [ + [ + 'errorCode' => 'InternalError', + 'errorMessage' => 'The request processing has failed due to some unknown error.', + ], + ], + ], + 'responseDemo' => '', + ], + 'StartSynchronousJob' => [ + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'parameters' => [ + [ + 'name' => 'SynchronousJobId', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => true, + ], + ], + ], + 'responses' => [], + 'errorCodes' => [ + 401 => [ + [ + 'errorCode' => 'Not owner', + 'errorMessage' => 'this job is not users', + ], + ], + 404 => [ + [ + 'errorCode' => 'Missing SynchronousJob', + 'errorMessage' => 'not found object', + ], + ], + [ + [ + 'errorCode' => 'OperationDenied.JobStatus', + 'errorMessage' => 'The operation is not permitted due to Migration job status is s%', + ], + ], + 500 => [ + [ + 'errorCode' => 'InternalError', + 'errorMessage' => 'The request processing has failed due to some unknown error.', + ], + ], + ], + 'responseDemo' => '', + ], + 'SuspendSynchronousJob' => [ + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'parameters' => [ + [ + 'name' => 'SynchronousJobId', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => true, + ], + ], + ], + 'responses' => [], + 'errorCodes' => [ + 401 => [ + [ + 'errorCode' => 'Not owner', + 'errorMessage' => 'this job is not users', + ], + ], + 404 => [ + [ + 'errorCode' => 'Missing SynchronousJob', + 'errorMessage' => 'not found object', + ], + ], + [ + [ + 'errorCode' => 'OperationDenied.JobStatus', + 'errorMessage' => 'The operation is not permitted due to Migration job status is s%', + ], + ], + 500 => [ + [ + 'errorCode' => 'InternalError', + 'errorMessage' => 'The request processing has failed due to some unknown error.', + ], + ], + ], + 'responseDemo' => '', + ], + 'DescribeSynchronousJobConfiguration' => [ + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'parameters' => [ + [ + 'name' => 'SynchronousJobId', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => true, + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'DestinationInstanceId' => [ + 'type' => 'string', + ], + 'FullDataIntialization' => [ + 'type' => 'string', + ], + 'DestinationDBType' => [ + 'type' => 'string', + ], + 'SourceDBType' => [ + 'type' => 'string', + ], + 'CreateTime' => [ + 'type' => 'string', + ], + 'SynchronousJobName' => [ + 'type' => 'string', + ], + 'SynchronousJobId' => [ + 'type' => 'string', + ], + 'SynchronousSpeedLimit' => [ + 'type' => 'string', + ], + 'StructureIntialization' => [ + 'type' => 'string', + ], + 'SourceInstanceId' => [ + 'type' => 'string', + ], + 'SynchronousObjectList' => [ + 'type' => 'object', + 'itemNode' => true, + 'properties' => [ + 'SynchronousObject' => [ + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'DatabaseName' => [ + 'type' => 'string', + ], + 'WholeDatabase' => [ + 'type' => 'string', + ], + 'TableList' => [ + 'type' => 'object', + 'itemNode' => true, + 'properties' => [ + 'Table' => [ + 'type' => 'array', + 'items' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + 'errorCodes' => [ + 401 => [ + [ + 'errorCode' => 'Not owner', + 'errorMessage' => 'this job is not users', + ], + ], + 404 => [ + [ + 'errorCode' => 'Missing SynchronousJob', + 'errorMessage' => 'not found object', + ], + ], + 500 => [ + [ + 'errorCode' => 'InternalError', + 'errorMessage' => 'The request processing has failed due to some unknown error.', + ], + ], + ], + 'responseDemo' => '', + ], + 'DescribeSynchronousJobDetails' => [ + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'parameters' => [ + [ + 'name' => 'SynchronousJobId', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => true, + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'DelaySecond' => [ + 'type' => 'string', + ], + 'PrecheckStatus' => [ + 'type' => 'string', + ], + 'ErrorMessage' => [ + 'type' => 'string', + ], + 'FullDataIntializatioProgress' => [ + 'type' => 'string', + ], + 'StructureIntializationProgress' => [ + 'type' => 'string', + ], + 'PrecheckPercent' => [ + 'type' => 'string', + ], + 'StructureIntializationStatus' => [ + 'type' => 'string', + ], + 'CreateTime' => [ + 'type' => 'string', + ], + 'SynchronousJobId' => [ + 'type' => 'string', + ], + 'FullDataIntializatioPercent' => [ + 'type' => 'string', + ], + 'SynchronousFlow' => [ + 'type' => 'string', + ], + 'DestinationInstanceId' => [ + 'type' => 'string', + ], + 'IncrementDataIntializatioPercent' => [ + 'type' => 'string', + ], + 'SynchronousJobName' => [ + 'type' => 'string', + ], + 'SynchronousStatus' => [ + 'type' => 'string', + ], + 'SynchronousTPS' => [ + 'type' => 'string', + ], + 'FullDataIntializationStatus' => [ + 'type' => 'string', + ], + 'IncrementDataIntializatioDelay' => [ + 'type' => 'string', + ], + 'IncrementDataIntializationStatus' => [ + 'type' => 'string', + ], + 'StructureIntializationPercent' => [ + 'type' => 'string', + ], + 'SourceInstanceId' => [ + 'type' => 'string', + ], + 'PrecheckDetails' => [ + 'type' => 'object', + 'itemNode' => true, + 'properties' => [ + 'PrecheckDetail' => [ + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'CheckResult' => [ + 'type' => 'string', + ], + 'CheckItemDescription' => [ + 'type' => 'string', + ], + 'FailedReson' => [ + 'type' => 'string', + ], + 'CheckItem' => [ + 'type' => 'string', + ], + 'RepairMethod' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + 'errorCodes' => [ + 401 => [ + [ + 'errorCode' => 'Not owner', + 'errorMessage' => 'this job is not users', + ], + ], + 404 => [ + [ + 'errorCode' => 'Missing SynchronousJob', + 'errorMessage' => 'not found object', + ], + ], + 500 => [ + [ + 'errorCode' => 'InternalError', + 'errorMessage' => 'The request processing has failed due to some unknown error.', + ], + ], + ], + 'responseDemo' => '', + ], + 'DescribeSynchronousJobList' => [ + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'parameters' => [ + [ + 'name' => 'PageSize', + 'in' => 'query', + 'schema' => [ + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'maximum' => '100', + 'minimum' => '1', + 'default' => '30', + ], + ], + [ + 'name' => 'PageNum', + 'in' => 'query', + 'schema' => [ + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'minimum' => '1', + 'default' => '1', + ], + ], + [ + 'name' => 'InstanceId', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + [ + 'name' => 'SynchronousJobName', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'PageNumber' => [ + 'type' => 'integer', + 'format' => 'int32', + ], + 'PageRecordCount' => [ + 'type' => 'integer', + 'format' => 'int32', + ], + 'TotalRecordCount' => [ + 'type' => 'integer', + 'format' => 'int64', + ], + 'SynchronousJobList' => [ + 'type' => 'object', + 'itemNode' => true, + 'properties' => [ + 'SynchronousJob' => [ + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'DelaySecond' => [ + 'type' => 'string', + ], + 'ErrorMessage' => [ + 'type' => 'string', + ], + 'FullDataIntializatioProgress' => [ + 'type' => 'string', + ], + 'StructureIntializationProgress' => [ + 'type' => 'string', + ], + 'StructureIntializationStatus' => [ + 'type' => 'string', + ], + 'SynchronousJobId' => [ + 'type' => 'string', + ], + 'FullDataIntializatioPercent' => [ + 'type' => 'string', + ], + 'SynchronousFlow' => [ + 'type' => 'string', + ], + 'DestinationInstanceId' => [ + 'type' => 'string', + ], + 'IncrementDataIntializatioPercent' => [ + 'type' => 'string', + ], + 'SynchronousJobName' => [ + 'type' => 'string', + ], + 'SynchronousStatus' => [ + 'type' => 'string', + ], + 'SynchronousTPS' => [ + 'type' => 'string', + ], + 'FullDataIntializationStatus' => [ + 'type' => 'string', + ], + 'IncrementDataIntializatioDelay' => [ + 'type' => 'string', + ], + 'IncrementDataIntializationStatus' => [ + 'type' => 'string', + ], + 'StructureIntializationPercent' => [ + 'type' => 'string', + ], + 'SourceInstanceId' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + 'errorCodes' => [ + 500 => [ + [ + 'errorCode' => 'InternalError', + 'errorMessage' => 'The request processing has failed due to some unknown error.', + ], + ], + ], + 'responseDemo' => '', + ], + ], + 'endpoints' => [ + [ + 'regionId' => 'cn-qingdao', + 'endpoint' => 'dts.cn-qingdao.aliyuncs.com', + ], + [ + 'regionId' => 'cn-beijing', + 'endpoint' => 'dts.cn-beijing.aliyuncs.com', + ], + [ + 'regionId' => 'cn-zhangjiakou', + 'endpoint' => 'dts.cn-zhangjiakou.aliyuncs.com', + ], + [ + 'regionId' => 'cn-huhehaote', + 'endpoint' => 'dts.cn-huhehaote.aliyuncs.com', + ], + [ + 'regionId' => 'cn-hangzhou', + 'endpoint' => 'dts.cn-hangzhou.aliyuncs.com', + ], + [ + 'regionId' => 'cn-shanghai', + 'endpoint' => 'dts.cn-shanghai.aliyuncs.com', + ], + [ + 'regionId' => 'cn-shenzhen', + 'endpoint' => 'dts.cn-shenzhen.aliyuncs.com', + ], + [ + 'regionId' => 'cn-hongkong', + 'endpoint' => 'dts.cn-hongkong.aliyuncs.com', + ], + [ + 'regionId' => 'ap-southeast-1', + 'endpoint' => 'dts.ap-southeast-1.aliyuncs.com', + ], + [ + 'regionId' => 'ap-southeast-2', + 'endpoint' => 'dts.ap-southeast-2.aliyuncs.com', + ], + [ + 'regionId' => 'ap-southeast-3', + 'endpoint' => 'dts.ap-southeast-3.aliyuncs.com', + ], + [ + 'regionId' => 'ap-southeast-5', + 'endpoint' => 'dts.ap-southeast-5.aliyuncs.com', + ], + [ + 'regionId' => 'eu-west-1', + 'endpoint' => 'dts.eu-west-1.aliyuncs.com', + ], + [ + 'regionId' => 'us-west-1', + 'endpoint' => 'dts.us-west-1.aliyuncs.com', + ], + [ + 'regionId' => 'us-east-1', + 'endpoint' => 'dts.us-east-1.aliyuncs.com', + ], + [ + 'regionId' => 'eu-central-1', + 'endpoint' => 'dts.eu-central-1.aliyuncs.com', + ], + [ + 'regionId' => 'me-east-1', + 'endpoint' => 'dts.me-east-1.aliyuncs.com', + ], + [ + 'regionId' => 'ap-south-1', + 'endpoint' => 'dts.ap-south-1.aliyuncs.com', + ], + [ + 'regionId' => 'cn-hangzhou-finance', + 'endpoint' => 'dts.cn-hangzhou.aliyuncs.com', + ], + [ + 'regionId' => 'cn-shanghai-finance-1', + 'endpoint' => 'dts.cn-hangzhou.aliyuncs.com', + ], + [ + 'regionId' => 'cn-shenzhen-finance-1', + 'endpoint' => 'dts.cn-hangzhou.aliyuncs.com', + ], + [ + 'regionId' => 'cn-north-2-gov-1', + 'endpoint' => 'dts.aliyuncs.com', + ], + [ + 'regionId' => 'ap-northeast-2-pop', + 'endpoint' => 'dts.aliyuncs.com', + ], + [ + 'regionId' => 'cn-beijing-finance-1', + 'endpoint' => 'dts.cn-beijing-finance-1.aliyuncs.com', + ], + [ + 'regionId' => 'cn-beijing-finance-pop', + 'endpoint' => 'dts.aliyuncs.com', + ], + [ + 'regionId' => 'cn-beijing-gov-1', + 'endpoint' => 'dts.aliyuncs.com', + ], + [ + 'regionId' => 'cn-beijing-nu16-b01', + 'endpoint' => 'dts.aliyuncs.com', + ], + [ + 'regionId' => 'cn-chengdu', + 'endpoint' => 'dts.cn-chengdu.aliyuncs.com', + ], + [ + 'regionId' => 'cn-edge-1', + 'endpoint' => 'dts.aliyuncs.com', + ], + [ + 'regionId' => 'cn-fujian', + 'endpoint' => 'dts.aliyuncs.com', + ], + [ + 'regionId' => 'cn-haidian-cm12-c01', + 'endpoint' => 'dts.aliyuncs.com', + ], + [ + 'regionId' => 'cn-hangzhou-bj-b01', + 'endpoint' => 'dts.aliyuncs.com', + ], + [ + 'regionId' => 'cn-hangzhou-internal-prod-1', + 'endpoint' => 'dts.aliyuncs.com', + ], + [ + 'regionId' => 'cn-hangzhou-internal-test-1', + 'endpoint' => 'dts.aliyuncs.com', + ], + [ + 'regionId' => 'cn-hangzhou-internal-test-2', + 'endpoint' => 'dts.aliyuncs.com', + ], + [ + 'regionId' => 'cn-hangzhou-internal-test-3', + 'endpoint' => 'dts.aliyuncs.com', + ], + [ + 'regionId' => 'cn-hangzhou-test-306', + 'endpoint' => 'dts.aliyuncs.com', + ], + [ + 'regionId' => 'cn-hongkong-finance-pop', + 'endpoint' => 'dts.aliyuncs.com', + ], + [ + 'regionId' => 'cn-huhehaote-nebula-1', + 'endpoint' => 'dts.aliyuncs.com', + ], + [ + 'regionId' => 'cn-qingdao-nebula', + 'endpoint' => 'dts.aliyuncs.com', + ], + [ + 'regionId' => 'cn-shanghai-et15-b01', + 'endpoint' => 'dts.aliyuncs.com', + ], + [ + 'regionId' => 'cn-shanghai-et2-b01', + 'endpoint' => 'dts.aliyuncs.com', + ], + [ + 'regionId' => 'cn-shanghai-inner', + 'endpoint' => 'dts.aliyuncs.com', + ], + [ + 'regionId' => 'cn-shanghai-internal-test-1', + 'endpoint' => 'dts.aliyuncs.com', + ], + [ + 'regionId' => 'cn-shenzhen-inner', + 'endpoint' => 'dts.aliyuncs.com', + ], + [ + 'regionId' => 'cn-shenzhen-st4-d01', + 'endpoint' => 'dts.aliyuncs.com', + ], + [ + 'regionId' => 'cn-shenzhen-su18-b01', + 'endpoint' => 'dts.aliyuncs.com', + ], + [ + 'regionId' => 'cn-wuhan', + 'endpoint' => 'dts.aliyuncs.com', + ], + [ + 'regionId' => 'cn-wulanchabu', + 'endpoint' => 'dts.aliyuncs.com', + ], + [ + 'regionId' => 'cn-yushanfang', + 'endpoint' => 'dts.aliyuncs.com', + ], + [ + 'regionId' => 'cn-zhangbei-na61-b01', + 'endpoint' => 'dts.aliyuncs.com', + ], + [ + 'regionId' => 'cn-zhangjiakou-na62-a01', + 'endpoint' => 'dts.aliyuncs.com', + ], + [ + 'regionId' => 'cn-zhengzhou-nebula-1', + 'endpoint' => 'dts.aliyuncs.com', + ], + [ + 'regionId' => 'eu-west-1-oxs', + 'endpoint' => 'dts.aliyuncs.com', + ], + [ + 'regionId' => 'rus-west-1-pop', + 'endpoint' => 'dts.aliyuncs.com', + ], + [ + 'regionId' => 'ap-northeast-1', + 'endpoint' => 'dts.ap-northeast-1.aliyuncs.com', + ], + ], +]; |
