代码拉取完成,页面将自动刷新
同步操作将从 tencentcloud/tencentcloud-sdk-nodejs 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
const expect = require("chai").expect
const tencentcloud = require("../../tencentcloud-sdk-nodejs")
const client = new tencentcloud.cynosdb.v20190107.Client({
credential: {
secretId: process.env.secretId,
secretKey: process.env.secretKey,
},
region: "ap-shanghai",
profile: {
signMethod: "TC3-HMAC-SHA256",
httpProfile: {
reqMethod: "POST",
reqTimeout: 30,
endpoint: "cvm.ap-shanghai.tencentcloudapi.com",
},
},
})
describe("cynosdb.v20190107.test.js", function () {
it("cynosdb.v20190107.ResumeServerless", async function () {
try {
const data = await client.ResumeServerless({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.UpgradeProxyVersion", async function () {
try {
const data = await client.UpgradeProxyVersion({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeBackupConfig", async function () {
try {
const data = await client.DescribeBackupConfig({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.ModifyBinlogConfig", async function () {
try {
const data = await client.ModifyBinlogConfig({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.CreateProxyEndPoint", async function () {
try {
const data = await client.CreateProxyEndPoint({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.ModifyResourcePackageClusters", async function () {
try {
const data = await client.ModifyResourcePackageClusters({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.CreateAuditRuleTemplate", async function () {
try {
const data = await client.CreateAuditRuleTemplate({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.GrantAccountPrivileges", async function () {
try {
const data = await client.GrantAccountPrivileges({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeClusterParamLogs", async function () {
try {
const data = await client.DescribeClusterParamLogs({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.ModifyMaintainPeriodConfig", async function () {
try {
const data = await client.ModifyMaintainPeriodConfig({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.CopyClusterPasswordComplexity", async function () {
try {
const data = await client.CopyClusterPasswordComplexity({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.CloseAuditService", async function () {
try {
const data = await client.CloseAuditService({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeSupportProxyVersion", async function () {
try {
const data = await client.DescribeSupportProxyVersion({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.CreateAuditLogFile", async function () {
try {
const data = await client.CreateAuditLogFile({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.RenewClusters", async function () {
try {
const data = await client.RenewClusters({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.CloseProxyEndPoint", async function () {
try {
const data = await client.CloseProxyEndPoint({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.CloseProxy", async function () {
try {
const data = await client.CloseProxy({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeProxySpecs", async function () {
try {
const data = await client.DescribeProxySpecs({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.InquirePriceModify", async function () {
try {
const data = await client.InquirePriceModify({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.SwitchProxyVpc", async function () {
try {
const data = await client.SwitchProxyVpc({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeClusterDetail", async function () {
try {
const data = await client.DescribeClusterDetail({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeTasks", async function () {
try {
const data = await client.DescribeTasks({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeInstanceSpecs", async function () {
try {
const data = await client.DescribeInstanceSpecs({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeBinlogDownloadUrl", async function () {
try {
const data = await client.DescribeBinlogDownloadUrl({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeResourcesByDealName", async function () {
try {
const data = await client.DescribeResourcesByDealName({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.ModifyClusterStorage", async function () {
try {
const data = await client.ModifyClusterStorage({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.ActivateInstance", async function () {
try {
const data = await client.ActivateInstance({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeProxyNodes", async function () {
try {
const data = await client.DescribeProxyNodes({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DisassociateSecurityGroups", async function () {
try {
const data = await client.DisassociateSecurityGroups({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeClusterTransparentEncryptInfo", async function () {
try {
const data = await client.DescribeClusterTransparentEncryptInfo({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.ExportInstanceSlowQueries", async function () {
try {
const data = await client.ExportInstanceSlowQueries({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DeleteCLSDelivery", async function () {
try {
const data = await client.DeleteCLSDelivery({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeChangedParamsAfterUpgrade", async function () {
try {
const data = await client.DescribeChangedParamsAfterUpgrade({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeAccountPrivileges", async function () {
try {
const data = await client.DescribeAccountPrivileges({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.CloseClusterPasswordComplexity", async function () {
try {
const data = await client.CloseClusterPasswordComplexity({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.RollBackCluster", async function () {
try {
const data = await client.RollBackCluster({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeBinlogSaveDays", async function () {
try {
const data = await client.DescribeBinlogSaveDays({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.SearchClusterTables", async function () {
try {
const data = await client.SearchClusterTables({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeClusterInstanceGrps", async function () {
try {
const data = await client.DescribeClusterInstanceGrps({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeIsolatedInstances", async function () {
try {
const data = await client.DescribeIsolatedInstances({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeInstanceErrorLogs", async function () {
try {
const data = await client.DescribeInstanceErrorLogs({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.ModifyClusterName", async function () {
try {
const data = await client.ModifyClusterName({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.ModifyProxyRwSplit", async function () {
try {
const data = await client.ModifyProxyRwSplit({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.ModifyVipVport", async function () {
try {
const data = await client.ModifyVipVport({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DeleteAuditRuleTemplates", async function () {
try {
const data = await client.DeleteAuditRuleTemplates({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.ModifyProxyDesc", async function () {
try {
const data = await client.ModifyProxyDesc({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.CreateParamTemplate", async function () {
try {
const data = await client.CreateParamTemplate({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.ModifyClusterSlaveZone", async function () {
try {
const data = await client.ModifyClusterSlaveZone({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.ModifyAccountParams", async function () {
try {
const data = await client.ModifyAccountParams({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.ModifyClusterPasswordComplexity", async function () {
try {
const data = await client.ModifyClusterPasswordComplexity({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.CreateBackup", async function () {
try {
const data = await client.CreateBackup({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.OfflineInstance", async function () {
try {
const data = await client.OfflineInstance({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.IsolateCluster", async function () {
try {
const data = await client.IsolateCluster({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeInstancesWithinSameCluster", async function () {
try {
const data = await client.DescribeInstancesWithinSameCluster({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.RestartInstance", async function () {
try {
const data = await client.RestartInstance({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.UpgradeProxy", async function () {
try {
const data = await client.UpgradeProxy({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeClusters", async function () {
try {
const data = await client.DescribeClusters({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.CloseWan", async function () {
try {
const data = await client.CloseWan({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeProjectSecurityGroups", async function () {
try {
const data = await client.DescribeProjectSecurityGroups({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.ModifyClusterDatabase", async function () {
try {
const data = await client.ModifyClusterDatabase({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.ModifyAuditRuleTemplates", async function () {
try {
const data = await client.ModifyAuditRuleTemplates({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.ModifyParamTemplate", async function () {
try {
const data = await client.ModifyParamTemplate({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.ModifyResourcePackagesDeductionPriority", async function () {
try {
const data = await client.ModifyResourcePackagesDeductionPriority({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeInstanceParams", async function () {
try {
const data = await client.DescribeInstanceParams({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeInstanceSlowQueries", async function () {
try {
const data = await client.DescribeInstanceSlowQueries({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeClusterDatabases", async function () {
try {
const data = await client.DescribeClusterDatabases({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.ModifyClusterParam", async function () {
try {
const data = await client.ModifyClusterParam({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.CreateClusters", async function () {
try {
const data = await client.CreateClusters({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.CreateAccounts", async function () {
try {
const data = await client.CreateAccounts({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.RollbackToNewCluster", async function () {
try {
const data = await client.RollbackToNewCluster({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.CreateResourcePackage", async function () {
try {
const data = await client.CreateResourcePackage({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeAuditLogFiles", async function () {
try {
const data = await client.DescribeAuditLogFiles({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DeleteClusterDatabase", async function () {
try {
const data = await client.DeleteClusterDatabase({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.SwitchClusterZone", async function () {
try {
const data = await client.SwitchClusterZone({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.SearchClusterDatabases", async function () {
try {
const data = await client.SearchClusterDatabases({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.AddInstances", async function () {
try {
const data = await client.AddInstances({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.ModifyInstanceUpgradeLimitDays", async function () {
try {
const data = await client.ModifyInstanceUpgradeLimitDays({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DeleteAccounts", async function () {
try {
const data = await client.DeleteAccounts({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.RevokeAccountPrivileges", async function () {
try {
const data = await client.RevokeAccountPrivileges({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.OpenClusterReadOnlyInstanceGroupAccess", async function () {
try {
const data = await client.OpenClusterReadOnlyInstanceGroupAccess({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.OpenClusterTransparentEncrypt", async function () {
try {
const data = await client.OpenClusterTransparentEncrypt({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeParamTemplates", async function () {
try {
const data = await client.DescribeParamTemplates({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DeleteBackup", async function () {
try {
const data = await client.DeleteBackup({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeServerlessStrategy", async function () {
try {
const data = await client.DescribeServerlessStrategy({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.PauseServerless", async function () {
try {
const data = await client.PauseServerless({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.ModifyAccountHost", async function () {
try {
const data = await client.ModifyAccountHost({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.ResetAccountPassword", async function () {
try {
const data = await client.ResetAccountPassword({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeInstanceDetail", async function () {
try {
const data = await client.DescribeInstanceDetail({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeAuditInstanceList", async function () {
try {
const data = await client.DescribeAuditInstanceList({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeRollbackTimeRange", async function () {
try {
const data = await client.DescribeRollbackTimeRange({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeFlow", async function () {
try {
const data = await client.DescribeFlow({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.ModifyInstanceParam", async function () {
try {
const data = await client.ModifyInstanceParam({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeInstanceCLSLogDelivery", async function () {
try {
const data = await client.DescribeInstanceCLSLogDelivery({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.BindClusterResourcePackages", async function () {
try {
const data = await client.BindClusterResourcePackages({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeServerlessInstanceSpecs", async function () {
try {
const data = await client.DescribeServerlessInstanceSpecs({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeAuditLogs", async function () {
try {
const data = await client.DescribeAuditLogs({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.UnbindClusterResourcePackages", async function () {
try {
const data = await client.UnbindClusterResourcePackages({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeProxies", async function () {
try {
const data = await client.DescribeProxies({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.OpenWan", async function () {
try {
const data = await client.OpenWan({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.InquirePriceCreate", async function () {
try {
const data = await client.InquirePriceCreate({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.AssociateSecurityGroups", async function () {
try {
const data = await client.AssociateSecurityGroups({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeBinlogConfig", async function () {
try {
const data = await client.DescribeBinlogConfig({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeResourcePackageSaleSpec", async function () {
try {
const data = await client.DescribeResourcePackageSaleSpec({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.ModifyAccountPrivileges", async function () {
try {
const data = await client.ModifyAccountPrivileges({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeAuditRuleWithInstanceIds", async function () {
try {
const data = await client.DescribeAuditRuleWithInstanceIds({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.ExportInstanceErrorLogs", async function () {
try {
const data = await client.ExportInstanceErrorLogs({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.AddClusterSlaveZone", async function () {
try {
const data = await client.AddClusterSlaveZone({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.ModifyBackupName", async function () {
try {
const data = await client.ModifyBackupName({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeAccounts", async function () {
try {
const data = await client.DescribeAccounts({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.SetRenewFlag", async function () {
try {
const data = await client.SetRenewFlag({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.InquirePriceRenew", async function () {
try {
const data = await client.InquirePriceRenew({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.StartCLSDelivery", async function () {
try {
const data = await client.StartCLSDelivery({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.ReloadBalanceProxyNode", async function () {
try {
const data = await client.ReloadBalanceProxyNode({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.OfflineCluster", async function () {
try {
const data = await client.OfflineCluster({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeClusterDatabaseTables", async function () {
try {
const data = await client.DescribeClusterDatabaseTables({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.StopCLSDelivery", async function () {
try {
const data = await client.StopCLSDelivery({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeBackupList", async function () {
try {
const data = await client.DescribeBackupList({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.ModifyAccountDescription", async function () {
try {
const data = await client.ModifyAccountDescription({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.ModifyServerlessStrategy", async function () {
try {
const data = await client.ModifyServerlessStrategy({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.CreateClusterDatabase", async function () {
try {
const data = await client.CreateClusterDatabase({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.OpenAuditService", async function () {
try {
const data = await client.OpenAuditService({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DeleteAuditLogFile", async function () {
try {
const data = await client.DeleteAuditLogFile({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeAuditRuleTemplates", async function () {
try {
const data = await client.DescribeAuditRuleTemplates({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeResourcePackageDetail", async function () {
try {
const data = await client.DescribeResourcePackageDetail({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.ModifyBackupConfig", async function () {
try {
const data = await client.ModifyBackupConfig({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeInstances", async function () {
try {
const data = await client.DescribeInstances({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.UpgradeClusterVersion", async function () {
try {
const data = await client.UpgradeClusterVersion({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeResourcePackageList", async function () {
try {
const data = await client.DescribeResourcePackageList({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeClusterParams", async function () {
try {
const data = await client.DescribeClusterParams({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.RefundResourcePackage", async function () {
try {
const data = await client.RefundResourcePackage({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.ModifyInstanceName", async function () {
try {
const data = await client.ModifyInstanceName({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeMaintainPeriod", async function () {
try {
const data = await client.DescribeMaintainPeriod({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.ExportResourcePackageDeductDetails", async function () {
try {
const data = await client.ExportResourcePackageDeductDetails({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeClusterDetailDatabases", async function () {
try {
const data = await client.DescribeClusterDetailDatabases({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.ModifyAuditService", async function () {
try {
const data = await client.ModifyAuditService({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeZones", async function () {
try {
const data = await client.DescribeZones({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeBackupDownloadUrl", async function () {
try {
const data = await client.DescribeBackupDownloadUrl({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.SwitchClusterVpc", async function () {
try {
const data = await client.SwitchClusterVpc({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.CreateProxy", async function () {
try {
const data = await client.CreateProxy({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.ModifyDBInstanceSecurityGroups", async function () {
try {
const data = await client.ModifyDBInstanceSecurityGroups({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.CreateCLSDelivery", async function () {
try {
const data = await client.CreateCLSDelivery({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.ModifyBinlogSaveDays", async function () {
try {
const data = await client.ModifyBinlogSaveDays({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeAccountAllGrantPrivileges", async function () {
try {
const data = await client.DescribeAccountAllGrantPrivileges({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.OpenReadOnlyInstanceExclusiveAccess", async function () {
try {
const data = await client.OpenReadOnlyInstanceExclusiveAccess({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeClusterPasswordComplexity", async function () {
try {
const data = await client.DescribeClusterPasswordComplexity({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DeleteParamTemplate", async function () {
try {
const data = await client.DeleteParamTemplate({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.UpgradeInstance", async function () {
try {
const data = await client.UpgradeInstance({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeBinlogs", async function () {
try {
const data = await client.DescribeBinlogs({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeClusterInstanceGroups", async function () {
try {
const data = await client.DescribeClusterInstanceGroups({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeDBSecurityGroups", async function () {
try {
const data = await client.DescribeDBSecurityGroups({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.OpenClusterPasswordComplexity", async function () {
try {
const data = await client.OpenClusterPasswordComplexity({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.ModifyResourcePackageName", async function () {
try {
const data = await client.ModifyResourcePackageName({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.RemoveClusterSlaveZone", async function () {
try {
const data = await client.RemoveClusterSlaveZone({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.DescribeParamTemplateDetail", async function () {
try {
const data = await client.DescribeParamTemplateDetail({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
it("cynosdb.v20190107.IsolateInstance", async function () {
try {
const data = await client.IsolateInstance({})
expect(data).to.be.ok
} catch(error) {
expect(error.requestId).to.be.ok
expect(error.code).to.be.ok
}
})
})
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。