diff --git a/metadatas/arms/CreateRumApp.json b/metadatas/arms/CreateRumApp.json index f1cb35214..3fd55825d 100644 --- a/metadatas/arms/CreateRumApp.json +++ b/metadatas/arms/CreateRumApp.json @@ -83,6 +83,12 @@ "required": false } ] + }, + { + "name": "Workspace", + "position": "Query", + "type": "String", + "required": false } ] } \ No newline at end of file diff --git a/metadatas/arms/GetRumAppInfo.json b/metadatas/arms/GetRumAppInfo.json index d7f0b825d..5a77e44f3 100644 --- a/metadatas/arms/GetRumAppInfo.json +++ b/metadatas/arms/GetRumAppInfo.json @@ -21,6 +21,12 @@ "position": "Query", "type": "String", "required": true + }, + { + "name": "Workspace", + "position": "Query", + "type": "String", + "required": false } ] } \ No newline at end of file diff --git a/metadatas/arms/GetRumApps.json b/metadatas/arms/GetRumApps.json index 519c0bbc7..b8364b547 100644 --- a/metadatas/arms/GetRumApps.json +++ b/metadatas/arms/GetRumApps.json @@ -53,6 +53,12 @@ "required": false } ] + }, + { + "name": "Workspace", + "position": "Query", + "type": "String", + "required": false } ] } \ No newline at end of file diff --git a/metadatas/arms/GetRumDataForPage.json b/metadatas/arms/GetRumDataForPage.json index 1aaf5d1e3..ce4ac3b63 100644 --- a/metadatas/arms/GetRumDataForPage.json +++ b/metadatas/arms/GetRumDataForPage.json @@ -51,6 +51,12 @@ "position": "Query", "type": "Integer", "required": true + }, + { + "name": "Workspace", + "position": "Query", + "type": "String", + "required": false } ] } \ No newline at end of file diff --git a/metadatas/cloudapi/DescribeApiGroups.json b/metadatas/cloudapi/DescribeApiGroups.json index f4ba4e05e..f3130dc12 100644 --- a/metadatas/cloudapi/DescribeApiGroups.json +++ b/metadatas/cloudapi/DescribeApiGroups.json @@ -4,6 +4,12 @@ "method": "GET|POST", "pathPattern": "", "parameters": [ + { + "name": "BasePath", + "position": "Query", + "type": "String", + "required": false + }, { "name": "EnableTagAuth", "position": "Query", diff --git a/metadatas/cloudapi/ModifyInstanceVpcAttributeForConsole.json b/metadatas/cloudapi/ModifyInstanceVpcAttributeForConsole.json new file mode 100644 index 000000000..df472c910 --- /dev/null +++ b/metadatas/cloudapi/ModifyInstanceVpcAttributeForConsole.json @@ -0,0 +1,44 @@ +{ + "name": "ModifyInstanceVpcAttributeForConsole", + "protocol": "HTTP|HTTPS", + "method": "GET|POST", + "pathPattern": "", + "parameters": [ + { + "name": "DeleteVpcAccess", + "position": "Query", + "type": "Boolean", + "required": false + }, + { + "name": "InstanceId", + "position": "Query", + "type": "String", + "required": true + }, + { + "name": "Token", + "position": "Query", + "type": "String", + "required": false + }, + { + "name": "VpcId", + "position": "Query", + "type": "String", + "required": true + }, + { + "name": "VpcOwnerId", + "position": "Query", + "type": "Long", + "required": false + }, + { + "name": "VswitchId", + "position": "Query", + "type": "String", + "required": false + } + ] +} \ No newline at end of file diff --git a/metadatas/cloudfw/ModifyDefaultIPSConfig.json b/metadatas/cloudfw/ModifyDefaultIPSConfig.json index 4b38fb5e7..761cec885 100644 --- a/metadatas/cloudfw/ModifyDefaultIPSConfig.json +++ b/metadatas/cloudfw/ModifyDefaultIPSConfig.json @@ -22,6 +22,12 @@ "type": "String", "required": false }, + { + "name": "MaxSdl", + "position": "Query", + "type": "Long", + "required": false + }, { "name": "PatchRules", "position": "Query", diff --git a/metadatas/esa/CreateRoutine.json b/metadatas/esa/CreateRoutine.json deleted file mode 100644 index 76227c60c..000000000 --- a/metadatas/esa/CreateRoutine.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "CreateRoutine", - "protocol": "HTTP|HTTPS", - "method": "GET|POST", - "pathPattern": "", - "parameters": [ - { - "name": "Description", - "position": "Body", - "type": "String", - "required": false - }, - { - "name": "Name", - "position": "Body", - "type": "String", - "required": true - }, - { - "name": "SpecName", - "position": "Body", - "type": "String", - "required": true - } - ] -} \ No newline at end of file diff --git a/metadatas/esa/CreateRoutineRelatedRecord.json b/metadatas/esa/CreateRoutineRelatedRecord.json deleted file mode 100644 index 634e90fd4..000000000 --- a/metadatas/esa/CreateRoutineRelatedRecord.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "CreateRoutineRelatedRecord", - "protocol": "HTTP|HTTPS", - "method": "GET|POST", - "pathPattern": "", - "parameters": [ - { - "name": "Name", - "position": "Body", - "type": "String", - "required": true - }, - { - "name": "RecordName", - "position": "Body", - "type": "String", - "required": true - }, - { - "name": "SiteId", - "position": "Body", - "type": "Long", - "required": true - } - ] -} \ No newline at end of file diff --git a/metadatas/esa/CreateRoutineRelatedRoute.json b/metadatas/esa/CreateRoutineRelatedRoute.json deleted file mode 100644 index f6cd57287..000000000 --- a/metadatas/esa/CreateRoutineRelatedRoute.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "CreateRoutineRelatedRoute", - "protocol": "HTTP|HTTPS", - "method": "GET|POST", - "pathPattern": "", - "parameters": [ - { - "name": "ByPass", - "position": "Body", - "type": "String", - "required": false - }, - { - "name": "Name", - "position": "Body", - "type": "String", - "required": true - }, - { - "name": "Route", - "position": "Body", - "type": "String", - "required": true - }, - { - "name": "SiteId", - "position": "Body", - "type": "Long", - "required": true - } - ] -} \ No newline at end of file diff --git a/metadatas/esa/DeleteRoutine.json b/metadatas/esa/DeleteRoutine.json deleted file mode 100644 index c8f7a91b5..000000000 --- a/metadatas/esa/DeleteRoutine.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "DeleteRoutine", - "protocol": "HTTP|HTTPS", - "method": "GET|POST", - "pathPattern": "", - "parameters": [ - { - "name": "Name", - "position": "Body", - "type": "String", - "required": true - } - ] -} \ No newline at end of file diff --git a/metadatas/esa/DeleteRoutineCodeVersion.json b/metadatas/esa/DeleteRoutineCodeVersion.json deleted file mode 100644 index 54d26b92d..000000000 --- a/metadatas/esa/DeleteRoutineCodeVersion.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "name": "DeleteRoutineCodeVersion", - "protocol": "HTTPS", - "method": "GET|POST", - "pathPattern": "", - "parameters": [ - { - "name": "CodeVersion", - "position": "Body", - "type": "String", - "required": true - }, - { - "name": "Name", - "position": "Body", - "type": "String", - "required": true - } - ] -} \ No newline at end of file diff --git a/metadatas/esa/DeleteRoutineRelatedRecord.json b/metadatas/esa/DeleteRoutineRelatedRecord.json deleted file mode 100644 index ceb19f8aa..000000000 --- a/metadatas/esa/DeleteRoutineRelatedRecord.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "DeleteRoutineRelatedRecord", - "protocol": "HTTP|HTTPS", - "method": "GET|POST", - "pathPattern": "", - "parameters": [ - { - "name": "Name", - "position": "Body", - "type": "String", - "required": true - }, - { - "name": "RecordId", - "position": "Body", - "type": "Long", - "required": true - }, - { - "name": "RecordName", - "position": "Body", - "type": "String", - "required": true - }, - { - "name": "SiteId", - "position": "Query", - "type": "Long", - "required": true - } - ] -} \ No newline at end of file diff --git a/metadatas/esa/DeleteRoutineRelatedRoute.json b/metadatas/esa/DeleteRoutineRelatedRoute.json deleted file mode 100644 index 6dadf7133..000000000 --- a/metadatas/esa/DeleteRoutineRelatedRoute.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "DeleteRoutineRelatedRoute", - "protocol": "HTTP|HTTPS", - "method": "GET|POST", - "pathPattern": "", - "parameters": [ - { - "name": "Name", - "position": "Body", - "type": "String", - "required": true - }, - { - "name": "Route", - "position": "Body", - "type": "String", - "required": true - }, - { - "name": "RouteId", - "position": "Body", - "type": "String", - "required": true - }, - { - "name": "SiteId", - "position": "Body", - "type": "Long", - "required": true - } - ] -} \ No newline at end of file diff --git a/metadatas/esa/GetRoutine.json b/metadatas/esa/GetRoutine.json deleted file mode 100644 index 0f9e6ef18..000000000 --- a/metadatas/esa/GetRoutine.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "GetRoutine", - "protocol": "HTTP|HTTPS", - "method": "GET|POST", - "pathPattern": "", - "parameters": [ - { - "name": "Name", - "position": "Body", - "type": "String", - "required": true - } - ] -} \ No newline at end of file diff --git a/metadatas/esa/GetRoutineStagingEnvIp.json b/metadatas/esa/GetRoutineStagingEnvIp.json deleted file mode 100644 index 138666756..000000000 --- a/metadatas/esa/GetRoutineStagingEnvIp.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "name": "GetRoutineStagingEnvIp", - "protocol": "HTTP|HTTPS", - "method": "GET|POST", - "pathPattern": "", - "parameters": [] -} \ No newline at end of file diff --git a/metadatas/esa/GetRoutineUserInfo.json b/metadatas/esa/GetRoutineUserInfo.json deleted file mode 100644 index 489a8e06b..000000000 --- a/metadatas/esa/GetRoutineUserInfo.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "name": "GetRoutineUserInfo", - "protocol": "HTTP|HTTPS", - "method": "GET|POST", - "pathPattern": "", - "parameters": [] -} \ No newline at end of file diff --git a/metadatas/esa/ListRoutineCanaryAreas.json b/metadatas/esa/ListRoutineCanaryAreas.json deleted file mode 100644 index d639a9029..000000000 --- a/metadatas/esa/ListRoutineCanaryAreas.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "name": "ListRoutineCanaryAreas", - "protocol": "HTTP|HTTPS", - "method": "GET|POST", - "pathPattern": "", - "parameters": [] -} \ No newline at end of file diff --git a/metadatas/esa/ListRoutineOptionalSpecs.json b/metadatas/esa/ListRoutineOptionalSpecs.json deleted file mode 100644 index 621380a47..000000000 --- a/metadatas/esa/ListRoutineOptionalSpecs.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "name": "ListRoutineOptionalSpecs", - "protocol": "HTTP|HTTPS", - "method": "GET|POST", - "pathPattern": "", - "parameters": [] -} \ No newline at end of file diff --git a/metadatas/esa/PublishRoutineCodeVersion.json b/metadatas/esa/PublishRoutineCodeVersion.json deleted file mode 100644 index cf41faca9..000000000 --- a/metadatas/esa/PublishRoutineCodeVersion.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "PublishRoutineCodeVersion", - "protocol": "HTTP|HTTPS", - "method": "GET|POST", - "pathPattern": "", - "parameters": [ - { - "name": "CanaryAreaList", - "position": "Body", - "type": "Json", - "required": false - }, - { - "name": "CanaryCodeVersion", - "position": "Body", - "type": "String", - "required": false - }, - { - "name": "CodeVersion", - "position": "Body", - "type": "String", - "required": false - }, - { - "name": "Env", - "position": "Body", - "type": "String", - "required": true - }, - { - "name": "Name", - "position": "Body", - "type": "String", - "required": true - } - ] -} \ No newline at end of file diff --git a/metadatas/ess/AttachInstances.json b/metadatas/ess/AttachInstances.json index d4a226fa3..6feb29d74 100644 --- a/metadatas/ess/AttachInstances.json +++ b/metadatas/ess/AttachInstances.json @@ -16,6 +16,12 @@ "type": "Boolean", "required": false }, + { + "name": "IgnoreInvalidInstance", + "position": "Query", + "type": "Boolean", + "required": false + }, { "name": "InstanceId", "position": "Query", diff --git a/metadatas/hologram/ChangeResourceGroup.json b/metadatas/hologram/ChangeResourceGroup.json new file mode 100644 index 000000000..e5df25564 --- /dev/null +++ b/metadatas/hologram/ChangeResourceGroup.json @@ -0,0 +1,14 @@ +{ + "name": "ChangeResourceGroup", + "protocol": "HTTPS", + "method": "POST", + "pathPattern": "/api/v1/tag/changeResourceGroup", + "parameters": [ + { + "name": "body", + "position": "Body", + "type": "String", + "required": false + } + ] +} \ No newline at end of file diff --git a/metadatas/hologram/CreateHoloWarehouse.json b/metadatas/hologram/CreateHoloWarehouse.json new file mode 100644 index 000000000..67c08b811 --- /dev/null +++ b/metadatas/hologram/CreateHoloWarehouse.json @@ -0,0 +1,20 @@ +{ + "name": "CreateHoloWarehouse", + "protocol": "HTTP|HTTPS", + "method": "POST", + "pathPattern": "/api/v1/instances/[instanceId]/createHoloWarehouse", + "parameters": [ + { + "name": "body", + "position": "Body", + "type": "String", + "required": false + }, + { + "name": "instanceId", + "position": "Path", + "type": "String", + "required": true + } + ] +} \ No newline at end of file diff --git a/metadatas/hologram/CreateInstance.json b/metadatas/hologram/CreateInstance.json new file mode 100644 index 000000000..b6a4c9f9c --- /dev/null +++ b/metadatas/hologram/CreateInstance.json @@ -0,0 +1,14 @@ +{ + "name": "CreateInstance", + "protocol": "HTTP|HTTPS", + "method": "POST", + "pathPattern": "/api/v1/instances/create", + "parameters": [ + { + "name": "body", + "position": "Body", + "type": "String", + "required": false + } + ] +} \ No newline at end of file diff --git a/metadatas/hologram/DeleteHoloWarehouse.json b/metadatas/hologram/DeleteHoloWarehouse.json new file mode 100644 index 000000000..814fa0b70 --- /dev/null +++ b/metadatas/hologram/DeleteHoloWarehouse.json @@ -0,0 +1,20 @@ +{ + "name": "DeleteHoloWarehouse", + "protocol": "HTTP|HTTPS", + "method": "POST", + "pathPattern": "/api/v1/instances/[instanceId]/deleteHoloWarehouse", + "parameters": [ + { + "name": "body", + "position": "Body", + "type": "String", + "required": false + }, + { + "name": "instanceId", + "position": "Path", + "type": "String", + "required": true + } + ] +} \ No newline at end of file diff --git a/metadatas/hologram/DeleteInstance.json b/metadatas/hologram/DeleteInstance.json new file mode 100644 index 000000000..97d9caef2 --- /dev/null +++ b/metadatas/hologram/DeleteInstance.json @@ -0,0 +1,20 @@ +{ + "name": "DeleteInstance", + "protocol": "HTTP|HTTPS", + "method": "POST", + "pathPattern": "/api/v1/instances/[instanceId]/delete", + "parameters": [ + { + "name": "RegionId", + "position": "Query", + "type": "String", + "required": false + }, + { + "name": "instanceId", + "position": "Path", + "type": "String", + "required": false + } + ] +} \ No newline at end of file diff --git a/metadatas/hologram/DisableHiveAccess.json b/metadatas/hologram/DisableHiveAccess.json new file mode 100644 index 000000000..b8a689dad --- /dev/null +++ b/metadatas/hologram/DisableHiveAccess.json @@ -0,0 +1,20 @@ +{ + "name": "DisableHiveAccess", + "protocol": "HTTP|HTTPS", + "method": "POST", + "pathPattern": "/api/v1/instances/[instanceId]/disableHiveAccess", + "parameters": [ + { + "name": "RegionId", + "position": "Query", + "type": "String", + "required": false + }, + { + "name": "instanceId", + "position": "Path", + "type": "String", + "required": false + } + ] +} \ No newline at end of file diff --git a/metadatas/hologram/EnableHiveAccess.json b/metadatas/hologram/EnableHiveAccess.json new file mode 100644 index 000000000..77615604b --- /dev/null +++ b/metadatas/hologram/EnableHiveAccess.json @@ -0,0 +1,20 @@ +{ + "name": "EnableHiveAccess", + "protocol": "HTTP|HTTPS", + "method": "POST", + "pathPattern": "/api/v1/instances/[instanceId]/enableHiveAccess", + "parameters": [ + { + "name": "RegionId", + "position": "Query", + "type": "String", + "required": false + }, + { + "name": "instanceId", + "position": "Path", + "type": "String", + "required": false + } + ] +} \ No newline at end of file diff --git a/metadatas/hologram/GetInstance.json b/metadatas/hologram/GetInstance.json new file mode 100644 index 000000000..9a3666e92 --- /dev/null +++ b/metadatas/hologram/GetInstance.json @@ -0,0 +1,14 @@ +{ + "name": "GetInstance", + "protocol": "HTTP|HTTPS", + "method": "GET", + "pathPattern": "/api/v1/instances/[instanceId]", + "parameters": [ + { + "name": "instanceId", + "position": "Path", + "type": "String", + "required": false + } + ] +} \ No newline at end of file diff --git a/metadatas/hologram/GetWarehouseDetail.json b/metadatas/hologram/GetWarehouseDetail.json new file mode 100644 index 000000000..2e9f48110 --- /dev/null +++ b/metadatas/hologram/GetWarehouseDetail.json @@ -0,0 +1,14 @@ +{ + "name": "GetWarehouseDetail", + "protocol": "HTTP|HTTPS", + "method": "GET", + "pathPattern": "/api/v1/instances/[instanceId]/getWarehouseDetail", + "parameters": [ + { + "name": "instanceId", + "position": "Path", + "type": "String", + "required": false + } + ] +} \ No newline at end of file diff --git a/metadatas/hologram/ListBackupData.json b/metadatas/hologram/ListBackupData.json new file mode 100644 index 000000000..6fae7e1db --- /dev/null +++ b/metadatas/hologram/ListBackupData.json @@ -0,0 +1,20 @@ +{ + "name": "ListBackupData", + "protocol": "HTTP|HTTPS", + "method": "GET", + "pathPattern": "/api/v1/backups", + "parameters": [ + { + "name": "backupType", + "position": "Query", + "type": "String", + "required": false + }, + { + "name": "instanceId", + "position": "Query", + "type": "String", + "required": false + } + ] +} \ No newline at end of file diff --git a/metadatas/hologram/ListInstances.json b/metadatas/hologram/ListInstances.json new file mode 100644 index 000000000..d3013199d --- /dev/null +++ b/metadatas/hologram/ListInstances.json @@ -0,0 +1,14 @@ +{ + "name": "ListInstances", + "protocol": "HTTP|HTTPS", + "method": "POST", + "pathPattern": "/api/v1/instances", + "parameters": [ + { + "name": "body", + "position": "Body", + "type": "String", + "required": false + } + ] +} \ No newline at end of file diff --git a/metadatas/hologram/ListWarehouses.json b/metadatas/hologram/ListWarehouses.json new file mode 100644 index 000000000..d808413d2 --- /dev/null +++ b/metadatas/hologram/ListWarehouses.json @@ -0,0 +1,14 @@ +{ + "name": "ListWarehouses", + "protocol": "HTTP|HTTPS", + "method": "GET", + "pathPattern": "/api/v1/instances/[instanceId]/listWarehouses", + "parameters": [ + { + "name": "instanceId", + "position": "Path", + "type": "String", + "required": false + } + ] +} \ No newline at end of file diff --git a/metadatas/hologram/RebalanceHoloWarehouse.json b/metadatas/hologram/RebalanceHoloWarehouse.json new file mode 100644 index 000000000..3cb77767b --- /dev/null +++ b/metadatas/hologram/RebalanceHoloWarehouse.json @@ -0,0 +1,20 @@ +{ + "name": "RebalanceHoloWarehouse", + "protocol": "HTTP|HTTPS", + "method": "POST", + "pathPattern": "/api/v1/instances/[instanceId]/rebalanceHoloWarehouse", + "parameters": [ + { + "name": "body", + "position": "Body", + "type": "String", + "required": false + }, + { + "name": "instanceId", + "position": "Path", + "type": "String", + "required": true + } + ] +} \ No newline at end of file diff --git a/metadatas/hologram/RenameHoloWarehouse.json b/metadatas/hologram/RenameHoloWarehouse.json new file mode 100644 index 000000000..c548168a5 --- /dev/null +++ b/metadatas/hologram/RenameHoloWarehouse.json @@ -0,0 +1,20 @@ +{ + "name": "RenameHoloWarehouse", + "protocol": "HTTP|HTTPS", + "method": "POST", + "pathPattern": "/api/v1/instances/[instanceId]/renameHoloWarehouse", + "parameters": [ + { + "name": "body", + "position": "Body", + "type": "String", + "required": false + }, + { + "name": "instanceId", + "position": "Path", + "type": "String", + "required": true + } + ] +} \ No newline at end of file diff --git a/metadatas/esa/CommitRoutineStagingCode.json b/metadatas/hologram/RenewInstance.json similarity index 52% rename from metadatas/esa/CommitRoutineStagingCode.json rename to metadatas/hologram/RenewInstance.json index ea49bffee..09e6c1791 100644 --- a/metadatas/esa/CommitRoutineStagingCode.json +++ b/metadatas/hologram/RenewInstance.json @@ -1,18 +1,18 @@ { - "name": "CommitRoutineStagingCode", + "name": "RenewInstance", "protocol": "HTTP|HTTPS", - "method": "GET|POST", - "pathPattern": "", + "method": "POST", + "pathPattern": "/api/v1/instances/[instanceId]/renew", "parameters": [ { - "name": "CodeDescription", + "name": "body", "position": "Body", "type": "String", "required": false }, { - "name": "Name", - "position": "Body", + "name": "instanceId", + "position": "Path", "type": "String", "required": true } diff --git a/metadatas/hologram/RestartHoloWarehouse.json b/metadatas/hologram/RestartHoloWarehouse.json new file mode 100644 index 000000000..4ffe3dffe --- /dev/null +++ b/metadatas/hologram/RestartHoloWarehouse.json @@ -0,0 +1,20 @@ +{ + "name": "RestartHoloWarehouse", + "protocol": "HTTP|HTTPS", + "method": "POST", + "pathPattern": "/api/v1/instances/[instanceId]/restartHoloWarehouse", + "parameters": [ + { + "name": "body", + "position": "Body", + "type": "String", + "required": false + }, + { + "name": "instanceId", + "position": "Path", + "type": "String", + "required": true + } + ] +} \ No newline at end of file diff --git a/metadatas/hologram/RestartInstance.json b/metadatas/hologram/RestartInstance.json new file mode 100644 index 000000000..e9e3448a1 --- /dev/null +++ b/metadatas/hologram/RestartInstance.json @@ -0,0 +1,14 @@ +{ + "name": "RestartInstance", + "protocol": "HTTP|HTTPS", + "method": "POST", + "pathPattern": "/api/v1/instances/[instanceId]/restart", + "parameters": [ + { + "name": "instanceId", + "position": "Path", + "type": "String", + "required": false + } + ] +} \ No newline at end of file diff --git a/metadatas/hologram/ResumeHoloWarehouse.json b/metadatas/hologram/ResumeHoloWarehouse.json new file mode 100644 index 000000000..431724c1e --- /dev/null +++ b/metadatas/hologram/ResumeHoloWarehouse.json @@ -0,0 +1,20 @@ +{ + "name": "ResumeHoloWarehouse", + "protocol": "HTTP|HTTPS", + "method": "POST", + "pathPattern": "/api/v1/instances/[instanceId]/resumeHoloWarehouse", + "parameters": [ + { + "name": "body", + "position": "Body", + "type": "String", + "required": false + }, + { + "name": "instanceId", + "position": "Path", + "type": "String", + "required": true + } + ] +} \ No newline at end of file diff --git a/metadatas/hologram/ResumeInstance.json b/metadatas/hologram/ResumeInstance.json new file mode 100644 index 000000000..60af470b9 --- /dev/null +++ b/metadatas/hologram/ResumeInstance.json @@ -0,0 +1,14 @@ +{ + "name": "ResumeInstance", + "protocol": "HTTP|HTTPS", + "method": "POST", + "pathPattern": "/api/v1/instances/[instanceId]/resume", + "parameters": [ + { + "name": "instanceId", + "position": "Path", + "type": "String", + "required": false + } + ] +} \ No newline at end of file diff --git a/metadatas/hologram/ScaleHoloWarehouse.json b/metadatas/hologram/ScaleHoloWarehouse.json new file mode 100644 index 000000000..a26923bb9 --- /dev/null +++ b/metadatas/hologram/ScaleHoloWarehouse.json @@ -0,0 +1,20 @@ +{ + "name": "ScaleHoloWarehouse", + "protocol": "HTTP|HTTPS", + "method": "POST", + "pathPattern": "/api/v1/instances/[instanceId]/scaleHoloWarehouse", + "parameters": [ + { + "name": "body", + "position": "Body", + "type": "String", + "required": false + }, + { + "name": "instanceId", + "position": "Path", + "type": "String", + "required": true + } + ] +} \ No newline at end of file diff --git a/metadatas/esa/GetRoutineStagingCodeUploadInfo.json b/metadatas/hologram/ScaleInstance.json similarity index 52% rename from metadatas/esa/GetRoutineStagingCodeUploadInfo.json rename to metadatas/hologram/ScaleInstance.json index 84c2949db..e0e95d432 100644 --- a/metadatas/esa/GetRoutineStagingCodeUploadInfo.json +++ b/metadatas/hologram/ScaleInstance.json @@ -1,18 +1,18 @@ { - "name": "GetRoutineStagingCodeUploadInfo", + "name": "ScaleInstance", "protocol": "HTTP|HTTPS", - "method": "GET|POST", - "pathPattern": "", + "method": "POST", + "pathPattern": "/api/v1/instances/[instanceId]/scale", "parameters": [ { - "name": "CodeDescription", + "name": "body", "position": "Body", "type": "String", "required": false }, { - "name": "Name", - "position": "Body", + "name": "instanceId", + "position": "Path", "type": "String", "required": true } diff --git a/metadatas/hologram/StopInstance.json b/metadatas/hologram/StopInstance.json new file mode 100644 index 000000000..c7e8a4a0a --- /dev/null +++ b/metadatas/hologram/StopInstance.json @@ -0,0 +1,14 @@ +{ + "name": "StopInstance", + "protocol": "HTTP|HTTPS", + "method": "POST", + "pathPattern": "/api/v1/instances/[instanceId]/stop", + "parameters": [ + { + "name": "instanceId", + "position": "Path", + "type": "String", + "required": false + } + ] +} \ No newline at end of file diff --git a/metadatas/hologram/SuspendHoloWarehouse.json b/metadatas/hologram/SuspendHoloWarehouse.json new file mode 100644 index 000000000..9e6c3f591 --- /dev/null +++ b/metadatas/hologram/SuspendHoloWarehouse.json @@ -0,0 +1,20 @@ +{ + "name": "SuspendHoloWarehouse", + "protocol": "HTTP|HTTPS", + "method": "POST", + "pathPattern": "/api/v1/instances/[instanceId]/suspendHoloWarehouse", + "parameters": [ + { + "name": "body", + "position": "Body", + "type": "String", + "required": false + }, + { + "name": "instanceId", + "position": "Path", + "type": "String", + "required": true + } + ] +} \ No newline at end of file diff --git a/metadatas/hologram/UpdateInstanceName.json b/metadatas/hologram/UpdateInstanceName.json new file mode 100644 index 000000000..f91c9fb72 --- /dev/null +++ b/metadatas/hologram/UpdateInstanceName.json @@ -0,0 +1,20 @@ +{ + "name": "UpdateInstanceName", + "protocol": "HTTP|HTTPS", + "method": "POST", + "pathPattern": "/api/v1/instances/[instanceId]/instanceName", + "parameters": [ + { + "name": "body", + "position": "Body", + "type": "String", + "required": false + }, + { + "name": "instanceId", + "position": "Path", + "type": "String", + "required": false + } + ] +} \ No newline at end of file diff --git a/metadatas/hologram/UpdateInstanceNetworkType.json b/metadatas/hologram/UpdateInstanceNetworkType.json new file mode 100644 index 000000000..6bb8fea4e --- /dev/null +++ b/metadatas/hologram/UpdateInstanceNetworkType.json @@ -0,0 +1,20 @@ +{ + "name": "UpdateInstanceNetworkType", + "protocol": "HTTP|HTTPS", + "method": "POST", + "pathPattern": "/api/v1/instances/[instanceId]/network", + "parameters": [ + { + "name": "body", + "position": "Body", + "type": "String", + "required": false + }, + { + "name": "instanceId", + "position": "Path", + "type": "String", + "required": false + } + ] +} \ No newline at end of file diff --git a/metadatas/ims/SetSecurityPreference.json b/metadatas/ims/SetSecurityPreference.json index fd42c1b97..fb2c8c8a9 100644 --- a/metadatas/ims/SetSecurityPreference.json +++ b/metadatas/ims/SetSecurityPreference.json @@ -10,6 +10,12 @@ "type": "Boolean", "required": false }, + { + "name": "AllowUserToLoginWithPasskey", + "position": "Query", + "type": "Boolean", + "required": false + }, { "name": "AllowUserToManageAccessKeys", "position": "Query", diff --git a/metadatas/products.json b/metadatas/products.json index 90db690e6..04850846e 100644 --- a/metadatas/products.json +++ b/metadatas/products.json @@ -1346,6 +1346,7 @@ "ModifyDatasetItem", "ModifyInstanceAttribute", "ModifyInstanceSpec", + "ModifyInstanceVpcAttributeForConsole", "ModifyIntranetDomainPolicy", "ModifyIpControl", "ModifyIpControlPolicyItem", @@ -14610,7 +14611,6 @@ "CheckSiteName", "CheckSiteProjectName", "CheckUserProjectName", - "CommitRoutineStagingCode", "CreateClientCertificate", "CreateCustomScenePolicy", "CreateEdgeContainerApp", @@ -14622,9 +14622,6 @@ "CreateOriginProtection", "CreatePage", "CreateRecord", - "CreateRoutine", - "CreateRoutineRelatedRecord", - "CreateRoutineRelatedRoute", "CreateScheduledPreloadExecutions", "CreateScheduledPreloadJob", "CreateSite", @@ -14648,10 +14645,6 @@ "DeleteOriginProtection", "DeletePage", "DeleteRecord", - "DeleteRoutine", - "DeleteRoutineCodeVersion", - "DeleteRoutineRelatedRecord", - "DeleteRoutineRelatedRoute", "DeleteScheduledPreloadExecution", "DeleteScheduledPreloadJob", "DeleteSite", @@ -14696,10 +14689,6 @@ "GetPurgeQuota", "GetRealtimeDeliveryField", "GetRecord", - "GetRoutine", - "GetRoutineStagingCodeUploadInfo", - "GetRoutineStagingEnvIp", - "GetRoutineUserInfo", "GetScheduledPreloadJob", "GetSite", "GetSiteCurrentNS", @@ -14733,8 +14722,6 @@ "ListOriginPools", "ListPages", "ListRecords", - "ListRoutineCanaryAreas", - "ListRoutineOptionalSpecs", "ListScheduledPreloadExecutions", "ListScheduledPreloadJobs", "ListSiteDeliveryTasks", @@ -14752,7 +14739,6 @@ "ListWaitingRooms", "PreloadCaches", "PublishEdgeContainerAppVersion", - "PublishRoutineCodeVersion", "PurgeCaches", "PutKv", "PutKvWithHighCapacity", @@ -15012,6 +14998,62 @@ "TagResources", "UntagResources" ] + }, + { + "code": "hologram", + "version": "2022-06-01", + "name": { + "en": "Hologres", + "zh": "实时数仓 Hologres" + }, + "location_service_code": "hologram", + "regional_endpoints": { + "cn-beijing": "hologram.cn-beijing.aliyuncs.com", + "cn-zhangjiakou": "hologram.cn-zhangjiakou.aliyuncs.com", + "cn-hangzhou": "hologram.cn-hangzhou.aliyuncs.com", + "cn-shanghai": "hologram.cn-shanghai.aliyuncs.com", + "cn-shenzhen": "hologram.cn-shenzhen.aliyuncs.com", + "ap-southeast-3": "hologram.ap-southeast-3.aliyuncs.com", + "ap-northeast-1": "hologram.ap-northeast-1.aliyuncs.com", + "ap-southeast-1": "hologram.ap-southeast-1.aliyuncs.com", + "ap-southeast-5": "hologram.ap-southeast-5.aliyuncs.com", + "cn-hongkong": "hologram.cn-hongkong.aliyuncs.com", + "eu-central-1": "hologram.eu-central-1.aliyuncs.com", + "us-east-1": "hologram.us-east-1.aliyuncs.com", + "us-west-1": "hologram.us-west-1.aliyuncs.com", + "ap-south-1": "hologram.ap-south-1.aliyuncs.com", + "cn-shanghai-finance-1": "hologram.cn-shanghai-finance-1.aliyuncs.com", + "cn-shenzhen-finance-1": "hologram.cn-shenzhen-finance-1.aliyuncs.com" + }, + "global_endpoint": "", + "api_style": "restful", + "apis": [ + "ChangeResourceGroup", + "CreateHoloWarehouse", + "CreateInstance", + "DeleteHoloWarehouse", + "DeleteInstance", + "DisableHiveAccess", + "EnableHiveAccess", + "GetInstance", + "GetWarehouseDetail", + "ListBackupData", + "ListInstances", + "ListWarehouses", + "RebalanceHoloWarehouse", + "RenameHoloWarehouse", + "RenewInstance", + "RestartHoloWarehouse", + "RestartInstance", + "ResumeHoloWarehouse", + "ResumeInstance", + "ScaleHoloWarehouse", + "ScaleInstance", + "StopInstance", + "SuspendHoloWarehouse", + "UpdateInstanceName", + "UpdateInstanceNetworkType" + ] } ] } \ No newline at end of file diff --git a/metadatas/ram/DeletePolicy.json b/metadatas/ram/DeletePolicy.json index 33d377271..79486270d 100644 --- a/metadatas/ram/DeletePolicy.json +++ b/metadatas/ram/DeletePolicy.json @@ -4,6 +4,12 @@ "method": "GET|POST", "pathPattern": "", "parameters": [ + { + "name": "CascadingDelete", + "position": "Query", + "type": "Boolean", + "required": false + }, { "name": "PolicyName", "position": "Query", diff --git a/metadatas/resourcecenter/ExecuteSQLQuery.json b/metadatas/resourcecenter/ExecuteSQLQuery.json index e7555f623..e8045907a 100644 --- a/metadatas/resourcecenter/ExecuteSQLQuery.json +++ b/metadatas/resourcecenter/ExecuteSQLQuery.json @@ -10,6 +10,18 @@ "type": "String", "required": true }, + { + "name": "MaxResults", + "position": "Query", + "type": "Integer", + "required": false + }, + { + "name": "NextToken", + "position": "Query", + "type": "String", + "required": false + }, { "name": "Scope", "position": "Query", diff --git a/metadatas/sas/DescribeAssetsScaProcessNum.json b/metadatas/sas/DescribeAssetsScaProcessNum.json index 7c1218d68..6bd4f049b 100644 --- a/metadatas/sas/DescribeAssetsScaProcessNum.json +++ b/metadatas/sas/DescribeAssetsScaProcessNum.json @@ -4,6 +4,12 @@ "method": "GET|POST", "pathPattern": "", "parameters": [ + { + "name": "BizType", + "position": "Query", + "type": "String", + "required": false + }, { "name": "UuidList", "position": "Query", diff --git a/metadatas/sas/DescribePropertyScaProcessDetail.json b/metadatas/sas/DescribePropertyScaProcessDetail.json index 316a328fd..854240f85 100644 --- a/metadatas/sas/DescribePropertyScaProcessDetail.json +++ b/metadatas/sas/DescribePropertyScaProcessDetail.json @@ -4,6 +4,18 @@ "method": "GET|POST", "pathPattern": "", "parameters": [ + { + "name": "BizType", + "position": "Query", + "type": "String", + "required": false + }, + { + "name": "Cmdline", + "position": "Query", + "type": "String", + "required": false + }, { "name": "CurrentPage", "position": "Query",