diff options
Diffstat (limited to 'data/en_us/bpstudio/2020-07-10/api-docs.php')
| -rw-r--r-- | data/en_us/bpstudio/2020-07-10/api-docs.php | 331 |
1 files changed, 54 insertions, 277 deletions
diff --git a/data/en_us/bpstudio/2020-07-10/api-docs.php b/data/en_us/bpstudio/2020-07-10/api-docs.php index e18041c..d3f968f 100644 --- a/data/en_us/bpstudio/2020-07-10/api-docs.php +++ b/data/en_us/bpstudio/2020-07-10/api-docs.php @@ -1,18 +1,12 @@ <?php return [ 'version' => '1.0', - 'info' => [ - 'style' => 'RPC', - 'product' => 'BPStudio', - 'version' => '2020-07-10', - ], + 'info' => ['style' => 'RPC', 'product' => 'BPStudio', 'version' => '2020-07-10'], 'directories' => [ [ 'id' => 0, 'title' => '其它', 'type' => 'directory', - 'children' => [ - 'GetDeployDetail', - ], + 'children' => ['GetDeployDetail'], ], ], 'components' => [ @@ -21,14 +15,8 @@ 'apis' => [ 'GetDeployDetail' => [ 'summary' => '分页查询部署清单', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -39,93 +27,48 @@ 'systemTags' => [ 'operationType' => 'get', 'abilityTreeCode' => '104355', - 'abilityTreeNodes' => [ - 'FEATUREbpstudioJLICAE', - ], + 'abilityTreeNodes' => ['FEATUREbpstudioJLICAE'], ], 'parameters' => [ [ 'name' => 'AppId', 'in' => 'formData', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => '30GRJUY95TMYWBYJ', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '30GRJUY95TMYWBYJ'], ], [ 'name' => 'ResourceGroupId', 'in' => 'formData', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'rg-aekz44tg3bnpyba', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => 'rg-aekz44tg3bnpyba'], ], [ 'name' => 'NextToken', 'in' => 'formData', - 'schema' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int64', - 'required' => true, - 'example' => '1', - ], + 'schema' => ['description' => '', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '1'], ], [ 'name' => 'MaxResults', 'in' => 'formData', - 'schema' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int64', - 'required' => true, - 'example' => '40', - ], + 'schema' => ['description' => '', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '40'], ], [ 'name' => 'ResourceId', 'in' => 'formData', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'vsw-xxxxxxxxxxxx', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => 'vsw-xxxxxxxxxxxx'], ], [ 'name' => 'ResourceType', 'in' => 'formData', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'ecs', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => 'ecs'], ], [ 'name' => 'ResourceName', 'in' => 'formData', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'rgm-ecs', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => 'rgm-ecs'], ], [ 'name' => 'RefId', 'in' => 'formData', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '1713597738', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => '1713597738'], ], ], 'responses' => [ @@ -133,16 +76,8 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Message' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'Success', - ], - 'RequestId' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'E15B71B4-5D8F-5484-BC07-989E2987EE7C', - ], + 'Message' => ['description' => '', 'type' => 'string', 'example' => 'Success'], + 'RequestId' => ['description' => '', 'type' => 'string', 'example' => 'E15B71B4-5D8F-5484-BC07-989E2987EE7C'], 'Data' => [ 'description' => '', 'type' => 'array', @@ -150,31 +85,14 @@ 'description' => '', 'type' => 'object', 'properties' => [ - 'Status' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'Revised', - ], + 'Status' => ['description' => '', 'type' => 'string', 'example' => 'Revised'], 'OrderIdList' => [ 'description' => '', 'type' => 'array', - 'items' => [ - 'description' => '', - 'type' => 'string', - 'example' => '[11396641]', - ], - ], - 'AppId' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'EQ4W772D0VJ33IV1', - ], - 'CreateTime' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int64', - 'example' => '1645516991000', + 'items' => ['description' => '', 'type' => 'string', 'example' => '[11396641]'], ], + 'AppId' => ['description' => '', 'type' => 'string', 'example' => 'EQ4W772D0VJ33IV1'], + 'CreateTime' => ['description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '1645516991000'], 'ResourceList' => [ 'description' => '', 'type' => 'array', @@ -182,82 +100,24 @@ 'description' => '', 'type' => 'object', 'properties' => [ - 'Status' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'Finish', - ], - 'ResourceType' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'vpc', - ], - 'ModifiedTime' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int64', - 'example' => '1714031840000', - ], - 'Remark' => [ - 'description' => '', - 'type' => 'string', - 'example' => '{\\"Description\\":\\"\\",\\"ClassicLinkEnabled\\":false,\\"ResourceGroupId\\":\\"rg-acfm4mlwqjalz7a\\",\\"SecondaryCidrBlocks\\":[],\\"CidrBlock\\":\\"192.168.0.0/16\\",\\"UserCidrs\\":[],\\"NetworkAclNum\\":\\"0\\",\\"VRouterId\\":\\"vrt-m5ek7vcyld0x5ym8m9hix\\",\\"OwnerId\\":1986207497633020,\\"AssociatedCens\\":[],\\"id\\":\\"vpc-m5e3c9nz4lj19byan9m2g\\",\\"CloudResources\\":[{\\"ResourceCount\\":1,\\"ResourceType\\":\\"VSwitch\\"},{\\"ResourceCount\\":1,\\"ResourceType\\":\\"VRouter\\"},{\\"ResourceCount\\":1,\\"ResourceType\\":\\"RouteTable\\"}],\\"Tags\\":[],\\"Status\\":\\"Available\\",\\"IsDefault\\":false,\\"RequestId\\":\\"494646FB-14C0-5B4C-9684-B6EFBF4DF01C\\",\\"SupportIpv4Gateway\\":false,\\"Ipv4GatewayId\\":\\"\\",\\"VSwitchIds\\":[\\"vsw-m5egl9wtppiadysjwlgb1\\"],\\"VpcId\\":\\"vpc-m5e3c9nz4lj19byan9m2g\\",\\"CreationTime\\":\\"2024-04-25T07:56:59Z\\",\\"VpcName\\":\\"vpc\\",\\"refId\\":\\"1714031764_0\\",\\"RegionId\\":\\"cn-qingdao\\",\\"Ipv6CidrBlock\\":\\"\\",\\"Ipv6CidrBlocks\\":[]}', - ], - 'NodeName' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'vpc', - ], - 'ChargeType' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'Free', - ], - 'BuyDuration' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'ResourceId' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'i-2zehnzxqixu1pywsfbx1', - ], - 'ResourceCode' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'ecs', - ], - 'RefId' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int64', - 'example' => '1716049421', - ], - 'MonitorURL' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'https://cloudmonitor.console.aliyun.com/?#/generalcharts/product=vpc&group=&type=&return®ion=cn-hangzhou&dimension=instanceId:vpc-bp1n6uc5jqxtff2euhnx5', - ], - 'ExecutionStrategy' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'OpenApi', - ], + 'Status' => ['description' => '', 'type' => 'string', 'example' => 'Finish'], + 'ResourceType' => ['description' => '', 'type' => 'string', 'example' => 'vpc'], + 'ModifiedTime' => ['description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '1714031840000'], + 'Remark' => ['description' => '', 'type' => 'string', 'example' => '{\\"Description\\":\\"\\",\\"ClassicLinkEnabled\\":false,\\"ResourceGroupId\\":\\"rg-acfm4mlwqjalz7a\\",\\"SecondaryCidrBlocks\\":[],\\"CidrBlock\\":\\"192.168.0.0/16\\",\\"UserCidrs\\":[],\\"NetworkAclNum\\":\\"0\\",\\"VRouterId\\":\\"vrt-m5ek7vcyld0x5ym8m9hix\\",\\"OwnerId\\":1986207497633020,\\"AssociatedCens\\":[],\\"id\\":\\"vpc-m5e3c9nz4lj19byan9m2g\\",\\"CloudResources\\":[{\\"ResourceCount\\":1,\\"ResourceType\\":\\"VSwitch\\"},{\\"ResourceCount\\":1,\\"ResourceType\\":\\"VRouter\\"},{\\"ResourceCount\\":1,\\"ResourceType\\":\\"RouteTable\\"}],\\"Tags\\":[],\\"Status\\":\\"Available\\",\\"IsDefault\\":false,\\"RequestId\\":\\"494646FB-14C0-5B4C-9684-B6EFBF4DF01C\\",\\"SupportIpv4Gateway\\":false,\\"Ipv4GatewayId\\":\\"\\",\\"VSwitchIds\\":[\\"vsw-m5egl9wtppiadysjwlgb1\\"],\\"VpcId\\":\\"vpc-m5e3c9nz4lj19byan9m2g\\",\\"CreationTime\\":\\"2024-04-25T07:56:59Z\\",\\"VpcName\\":\\"vpc\\",\\"refId\\":\\"1714031764_0\\",\\"RegionId\\":\\"cn-qingdao\\",\\"Ipv6CidrBlock\\":\\"\\",\\"Ipv6CidrBlocks\\":[]}'], + 'NodeName' => ['description' => '', 'type' => 'string', 'example' => 'vpc'], + 'ChargeType' => ['description' => '', 'type' => 'string', 'example' => 'Free'], + 'BuyDuration' => ['description' => '', 'type' => 'string', 'example' => ''], + 'ResourceId' => ['description' => '', 'type' => 'string', 'example' => 'i-2zehnzxqixu1pywsfbx1'], + 'ResourceCode' => ['description' => '', 'type' => 'string', 'example' => 'ecs'], + 'RefId' => ['description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '1716049421'], + 'MonitorURL' => ['description' => '', 'type' => 'string', 'example' => 'https://cloudmonitor.console.aliyun.com/?#/generalcharts/product=vpc&group=&type=&return®ion=cn-hangzhou&dimension=instanceId:vpc-bp1n6uc5jqxtff2euhnx5'], + 'ExecutionStrategy' => ['description' => '', 'type' => 'string', 'example' => 'OpenApi'], 'Operation' => [ 'description' => '', 'type' => 'object', 'properties' => [ - 'Name' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'ecsDelete', - ], - 'Operations' => [ - 'description' => '', - 'type' => 'object', - 'example' => '', - ], + 'Name' => ['description' => '', 'type' => 'string', 'example' => 'ecsDelete'], + 'Operations' => ['description' => '', 'type' => 'object', 'example' => ''], ], ], 'ResourceTimeList' => [ @@ -265,123 +125,46 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'id' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'BizId' => [ - 'type' => 'string', - ], - 'CreationStartTime' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'CreationEndTime' => [ - 'type' => 'integer', - 'format' => 'int64', - ], + 'id' => ['type' => 'integer', 'format' => 'int64'], + 'BizId' => ['type' => 'string'], + 'CreationStartTime' => ['type' => 'integer', 'format' => 'int64'], + 'CreationEndTime' => ['type' => 'integer', 'format' => 'int64'], ], ], ], - 'ExpiredTime' => [ - 'type' => 'integer', - 'format' => 'int64', - ], + 'ExpiredTime' => ['type' => 'integer', 'format' => 'int64'], ], ], ], - 'Error' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'OperationNotSupport.SubscriptionCommodityCanNotDelete', - ], - 'FailStatus' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '', - ], - 'TerraformScriptUrl' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'https://cadt-studio-publish.oss-cn-hangzhou.aliyuncs.com/1986207497633020/app_EXN4FNUR12M35KJM.tf?Expires=1716967763&OSSAccessKeyId=*******nw4rvYAweFuQc3&Signature=%2********lYROqJLNvyA8g6qD9U%3D', - ], - 'ExecutionTime' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '', - ], - 'PdfUrl' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'https://cadt-studio-publish.oss-cn-hangzhou.aliyuncs.com/1986207497633020/deployReport-EXN4FNUR12M35KJM.pdf?Expires=1716967763&OSSAccessKeyId=********nw4rvYAweFuQc3&Signature=*******fKo6164wykT9jBOsSGeQ%3D', - ], - 'ResourceGroupId' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'rg-aekzhfgmw4e6fwq', - ], - 'CurrentProcess' => [ - 'title' => '当前流程: IMPORT/DEPLOY', - 'description' => '', - 'type' => 'string', - 'example' => 'DEPLOY', - ], - 'DeployPercent' => [ - 'description' => '', - 'type' => 'number', - 'format' => 'double', - 'example' => '0', - ], + 'Error' => ['description' => '', 'type' => 'string', 'example' => 'OperationNotSupport.SubscriptionCommodityCanNotDelete'], + 'FailStatus' => ['description' => '', 'type' => 'integer', 'format' => 'int32', 'example' => ''], + 'TerraformScriptUrl' => ['description' => '', 'type' => 'string', 'example' => 'https://cadt-studio-publish.oss-cn-hangzhou.aliyuncs.com/1986207497633020/app_EXN4FNUR12M35KJM.tf?Expires=1716967763&OSSAccessKeyId=*******nw4rvYAweFuQc3&Signature=%2********lYROqJLNvyA8g6qD9U%3D'], + 'ExecutionTime' => ['description' => '', 'type' => 'integer', 'format' => 'int32', 'example' => ''], + 'PdfUrl' => ['description' => '', 'type' => 'string', 'example' => 'https://cadt-studio-publish.oss-cn-hangzhou.aliyuncs.com/1986207497633020/deployReport-EXN4FNUR12M35KJM.pdf?Expires=1716967763&OSSAccessKeyId=********nw4rvYAweFuQc3&Signature=*******fKo6164wykT9jBOsSGeQ%3D'], + 'ResourceGroupId' => ['description' => '', 'type' => 'string', 'example' => 'rg-aekzhfgmw4e6fwq'], + 'CurrentProcess' => ['title' => '当前流程: IMPORT/DEPLOY', 'description' => '', 'type' => 'string', 'example' => 'DEPLOY'], + 'DeployPercent' => ['description' => '', 'type' => 'number', 'format' => 'double', 'example' => '0'], 'DeployingNodeList' => [ 'description' => '', 'type' => 'array', - 'items' => [ - 'description' => '', - 'type' => 'object', - 'example' => '[{"nodeNameList":"vpc","nodeType":"vpc"},{"nodeNameList":"vswitch","nodeType":"vswitch"}]', - ], + 'items' => ['description' => '', 'type' => 'object', 'example' => '[{"nodeNameList":"vpc","nodeType":"vpc"},{"nodeNameList":"vswitch","nodeType":"vswitch"}]'], ], 'DeployedNodeList' => [ 'description' => '', 'type' => 'array', - 'items' => [ - 'description' => '', - 'type' => 'object', - 'example' => '[{"nodeNameList":"vpc","nodeType":"vpc"},{"nodeNameList":"vswitch","nodeType":"vswitch"}]', - ], + 'items' => ['description' => '', 'type' => 'object', 'example' => '[{"nodeNameList":"vpc","nodeType":"vpc"},{"nodeNameList":"vswitch","nodeType":"vswitch"}]'], ], 'DeletingNodeList' => [ 'description' => '', 'type' => 'array', - 'items' => [ - 'description' => '', - 'type' => 'object', - 'example' => '[{"nodeNameList":"vpc","nodeType":"vpc"},{"nodeNameList":"vswitch","nodeType":"vswitch"}]', - ], + 'items' => ['description' => '', 'type' => 'object', 'example' => '[{"nodeNameList":"vpc","nodeType":"vpc"},{"nodeNameList":"vswitch","nodeType":"vswitch"}]'], ], ], ], ], - 'Code' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '200', - ], - 'TotalCount' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int64', - 'example' => '10', - ], - 'NextToken' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int64', - 'example' => '0', - ], + 'Code' => ['description' => '', 'type' => 'integer', 'format' => 'int32', 'example' => '200'], + 'TotalCount' => ['description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '10'], + 'NextToken' => ['description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '0'], ], ], ], @@ -390,13 +173,7 @@ ], ], 'endpoints' => [ - [ - 'regionId' => 'cn-hangzhou', - 'endpoint' => 'bpstudio.cn-hangzhou.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-1', - 'endpoint' => 'bpstudio.ap-southeast-1.aliyuncs.com', - ], + ['regionId' => 'cn-hangzhou', 'endpoint' => 'bpstudio.cn-hangzhou.aliyuncs.com'], + ['regionId' => 'ap-southeast-1', 'endpoint' => 'bpstudio.ap-southeast-1.aliyuncs.com'], ], ]; |
