From 81186a8cb8768de34db5fffca9fe20514c07a502 Mon Sep 17 00:00:00 2001 From: ritch2022 <112048684+ritch2022@users.noreply.github.com> Date: Sat, 10 Sep 2022 02:11:04 +0800 Subject: [PATCH] c7n_tencentcloud - tests - support vcr for flight recording (#7735) --- .github/workflows/ci-main.yml | 2 +- poetry.lock | 762 +-- pyproject.toml | 1 + test.env | 2 + tests/conftest.py | 2 + .../c7n_tencentcloud/client.py | 5 +- .../c7n_tencentcloud/query.py | 14 +- .../c7n_tencentcloud/resources/cvm.py | 5 +- .../c7n_tencentcloud/resources/tag.py | 12 +- tools/c7n_tencentcloud/poetry.lock | 83 +- tools/c7n_tencentcloud/pyproject.toml | 1 + tools/c7n_tencentcloud/requirements.txt | 8 +- tools/c7n_tencentcloud/setup.py | 21 +- .../TestClient.test_paging_offset.yaml | 1711 ++++++ ...Client.test_paging_over_request_limit.yaml | 4902 +++++++++++++++++ .../TestClient.test_paging_token.yaml | 3927 +++++++++++++ .../TestClient.test_query_simple.yaml | 55 + ...stQueryResourceManager.test_resources.yaml | 3632 ++++++++++++ ...eManager.test_resources_no_pagination.yaml | 1769 ++++++ .../TestResourcetQuery.test_filter.yaml | 95 + .../TestResourcetQuery.test_paged_filter.yaml | 1711 ++++++ tools/c7n_tencentcloud/tests/conftest.py | 19 +- .../c7n_tencentcloud/tests/test_tc_client.py | 376 +- .../{test_provider.py => test_tc_provider.py} | 4 +- tools/c7n_tencentcloud/tests/test_tc_query.py | 236 +- 25 files changed, 18230 insertions(+), 1125 deletions(-) create mode 100644 tools/c7n_tencentcloud/tests/cassettes/test_tc_client/TestClient.test_paging_offset.yaml create mode 100644 tools/c7n_tencentcloud/tests/cassettes/test_tc_client/TestClient.test_paging_over_request_limit.yaml create mode 100644 tools/c7n_tencentcloud/tests/cassettes/test_tc_client/TestClient.test_paging_token.yaml create mode 100644 tools/c7n_tencentcloud/tests/cassettes/test_tc_client/TestClient.test_query_simple.yaml create mode 100644 tools/c7n_tencentcloud/tests/cassettes/test_tc_query/TestQueryResourceManager.test_resources.yaml create mode 100644 tools/c7n_tencentcloud/tests/cassettes/test_tc_query/TestQueryResourceManager.test_resources_no_pagination.yaml create mode 100644 tools/c7n_tencentcloud/tests/cassettes/test_tc_query/TestResourcetQuery.test_filter.yaml create mode 100644 tools/c7n_tencentcloud/tests/cassettes/test_tc_query/TestResourcetQuery.test_paged_filter.yaml rename tools/c7n_tencentcloud/tests/{test_provider.py => test_tc_provider.py} (93%) diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index 240b31104d2..4613cb31b6f 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -208,7 +208,7 @@ jobs: . test.env && poetry run pytest -n auto tests tools \ --cov c7n --cov tools/c7n_azure/c7n_azure \ --cov tools/c7n_gcp/c7n_gcp --cov tools/c7n_kube/c7n_kube \ - --cov tools/c7n_mailer/c7n_mailer + --cov tools/c7n_mailer/c7n_mailer --cov tools/c7n_tencentcloud/c7n_tencentcloud poetry run coverage xml else . test.env && poetry run pytest -n auto tests tools diff --git a/poetry.lock b/poetry.lock index 11d7115cca7..d6f06642697 100644 --- a/poetry.lock +++ b/poetry.lock @@ -10,7 +10,7 @@ python-versions = ">=3.6" importlib-metadata = {version = ">=0.23,<5", markers = "python_version == \"3.7\""} [package.extras] -test = ["coverage", "flake8", "pexpect", "wheel"] +test = ["wheel", "pexpect", "flake8", "coverage"] [[package]] name = "atomicwrites" @@ -275,8 +275,8 @@ optional = false python-versions = ">=3.7" [package.extras] -test = ["pytest", "pytest-trio", "pytest-asyncio (>=0.17)", "testpath", "trio", "async-timeout"] -trio = ["trio", "async-generator"] +trio = ["async-generator", "trio"] +test = ["async-timeout", "trio", "testpath", "pytest-asyncio (>=0.17)", "pytest-trio", "pytest"] [[package]] name = "jmespath" @@ -322,8 +322,8 @@ pyrsistent = ">=0.14.0,<0.17.0 || >0.17.0,<0.17.1 || >0.17.1,<0.17.2 || >0.17.2" typing-extensions = {version = "*", markers = "python_version < \"3.8\""} [package.extras] -format-nongpl = ["webcolors (>=1.11)", "uri-template", "rfc3986-validator (>0.1.0)", "rfc3339-validator", "jsonpointer (>1.13)", "isoduration", "idna", "fqdn"] -format = ["webcolors (>=1.11)", "uri-template", "rfc3987", "rfc3339-validator", "jsonpointer (>1.13)", "isoduration", "idna", "fqdn"] +format = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-validator", "rfc3987", "uri-template", "webcolors (>=1.11)"] +format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-validator", "rfc3986-validator (>0.1.0)", "uri-template", "webcolors (>=1.11)"] [[package]] name = "keyring" @@ -422,8 +422,8 @@ python-versions = ">=3.6" importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""} [package.extras] -dev = ["pre-commit", "tox"] -testing = ["pytest", "pytest-benchmark"] +testing = ["pytest-benchmark", "pytest"] +dev = ["tox", "pre-commit"] [[package]] name = "portalocker" @@ -437,9 +437,9 @@ python-versions = ">=3.5" pywin32 = {version = ">=226", markers = "platform_system == \"Windows\""} [package.extras] -docs = ["sphinx (>=1.7.1)"] +tests = ["redis", "pytest-mypy (>=0.8.0)", "sphinx (>=3.0.3)", "pytest-timeout (>=2.1.0)", "pytest-cov (>=2.8.1)", "pytest (>=5.4.1)"] redis = ["redis"] -tests = ["pytest (>=5.4.1)", "pytest-cov (>=2.8.1)", "pytest-timeout (>=2.1.0)", "sphinx (>=3.0.3)", "pytest-mypy (>=0.8.0)", "redis"] +docs = ["sphinx (>=1.7.1)"] [[package]] name = "psutil" @@ -534,7 +534,7 @@ py = ">=1.8.2" toml = "*" [package.extras] -testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "requests", "xmlschema"] +testing = ["xmlschema", "requests", "nose", "mock", "hypothesis (>=3.56)", "argcomplete"] [[package]] name = "pytest-cov" @@ -564,6 +564,19 @@ python-versions = ">=3.6" py = "*" pytest = ">=3.10" +[[package]] +name = "pytest-recording" +version = "0.12.1" +description = "A pytest plugin that allows you recording of network interactions via VCR.py" +category = "dev" +optional = false +python-versions = ">=3.5" + +[package.dependencies] +attrs = "*" +pytest = ">=3.5.0" +vcrpy = ">=2.0.1" + [[package]] name = "pytest-sugar" version = "0.9.5" @@ -815,9 +828,9 @@ optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, <4" [package.extras] +brotli = ["brotlicffi (>=0.8.0)", "brotli (>=1.0.9)", "brotlipy (>=0.6.0)"] +secure = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "certifi", "ipaddress"] socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] -secure = ["ipaddress", "certifi", "idna (>=2.0.0)", "cryptography (>=1.3.4)", "pyOpenSSL (>=0.14)"] -brotli = ["brotlipy (>=0.6.0)", "brotli (>=1.0.9)", "brotlicffi (>=0.8.0)"] [[package]] name = "vcrpy" @@ -871,683 +884,102 @@ optional = false python-versions = ">=3.7" [package.extras] -testing = ["pytest-mypy (>=0.9.1)", "pytest-black (>=0.3.7)", "func-timeout", "jaraco.itertools", "pytest-enabler (>=1.3)", "pytest-cov", "pytest-flake8", "pytest-checkdocs (>=2.4)", "pytest (>=6)"] -docs = ["jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "jaraco.packaging (>=9)", "sphinx"] +docs = ["sphinx", "jaraco.packaging (>=9)", "rst.linker (>=1.9)", "jaraco.tidelift (>=1.4)"] +testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.3)", "jaraco.itertools", "func-timeout", "pytest-black (>=0.3.7)", "pytest-mypy (>=0.9.1)"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "79a1d8fb3eaae9c62d2125f77cd78d01fd668b8da0f2295c3f0705cb8fda9a8d" +content-hash = "0982f461cdab2c770dac8d96713e987b723c287c07022d6d5f91f49fc72bbb6a" [metadata.files] -argcomplete = [ - {file = "argcomplete-2.0.0-py2.py3-none-any.whl", hash = "sha256:cffa11ea77999bb0dd27bb25ff6dc142a6796142f68d45b1a26b11f58724561e"}, - {file = "argcomplete-2.0.0.tar.gz", hash = "sha256:6372ad78c89d662035101418ae253668445b391755cfe94ea52f1b9d22425b20"}, -] -atomicwrites = [ - {file = "atomicwrites-1.4.1.tar.gz", hash = "sha256:81b2c9071a49367a7f770170e5eec8cb66567cfbbc8c73d20ce5ca4a8d71cf11"}, -] -attrs = [ - {file = "attrs-22.1.0-py2.py3-none-any.whl", hash = "sha256:86efa402f67bf2df34f51a335487cf46b1ec130d02b8d39fd248abfd30da551c"}, - {file = "attrs-22.1.0.tar.gz", hash = "sha256:29adc2665447e5191d0e7c568fde78b21f9672d344281d0c6e1ab085429b22b6"}, -] -aws-xray-sdk = [ - {file = "aws-xray-sdk-2.10.0.tar.gz", hash = "sha256:9b14924fd0628cf92936055864655354003f0b1acc3e1c3ffde6403d0799dd7a"}, - {file = "aws_xray_sdk-2.10.0-py2.py3-none-any.whl", hash = "sha256:7551e81a796e1a5471ebe84844c40e8edf7c218db33506d046fec61f7495eda4"}, -] -bleach = [ - {file = "bleach-5.0.1-py3-none-any.whl", hash = "sha256:085f7f33c15bd408dd9b17a4ad77c577db66d76203e5984b1bd59baeee948b2a"}, - {file = "bleach-5.0.1.tar.gz", hash = "sha256:0d03255c47eb9bd2f26aa9bb7f2107732e7e8fe195ca2f64709fcf3b0a4a085c"}, -] -boto3 = [ - {file = "boto3-1.24.55-py3-none-any.whl", hash = "sha256:4b620f55f3015c516a8f8063b02060a7bb9a763e10de3c0f3ec90102cdfa28db"}, - {file = "boto3-1.24.55.tar.gz", hash = "sha256:9fe6c7c5019671cbea82f02dbaae7e743ec86187443ab5f333ebb3d3bef63dce"}, -] -botocore = [ - {file = "botocore-1.27.55-py3-none-any.whl", hash = "sha256:0b4a17e81c17845245c0e7a3fbf83753c7f6a5544b93dcf6e0fcc0f3f2156ab2"}, - {file = "botocore-1.27.55.tar.gz", hash = "sha256:929d6be4bdb33a693e6c8e06383dba76fa628bb72fdb1f9353fd13f5d115dd19"}, -] -certifi = [ - {file = "certifi-2022.6.15-py3-none-any.whl", hash = "sha256:fe86415d55e84719d75f8b69414f6438ac3547d2078ab91b67e779ef69378412"}, - {file = "certifi-2022.6.15.tar.gz", hash = "sha256:84c85a9078b11105f04f3036a9482ae10e4621616db313fe045dd24743a0820d"}, -] -cffi = [ - {file = "cffi-1.15.1-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:a66d3508133af6e8548451b25058d5812812ec3798c886bf38ed24a98216fab2"}, - {file = "cffi-1.15.1-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:470c103ae716238bbe698d67ad020e1db9d9dba34fa5a899b5e21577e6d52ed2"}, - {file = "cffi-1.15.1-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:9ad5db27f9cabae298d151c85cf2bad1d359a1b9c686a275df03385758e2f914"}, - {file = "cffi-1.15.1-cp27-cp27m-win32.whl", hash = "sha256:b3bbeb01c2b273cca1e1e0c5df57f12dce9a4dd331b4fa1635b8bec26350bde3"}, - {file = "cffi-1.15.1-cp27-cp27m-win_amd64.whl", hash = "sha256:e00b098126fd45523dd056d2efba6c5a63b71ffe9f2bbe1a4fe1716e1d0c331e"}, - {file = "cffi-1.15.1-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:d61f4695e6c866a23a21acab0509af1cdfd2c013cf256bbf5b6b5e2695827162"}, - {file = "cffi-1.15.1-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:ed9cb427ba5504c1dc15ede7d516b84757c3e3d7868ccc85121d9310d27eed0b"}, - {file = "cffi-1.15.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:39d39875251ca8f612b6f33e6b1195af86d1b3e60086068be9cc053aa4376e21"}, - {file = "cffi-1.15.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:285d29981935eb726a4399badae8f0ffdff4f5050eaa6d0cfc3f64b857b77185"}, - {file = "cffi-1.15.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3eb6971dcff08619f8d91607cfc726518b6fa2a9eba42856be181c6d0d9515fd"}, - {file = "cffi-1.15.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:21157295583fe8943475029ed5abdcf71eb3911894724e360acff1d61c1d54bc"}, - {file = "cffi-1.15.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5635bd9cb9731e6d4a1132a498dd34f764034a8ce60cef4f5319c0541159392f"}, - {file = "cffi-1.15.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2012c72d854c2d03e45d06ae57f40d78e5770d252f195b93f581acf3ba44496e"}, - {file = "cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dd86c085fae2efd48ac91dd7ccffcfc0571387fe1193d33b6394db7ef31fe2a4"}, - {file = "cffi-1.15.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:fa6693661a4c91757f4412306191b6dc88c1703f780c8234035eac011922bc01"}, - {file = "cffi-1.15.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:59c0b02d0a6c384d453fece7566d1c7e6b7bae4fc5874ef2ef46d56776d61c9e"}, - {file = "cffi-1.15.1-cp310-cp310-win32.whl", hash = "sha256:cba9d6b9a7d64d4bd46167096fc9d2f835e25d7e4c121fb2ddfc6528fb0413b2"}, - {file = "cffi-1.15.1-cp310-cp310-win_amd64.whl", hash = "sha256:ce4bcc037df4fc5e3d184794f27bdaab018943698f4ca31630bc7f84a7b69c6d"}, - {file = "cffi-1.15.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:3d08afd128ddaa624a48cf2b859afef385b720bb4b43df214f85616922e6a5ac"}, - {file = "cffi-1.15.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:3799aecf2e17cf585d977b780ce79ff0dc9b78d799fc694221ce814c2c19db83"}, - {file = "cffi-1.15.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a591fe9e525846e4d154205572a029f653ada1a78b93697f3b5a8f1f2bc055b9"}, - {file = "cffi-1.15.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3548db281cd7d2561c9ad9984681c95f7b0e38881201e157833a2342c30d5e8c"}, - {file = "cffi-1.15.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:91fc98adde3d7881af9b59ed0294046f3806221863722ba7d8d120c575314325"}, - {file = "cffi-1.15.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:94411f22c3985acaec6f83c6df553f2dbe17b698cc7f8ae751ff2237d96b9e3c"}, - {file = "cffi-1.15.1-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:03425bdae262c76aad70202debd780501fabeaca237cdfddc008987c0e0f59ef"}, - {file = "cffi-1.15.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:cc4d65aeeaa04136a12677d3dd0b1c0c94dc43abac5860ab33cceb42b801c1e8"}, - {file = "cffi-1.15.1-cp311-cp311-win32.whl", hash = "sha256:a0f100c8912c114ff53e1202d0078b425bee3649ae34d7b070e9697f93c5d52d"}, - {file = "cffi-1.15.1-cp311-cp311-win_amd64.whl", hash = "sha256:04ed324bda3cda42b9b695d51bb7d54b680b9719cfab04227cdd1e04e5de3104"}, - {file = "cffi-1.15.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:50a74364d85fd319352182ef59c5c790484a336f6db772c1a9231f1c3ed0cbd7"}, - {file = "cffi-1.15.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e263d77ee3dd201c3a142934a086a4450861778baaeeb45db4591ef65550b0a6"}, - {file = "cffi-1.15.1-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:cec7d9412a9102bdc577382c3929b337320c4c4c4849f2c5cdd14d7368c5562d"}, - {file = "cffi-1.15.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:4289fc34b2f5316fbb762d75362931e351941fa95fa18789191b33fc4cf9504a"}, - {file = "cffi-1.15.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:173379135477dc8cac4bc58f45db08ab45d228b3363adb7af79436135d028405"}, - {file = "cffi-1.15.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:6975a3fac6bc83c4a65c9f9fcab9e47019a11d3d2cf7f3c0d03431bf145a941e"}, - {file = "cffi-1.15.1-cp36-cp36m-win32.whl", hash = "sha256:2470043b93ff09bf8fb1d46d1cb756ce6132c54826661a32d4e4d132e1977adf"}, - {file = "cffi-1.15.1-cp36-cp36m-win_amd64.whl", hash = "sha256:30d78fbc8ebf9c92c9b7823ee18eb92f2e6ef79b45ac84db507f52fbe3ec4497"}, - {file = "cffi-1.15.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:198caafb44239b60e252492445da556afafc7d1e3ab7a1fb3f0584ef6d742375"}, - {file = "cffi-1.15.1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5ef34d190326c3b1f822a5b7a45f6c4535e2f47ed06fec77d3d799c450b2651e"}, - {file = "cffi-1.15.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8102eaf27e1e448db915d08afa8b41d6c7ca7a04b7d73af6514df10a3e74bd82"}, - {file = "cffi-1.15.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5df2768244d19ab7f60546d0c7c63ce1581f7af8b5de3eb3004b9b6fc8a9f84b"}, - {file = "cffi-1.15.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a8c4917bd7ad33e8eb21e9a5bbba979b49d9a97acb3a803092cbc1133e20343c"}, - {file = "cffi-1.15.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0e2642fe3142e4cc4af0799748233ad6da94c62a8bec3a6648bf8ee68b1c7426"}, - {file = "cffi-1.15.1-cp37-cp37m-win32.whl", hash = "sha256:e229a521186c75c8ad9490854fd8bbdd9a0c9aa3a524326b55be83b54d4e0ad9"}, - {file = "cffi-1.15.1-cp37-cp37m-win_amd64.whl", hash = "sha256:a0b71b1b8fbf2b96e41c4d990244165e2c9be83d54962a9a1d118fd8657d2045"}, - {file = "cffi-1.15.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:320dab6e7cb2eacdf0e658569d2575c4dad258c0fcc794f46215e1e39f90f2c3"}, - {file = "cffi-1.15.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1e74c6b51a9ed6589199c787bf5f9875612ca4a8a0785fb2d4a84429badaf22a"}, - {file = "cffi-1.15.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a5c84c68147988265e60416b57fc83425a78058853509c1b0629c180094904a5"}, - {file = "cffi-1.15.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3b926aa83d1edb5aa5b427b4053dc420ec295a08e40911296b9eb1b6170f6cca"}, - {file = "cffi-1.15.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:87c450779d0914f2861b8526e035c5e6da0a3199d8f1add1a665e1cbc6fc6d02"}, - {file = "cffi-1.15.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4f2c9f67e9821cad2e5f480bc8d83b8742896f1242dba247911072d4fa94c192"}, - {file = "cffi-1.15.1-cp38-cp38-win32.whl", hash = "sha256:8b7ee99e510d7b66cdb6c593f21c043c248537a32e0bedf02e01e9553a172314"}, - {file = "cffi-1.15.1-cp38-cp38-win_amd64.whl", hash = "sha256:00a9ed42e88df81ffae7a8ab6d9356b371399b91dbdf0c3cb1e84c03a13aceb5"}, - {file = "cffi-1.15.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:54a2db7b78338edd780e7ef7f9f6c442500fb0d41a5a4ea24fff1c929d5af585"}, - {file = "cffi-1.15.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:fcd131dd944808b5bdb38e6f5b53013c5aa4f334c5cad0c72742f6eba4b73db0"}, - {file = "cffi-1.15.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7473e861101c9e72452f9bf8acb984947aa1661a7704553a9f6e4baa5ba64415"}, - {file = "cffi-1.15.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6c9a799e985904922a4d207a94eae35c78ebae90e128f0c4e521ce339396be9d"}, - {file = "cffi-1.15.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3bcde07039e586f91b45c88f8583ea7cf7a0770df3a1649627bf598332cb6984"}, - {file = "cffi-1.15.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:33ab79603146aace82c2427da5ca6e58f2b3f2fb5da893ceac0c42218a40be35"}, - {file = "cffi-1.15.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5d598b938678ebf3c67377cdd45e09d431369c3b1a5b331058c338e201f12b27"}, - {file = "cffi-1.15.1-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:db0fbb9c62743ce59a9ff687eb5f4afbe77e5e8403d6697f7446e5f609976f76"}, - {file = "cffi-1.15.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:98d85c6a2bef81588d9227dde12db8a7f47f639f4a17c9ae08e773aa9c697bf3"}, - {file = "cffi-1.15.1-cp39-cp39-win32.whl", hash = "sha256:40f4774f5a9d4f5e344f31a32b5096977b5d48560c5592e2f3d2c4374bd543ee"}, - {file = "cffi-1.15.1-cp39-cp39-win_amd64.whl", hash = "sha256:70df4e3b545a17496c9b3f41f5115e69a4f2e77e94e1d2a8e1070bc0c38c8a3c"}, - {file = "cffi-1.15.1.tar.gz", hash = "sha256:d400bfb9a37b1351253cb402671cea7e89bdecc294e8016a707f6d1d8ac934f9"}, -] -charset-normalizer = [ - {file = "charset-normalizer-2.1.0.tar.gz", hash = "sha256:575e708016ff3a5e3681541cb9d79312c416835686d054a23accb873b254f413"}, - {file = "charset_normalizer-2.1.0-py3-none-any.whl", hash = "sha256:5189b6f22b01957427f35b6a08d9a0bc45b46d3788ef5a92e978433c7a35f8a5"}, -] -click = [ - {file = "click-8.1.3-py3-none-any.whl", hash = "sha256:bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48"}, - {file = "click-8.1.3.tar.gz", hash = "sha256:7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e"}, -] -colorama = [ - {file = "colorama-0.4.5-py2.py3-none-any.whl", hash = "sha256:854bf444933e37f5824ae7bfc1e98d5bce2ebe4160d46b5edf346a89358e99da"}, - {file = "colorama-0.4.5.tar.gz", hash = "sha256:e6c6b4334fc50988a639d9b98aa429a0b57da6e17b9a44f0451f930b6967b7a4"}, -] -coverage = [ - {file = "coverage-5.5-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:b6d534e4b2ab35c9f93f46229363e17f63c53ad01330df9f2d6bd1187e5eaacf"}, - {file = "coverage-5.5-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:b7895207b4c843c76a25ab8c1e866261bcfe27bfaa20c192de5190121770672b"}, - {file = "coverage-5.5-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:c2723d347ab06e7ddad1a58b2a821218239249a9e4365eaff6649d31180c1669"}, - {file = "coverage-5.5-cp27-cp27m-manylinux2010_i686.whl", hash = "sha256:900fbf7759501bc7807fd6638c947d7a831fc9fdf742dc10f02956ff7220fa90"}, - {file = "coverage-5.5-cp27-cp27m-manylinux2010_x86_64.whl", hash = "sha256:004d1880bed2d97151facef49f08e255a20ceb6f9432df75f4eef018fdd5a78c"}, - {file = "coverage-5.5-cp27-cp27m-win32.whl", hash = "sha256:06191eb60f8d8a5bc046f3799f8a07a2d7aefb9504b0209aff0b47298333302a"}, - {file = "coverage-5.5-cp27-cp27m-win_amd64.whl", hash = "sha256:7501140f755b725495941b43347ba8a2777407fc7f250d4f5a7d2a1050ba8e82"}, - {file = "coverage-5.5-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:372da284cfd642d8e08ef606917846fa2ee350f64994bebfbd3afb0040436905"}, - {file = "coverage-5.5-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:8963a499849a1fc54b35b1c9f162f4108017b2e6db2c46c1bed93a72262ed083"}, - {file = "coverage-5.5-cp27-cp27mu-manylinux2010_i686.whl", hash = "sha256:869a64f53488f40fa5b5b9dcb9e9b2962a66a87dab37790f3fcfb5144b996ef5"}, - {file = "coverage-5.5-cp27-cp27mu-manylinux2010_x86_64.whl", hash = "sha256:4a7697d8cb0f27399b0e393c0b90f0f1e40c82023ea4d45d22bce7032a5d7b81"}, - {file = "coverage-5.5-cp310-cp310-macosx_10_14_x86_64.whl", hash = "sha256:8d0a0725ad7c1a0bcd8d1b437e191107d457e2ec1084b9f190630a4fb1af78e6"}, - {file = "coverage-5.5-cp310-cp310-manylinux1_x86_64.whl", hash = "sha256:51cb9476a3987c8967ebab3f0fe144819781fca264f57f89760037a2ea191cb0"}, - {file = "coverage-5.5-cp310-cp310-win_amd64.whl", hash = "sha256:c0891a6a97b09c1f3e073a890514d5012eb256845c451bd48f7968ef939bf4ae"}, - {file = "coverage-5.5-cp35-cp35m-macosx_10_9_x86_64.whl", hash = "sha256:3487286bc29a5aa4b93a072e9592f22254291ce96a9fbc5251f566b6b7343cdb"}, - {file = "coverage-5.5-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:deee1077aae10d8fa88cb02c845cfba9b62c55e1183f52f6ae6a2df6a2187160"}, - {file = "coverage-5.5-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:f11642dddbb0253cc8853254301b51390ba0081750a8ac03f20ea8103f0c56b6"}, - {file = "coverage-5.5-cp35-cp35m-manylinux2010_i686.whl", hash = "sha256:6c90e11318f0d3c436a42409f2749ee1a115cd8b067d7f14c148f1ce5574d701"}, - {file = "coverage-5.5-cp35-cp35m-manylinux2010_x86_64.whl", hash = "sha256:30c77c1dc9f253283e34c27935fded5015f7d1abe83bc7821680ac444eaf7793"}, - {file = "coverage-5.5-cp35-cp35m-win32.whl", hash = "sha256:9a1ef3b66e38ef8618ce5fdc7bea3d9f45f3624e2a66295eea5e57966c85909e"}, - {file = "coverage-5.5-cp35-cp35m-win_amd64.whl", hash = "sha256:972c85d205b51e30e59525694670de6a8a89691186012535f9d7dbaa230e42c3"}, - {file = "coverage-5.5-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:af0e781009aaf59e25c5a678122391cb0f345ac0ec272c7961dc5455e1c40066"}, - {file = "coverage-5.5-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:74d881fc777ebb11c63736622b60cb9e4aee5cace591ce274fb69e582a12a61a"}, - {file = "coverage-5.5-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:92b017ce34b68a7d67bd6d117e6d443a9bf63a2ecf8567bb3d8c6c7bc5014465"}, - {file = "coverage-5.5-cp36-cp36m-manylinux2010_i686.whl", hash = "sha256:d636598c8305e1f90b439dbf4f66437de4a5e3c31fdf47ad29542478c8508bbb"}, - {file = "coverage-5.5-cp36-cp36m-manylinux2010_x86_64.whl", hash = "sha256:41179b8a845742d1eb60449bdb2992196e211341818565abded11cfa90efb821"}, - {file = "coverage-5.5-cp36-cp36m-win32.whl", hash = "sha256:040af6c32813fa3eae5305d53f18875bedd079960822ef8ec067a66dd8afcd45"}, - {file = "coverage-5.5-cp36-cp36m-win_amd64.whl", hash = "sha256:5fec2d43a2cc6965edc0bb9e83e1e4b557f76f843a77a2496cbe719583ce8184"}, - {file = "coverage-5.5-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:18ba8bbede96a2c3dde7b868de9dcbd55670690af0988713f0603f037848418a"}, - {file = "coverage-5.5-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:2910f4d36a6a9b4214bb7038d537f015346f413a975d57ca6b43bf23d6563b53"}, - {file = "coverage-5.5-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:f0b278ce10936db1a37e6954e15a3730bea96a0997c26d7fee88e6c396c2086d"}, - {file = "coverage-5.5-cp37-cp37m-manylinux2010_i686.whl", hash = "sha256:796c9c3c79747146ebd278dbe1e5c5c05dd6b10cc3bcb8389dfdf844f3ead638"}, - {file = "coverage-5.5-cp37-cp37m-manylinux2010_x86_64.whl", hash = "sha256:53194af30d5bad77fcba80e23a1441c71abfb3e01192034f8246e0d8f99528f3"}, - {file = "coverage-5.5-cp37-cp37m-win32.whl", hash = "sha256:184a47bbe0aa6400ed2d41d8e9ed868b8205046518c52464fde713ea06e3a74a"}, - {file = "coverage-5.5-cp37-cp37m-win_amd64.whl", hash = "sha256:2949cad1c5208b8298d5686d5a85b66aae46d73eec2c3e08c817dd3513e5848a"}, - {file = "coverage-5.5-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:217658ec7187497e3f3ebd901afdca1af062b42cfe3e0dafea4cced3983739f6"}, - {file = "coverage-5.5-cp38-cp38-manylinux1_i686.whl", hash = "sha256:1aa846f56c3d49205c952d8318e76ccc2ae23303351d9270ab220004c580cfe2"}, - {file = "coverage-5.5-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:24d4a7de75446be83244eabbff746d66b9240ae020ced65d060815fac3423759"}, - {file = "coverage-5.5-cp38-cp38-manylinux2010_i686.whl", hash = "sha256:d1f8bf7b90ba55699b3a5e44930e93ff0189aa27186e96071fac7dd0d06a1873"}, - {file = "coverage-5.5-cp38-cp38-manylinux2010_x86_64.whl", hash = "sha256:970284a88b99673ccb2e4e334cfb38a10aab7cd44f7457564d11898a74b62d0a"}, - {file = "coverage-5.5-cp38-cp38-win32.whl", hash = "sha256:01d84219b5cdbfc8122223b39a954820929497a1cb1422824bb86b07b74594b6"}, - {file = "coverage-5.5-cp38-cp38-win_amd64.whl", hash = "sha256:2e0d881ad471768bf6e6c2bf905d183543f10098e3b3640fc029509530091502"}, - {file = "coverage-5.5-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:d1f9ce122f83b2305592c11d64f181b87153fc2c2bbd3bb4a3dde8303cfb1a6b"}, - {file = "coverage-5.5-cp39-cp39-manylinux1_i686.whl", hash = "sha256:13c4ee887eca0f4c5a247b75398d4114c37882658300e153113dafb1d76de529"}, - {file = "coverage-5.5-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:52596d3d0e8bdf3af43db3e9ba8dcdaac724ba7b5ca3f6358529d56f7a166f8b"}, - {file = "coverage-5.5-cp39-cp39-manylinux2010_i686.whl", hash = "sha256:2cafbbb3af0733db200c9b5f798d18953b1a304d3f86a938367de1567f4b5bff"}, - {file = "coverage-5.5-cp39-cp39-manylinux2010_x86_64.whl", hash = "sha256:44d654437b8ddd9eee7d1eaee28b7219bec228520ff809af170488fd2fed3e2b"}, - {file = "coverage-5.5-cp39-cp39-win32.whl", hash = "sha256:d314ed732c25d29775e84a960c3c60808b682c08d86602ec2c3008e1202e3bb6"}, - {file = "coverage-5.5-cp39-cp39-win_amd64.whl", hash = "sha256:13034c4409db851670bc9acd836243aeee299949bd5673e11844befcb0149f03"}, - {file = "coverage-5.5-pp36-none-any.whl", hash = "sha256:f030f8873312a16414c0d8e1a1ddff2d3235655a2174e3648b4fa66b3f2f1079"}, - {file = "coverage-5.5-pp37-none-any.whl", hash = "sha256:2a3859cb82dcbda1cfd3e6f71c27081d18aa251d20a17d87d26d4cd216fb0af4"}, - {file = "coverage-5.5.tar.gz", hash = "sha256:ebe78fe9a0e874362175b02371bdfbee64d8edc42a044253ddf4ee7d3c15212c"}, -] +argcomplete = [] +atomicwrites = [] +attrs = [] +aws-xray-sdk = [] +bleach = [] +boto3 = [] +botocore = [] +certifi = [] +cffi = [] +charset-normalizer = [] +click = [] +colorama = [] +coverage = [] cryptography = [] -docutils = [ - {file = "docutils-0.17.1-py2.py3-none-any.whl", hash = "sha256:cf316c8370a737a022b72b56874f6602acf974a37a9fba42ec2876387549fc61"}, - {file = "docutils-0.17.1.tar.gz", hash = "sha256:686577d2e4c32380bb50cbb22f575ed742d58168cee37e99117a854bcd88f125"}, -] -execnet = [ - {file = "execnet-1.9.0-py2.py3-none-any.whl", hash = "sha256:a295f7cc774947aac58dde7fdc85f4aa00c42adf5d8f5468fc630c1acf30a142"}, - {file = "execnet-1.9.0.tar.gz", hash = "sha256:8f694f3ba9cc92cab508b152dcfe322153975c29bda272e2fd7f3f00f36e47c5"}, -] -flake8 = [ - {file = "flake8-3.9.2-py2.py3-none-any.whl", hash = "sha256:bf8fd333346d844f616e8d47905ef3a3384edae6b4e9beb0c5101e25e3110907"}, - {file = "flake8-3.9.2.tar.gz", hash = "sha256:07528381786f2a6237b061f6e96610a4167b226cb926e2aa2b6b1d78057c576b"}, -] -freezegun = [ - {file = "freezegun-1.2.2-py3-none-any.whl", hash = "sha256:ea1b963b993cb9ea195adbd893a48d573fda951b0da64f60883d7e988b606c9f"}, - {file = "freezegun-1.2.2.tar.gz", hash = "sha256:cd22d1ba06941384410cd967d8a99d5ae2442f57dfafeff2fda5de8dc5c05446"}, -] -idna = [ - {file = "idna-3.3-py3-none-any.whl", hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff"}, - {file = "idna-3.3.tar.gz", hash = "sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d"}, -] -importlib-metadata = [ - {file = "importlib_metadata-4.12.0-py3-none-any.whl", hash = "sha256:7401a975809ea1fdc658c3aa4f78cc2195a0e019c5cbc4c06122884e9ae80c23"}, - {file = "importlib_metadata-4.12.0.tar.gz", hash = "sha256:637245b8bab2b6502fcbc752cc4b7a6f6243bb02b31c5c26156ad103d3d45670"}, -] -importlib-resources = [ - {file = "importlib_resources-5.9.0-py3-none-any.whl", hash = "sha256:f78a8df21a79bcc30cfd400bdc38f314333de7c0fb619763f6b9dabab8268bb7"}, - {file = "importlib_resources-5.9.0.tar.gz", hash = "sha256:5481e97fb45af8dcf2f798952625591c58fe599d0735d86b10f54de086a61681"}, -] -iniconfig = [ - {file = "iniconfig-1.1.1-py2.py3-none-any.whl", hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3"}, - {file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"}, -] -jeepney = [ - {file = "jeepney-0.8.0-py3-none-any.whl", hash = "sha256:c0a454ad016ca575060802ee4d590dd912e35c122fa04e70306de3d076cce755"}, - {file = "jeepney-0.8.0.tar.gz", hash = "sha256:5efe48d255973902f6badc3ce55e2aa6c5c3b3bc642059ef3a91247bcfcc5806"}, -] -jmespath = [ - {file = "jmespath-1.0.1-py3-none-any.whl", hash = "sha256:02e2e4cc71b5bcab88332eebf907519190dd9e6e82107fa7f83b1003a6252980"}, - {file = "jmespath-1.0.1.tar.gz", hash = "sha256:90261b206d6defd58fdd5e85f478bf633a2901798906be2ad389150c5c60edbe"}, -] -jsonpatch = [ - {file = "jsonpatch-1.32-py2.py3-none-any.whl", hash = "sha256:26ac385719ac9f54df8a2f0827bb8253aa3ea8ab7b3368457bcdb8c14595a397"}, - {file = "jsonpatch-1.32.tar.gz", hash = "sha256:b6ddfe6c3db30d81a96aaeceb6baf916094ffa23d7dd5fa2c13e13f8b6e600c2"}, -] -jsonpointer = [ - {file = "jsonpointer-2.3-py2.py3-none-any.whl", hash = "sha256:51801e558539b4e9cd268638c078c6c5746c9ac96bc38152d443400e4f3793e9"}, - {file = "jsonpointer-2.3.tar.gz", hash = "sha256:97cba51526c829282218feb99dab1b1e6bdf8efd1c43dc9d57be093c0d69c99a"}, -] -jsonschema = [ - {file = "jsonschema-4.13.0-py3-none-any.whl", hash = "sha256:870a61bb45050b81103faf6a4be00a0a906e06636ffcf0b84f5a2e51faf901ff"}, - {file = "jsonschema-4.13.0.tar.gz", hash = "sha256:3776512df4f53f74e6e28fe35717b5b223c1756875486984a31bc9165e7fc920"}, -] -keyring = [ - {file = "keyring-23.8.2-py3-none-any.whl", hash = "sha256:10d2a8639663fe2090705a00b8c47c687cacdf97598ea9c11456679fa974473a"}, - {file = "keyring-23.8.2.tar.gz", hash = "sha256:0d9973f8891850f1ade5f26aafd06bb16865fbbae3fc56b0defb6a14a2624003"}, -] -mccabe = [ - {file = "mccabe-0.6.1-py2.py3-none-any.whl", hash = "sha256:ab8a6258860da4b6677da4bd2fe5dc2c659cff31b3ee4f7f5d64e79735b80d42"}, - {file = "mccabe-0.6.1.tar.gz", hash = "sha256:dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f"}, -] -mock = [ - {file = "mock-4.0.3-py3-none-any.whl", hash = "sha256:122fcb64ee37cfad5b3f48d7a7d51875d7031aaf3d8be7c42e2bee25044eee62"}, - {file = "mock-4.0.3.tar.gz", hash = "sha256:7d3fbbde18228f4ff2f1f119a45cdffa458b4c0dee32eb4d2bb2f82554bac7bc"}, -] -multidict = [ - {file = "multidict-6.0.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:0b9e95a740109c6047602f4db4da9949e6c5945cefbad34a1299775ddc9a62e2"}, - {file = "multidict-6.0.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:ac0e27844758d7177989ce406acc6a83c16ed4524ebc363c1f748cba184d89d3"}, - {file = "multidict-6.0.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:041b81a5f6b38244b34dc18c7b6aba91f9cdaf854d9a39e5ff0b58e2b5773b9c"}, - {file = "multidict-6.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5fdda29a3c7e76a064f2477c9aab1ba96fd94e02e386f1e665bca1807fc5386f"}, - {file = "multidict-6.0.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3368bf2398b0e0fcbf46d85795adc4c259299fec50c1416d0f77c0a843a3eed9"}, - {file = "multidict-6.0.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f4f052ee022928d34fe1f4d2bc743f32609fb79ed9c49a1710a5ad6b2198db20"}, - {file = "multidict-6.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:225383a6603c086e6cef0f2f05564acb4f4d5f019a4e3e983f572b8530f70c88"}, - {file = "multidict-6.0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:50bd442726e288e884f7be9071016c15a8742eb689a593a0cac49ea093eef0a7"}, - {file = "multidict-6.0.2-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:47e6a7e923e9cada7c139531feac59448f1f47727a79076c0b1ee80274cd8eee"}, - {file = "multidict-6.0.2-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:0556a1d4ea2d949efe5fd76a09b4a82e3a4a30700553a6725535098d8d9fb672"}, - {file = "multidict-6.0.2-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:626fe10ac87851f4cffecee161fc6f8f9853f0f6f1035b59337a51d29ff3b4f9"}, - {file = "multidict-6.0.2-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:8064b7c6f0af936a741ea1efd18690bacfbae4078c0c385d7c3f611d11f0cf87"}, - {file = "multidict-6.0.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:2d36e929d7f6a16d4eb11b250719c39560dd70545356365b494249e2186bc389"}, - {file = "multidict-6.0.2-cp310-cp310-win32.whl", hash = "sha256:fcb91630817aa8b9bc4a74023e4198480587269c272c58b3279875ed7235c293"}, - {file = "multidict-6.0.2-cp310-cp310-win_amd64.whl", hash = "sha256:8cbf0132f3de7cc6c6ce00147cc78e6439ea736cee6bca4f068bcf892b0fd658"}, - {file = "multidict-6.0.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:05f6949d6169878a03e607a21e3b862eaf8e356590e8bdae4227eedadacf6e51"}, - {file = "multidict-6.0.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e2c2e459f7050aeb7c1b1276763364884595d47000c1cddb51764c0d8976e608"}, - {file = "multidict-6.0.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d0509e469d48940147e1235d994cd849a8f8195e0bca65f8f5439c56e17872a3"}, - {file = "multidict-6.0.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:514fe2b8d750d6cdb4712346a2c5084a80220821a3e91f3f71eec11cf8d28fd4"}, - {file = "multidict-6.0.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:19adcfc2a7197cdc3987044e3f415168fc5dc1f720c932eb1ef4f71a2067e08b"}, - {file = "multidict-6.0.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b9d153e7f1f9ba0b23ad1568b3b9e17301e23b042c23870f9ee0522dc5cc79e8"}, - {file = "multidict-6.0.2-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:aef9cc3d9c7d63d924adac329c33835e0243b5052a6dfcbf7732a921c6e918ba"}, - {file = "multidict-6.0.2-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:4571f1beddff25f3e925eea34268422622963cd8dc395bb8778eb28418248e43"}, - {file = "multidict-6.0.2-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:d48b8ee1d4068561ce8033d2c344cf5232cb29ee1a0206a7b828c79cbc5982b8"}, - {file = "multidict-6.0.2-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:45183c96ddf61bf96d2684d9fbaf6f3564d86b34cb125761f9a0ef9e36c1d55b"}, - {file = "multidict-6.0.2-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:75bdf08716edde767b09e76829db8c1e5ca9d8bb0a8d4bd94ae1eafe3dac5e15"}, - {file = "multidict-6.0.2-cp37-cp37m-win32.whl", hash = "sha256:a45e1135cb07086833ce969555df39149680e5471c04dfd6a915abd2fc3f6dbc"}, - {file = "multidict-6.0.2-cp37-cp37m-win_amd64.whl", hash = "sha256:6f3cdef8a247d1eafa649085812f8a310e728bdf3900ff6c434eafb2d443b23a"}, - {file = "multidict-6.0.2-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:0327292e745a880459ef71be14e709aaea2f783f3537588fb4ed09b6c01bca60"}, - {file = "multidict-6.0.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:e875b6086e325bab7e680e4316d667fc0e5e174bb5611eb16b3ea121c8951b86"}, - {file = "multidict-6.0.2-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:feea820722e69451743a3d56ad74948b68bf456984d63c1a92e8347b7b88452d"}, - {file = "multidict-6.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9cc57c68cb9139c7cd6fc39f211b02198e69fb90ce4bc4a094cf5fe0d20fd8b0"}, - {file = "multidict-6.0.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:497988d6b6ec6ed6f87030ec03280b696ca47dbf0648045e4e1d28b80346560d"}, - {file = "multidict-6.0.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:89171b2c769e03a953d5969b2f272efa931426355b6c0cb508022976a17fd376"}, - {file = "multidict-6.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:684133b1e1fe91eda8fa7447f137c9490a064c6b7f392aa857bba83a28cfb693"}, - {file = "multidict-6.0.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:fd9fc9c4849a07f3635ccffa895d57abce554b467d611a5009ba4f39b78a8849"}, - {file = "multidict-6.0.2-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:e07c8e79d6e6fd37b42f3250dba122053fddb319e84b55dd3a8d6446e1a7ee49"}, - {file = "multidict-6.0.2-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:4070613ea2227da2bfb2c35a6041e4371b0af6b0be57f424fe2318b42a748516"}, - {file = "multidict-6.0.2-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:47fbeedbf94bed6547d3aa632075d804867a352d86688c04e606971595460227"}, - {file = "multidict-6.0.2-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:5774d9218d77befa7b70d836004a768fb9aa4fdb53c97498f4d8d3f67bb9cfa9"}, - {file = "multidict-6.0.2-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:2957489cba47c2539a8eb7ab32ff49101439ccf78eab724c828c1a54ff3ff98d"}, - {file = "multidict-6.0.2-cp38-cp38-win32.whl", hash = "sha256:e5b20e9599ba74391ca0cfbd7b328fcc20976823ba19bc573983a25b32e92b57"}, - {file = "multidict-6.0.2-cp38-cp38-win_amd64.whl", hash = "sha256:8004dca28e15b86d1b1372515f32eb6f814bdf6f00952699bdeb541691091f96"}, - {file = "multidict-6.0.2-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:2e4a0785b84fb59e43c18a015ffc575ba93f7d1dbd272b4cdad9f5134b8a006c"}, - {file = "multidict-6.0.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:6701bf8a5d03a43375909ac91b6980aea74b0f5402fbe9428fc3f6edf5d9677e"}, - {file = "multidict-6.0.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:a007b1638e148c3cfb6bf0bdc4f82776cef0ac487191d093cdc316905e504071"}, - {file = "multidict-6.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:07a017cfa00c9890011628eab2503bee5872f27144936a52eaab449be5eaf032"}, - {file = "multidict-6.0.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c207fff63adcdf5a485969131dc70e4b194327666b7e8a87a97fbc4fd80a53b2"}, - {file = "multidict-6.0.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:373ba9d1d061c76462d74e7de1c0c8e267e9791ee8cfefcf6b0b2495762c370c"}, - {file = "multidict-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bfba7c6d5d7c9099ba21f84662b037a0ffd4a5e6b26ac07d19e423e6fdf965a9"}, - {file = "multidict-6.0.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:19d9bad105dfb34eb539c97b132057a4e709919ec4dd883ece5838bcbf262b80"}, - {file = "multidict-6.0.2-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:de989b195c3d636ba000ee4281cd03bb1234635b124bf4cd89eeee9ca8fcb09d"}, - {file = "multidict-6.0.2-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:7c40b7bbece294ae3a87c1bc2abff0ff9beef41d14188cda94ada7bcea99b0fb"}, - {file = "multidict-6.0.2-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:d16cce709ebfadc91278a1c005e3c17dd5f71f5098bfae1035149785ea6e9c68"}, - {file = "multidict-6.0.2-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:a2c34a93e1d2aa35fbf1485e5010337c72c6791407d03aa5f4eed920343dd360"}, - {file = "multidict-6.0.2-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:feba80698173761cddd814fa22e88b0661e98cb810f9f986c54aa34d281e4937"}, - {file = "multidict-6.0.2-cp39-cp39-win32.whl", hash = "sha256:23b616fdc3c74c9fe01d76ce0d1ce872d2d396d8fa8e4899398ad64fb5aa214a"}, - {file = "multidict-6.0.2-cp39-cp39-win_amd64.whl", hash = "sha256:4bae31803d708f6f15fd98be6a6ac0b6958fcf68fda3c77a048a4f9073704aae"}, - {file = "multidict-6.0.2.tar.gz", hash = "sha256:5ff3bd75f38e4c43f1f470f2df7a4d430b821c4ce22be384e1459cb57d6bb013"}, -] +docutils = [] +execnet = [] +flake8 = [] +freezegun = [] +idna = [] +importlib-metadata = [] +importlib-resources = [] +iniconfig = [] +jeepney = [] +jmespath = [] +jsonpatch = [] +jsonpointer = [] +jsonschema = [] +keyring = [] +mccabe = [] +mock = [] +multidict = [] packaging = [ {file = "packaging-21.3-py3-none-any.whl", hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522"}, {file = "packaging-21.3.tar.gz", hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb"}, ] -pkginfo = [ - {file = "pkginfo-1.8.3-py2.py3-none-any.whl", hash = "sha256:848865108ec99d4901b2f7e84058b6e7660aae8ae10164e015a6dcf5b242a594"}, - {file = "pkginfo-1.8.3.tar.gz", hash = "sha256:a84da4318dd86f870a9447a8c98340aa06216bfc6f2b7bdc4b8766984ae1867c"}, -] -pkgutil-resolve-name = [ - {file = "pkgutil_resolve_name-1.3.10-py3-none-any.whl", hash = "sha256:ca27cc078d25c5ad71a9de0a7a330146c4e014c2462d9af19c6b828280649c5e"}, - {file = "pkgutil_resolve_name-1.3.10.tar.gz", hash = "sha256:357d6c9e6a755653cfd78893817c0853af365dd51ec97f3d358a819373bbd174"}, -] -placebo = [ - {file = "placebo-0.9.0.tar.gz", hash = "sha256:03157f8527bbc2965b71b88f4a139ef8038618b346787f20d63e3c5da541b047"}, -] -pluggy = [ - {file = "pluggy-1.0.0-py2.py3-none-any.whl", hash = "sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3"}, - {file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"}, -] -portalocker = [ - {file = "portalocker-2.5.1-py2.py3-none-any.whl", hash = "sha256:400bae275366e7b840d4baad0654c6ec5994e07c40c423d78e9e1340279b8352"}, - {file = "portalocker-2.5.1.tar.gz", hash = "sha256:ae8e9cc2660da04bf41fa1a0eef7e300bb5e4a5869adfb1a6d8551632b559b2b"}, -] -psutil = [ - {file = "psutil-5.9.1-cp27-cp27m-manylinux2010_i686.whl", hash = "sha256:799759d809c31aab5fe4579e50addf84565e71c1dc9f1c31258f159ff70d3f87"}, - {file = "psutil-5.9.1-cp27-cp27m-manylinux2010_x86_64.whl", hash = "sha256:9272167b5f5fbfe16945be3db475b3ce8d792386907e673a209da686176552af"}, - {file = "psutil-5.9.1-cp27-cp27m-win32.whl", hash = "sha256:0904727e0b0a038830b019551cf3204dd48ef5c6868adc776e06e93d615fc5fc"}, - {file = "psutil-5.9.1-cp27-cp27m-win_amd64.whl", hash = "sha256:e7e10454cb1ab62cc6ce776e1c135a64045a11ec4c6d254d3f7689c16eb3efd2"}, - {file = "psutil-5.9.1-cp27-cp27mu-manylinux2010_i686.whl", hash = "sha256:56960b9e8edcca1456f8c86a196f0c3d8e3e361320071c93378d41445ffd28b0"}, - {file = "psutil-5.9.1-cp27-cp27mu-manylinux2010_x86_64.whl", hash = "sha256:44d1826150d49ffd62035785a9e2c56afcea66e55b43b8b630d7706276e87f22"}, - {file = "psutil-5.9.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:c7be9d7f5b0d206f0bbc3794b8e16fb7dbc53ec9e40bbe8787c6f2d38efcf6c9"}, - {file = "psutil-5.9.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:abd9246e4cdd5b554a2ddd97c157e292ac11ef3e7af25ac56b08b455c829dca8"}, - {file = "psutil-5.9.1-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:29a442e25fab1f4d05e2655bb1b8ab6887981838d22effa2396d584b740194de"}, - {file = "psutil-5.9.1-cp310-cp310-win32.whl", hash = "sha256:20b27771b077dcaa0de1de3ad52d22538fe101f9946d6dc7869e6f694f079329"}, - {file = "psutil-5.9.1-cp310-cp310-win_amd64.whl", hash = "sha256:58678bbadae12e0db55186dc58f2888839228ac9f41cc7848853539b70490021"}, - {file = "psutil-5.9.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:3a76ad658641172d9c6e593de6fe248ddde825b5866464c3b2ee26c35da9d237"}, - {file = "psutil-5.9.1-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a6a11e48cb93a5fa606306493f439b4aa7c56cb03fc9ace7f6bfa21aaf07c453"}, - {file = "psutil-5.9.1-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:068935df39055bf27a29824b95c801c7a5130f118b806eee663cad28dca97685"}, - {file = "psutil-5.9.1-cp36-cp36m-win32.whl", hash = "sha256:0f15a19a05f39a09327345bc279c1ba4a8cfb0172cc0d3c7f7d16c813b2e7d36"}, - {file = "psutil-5.9.1-cp36-cp36m-win_amd64.whl", hash = "sha256:db417f0865f90bdc07fa30e1aadc69b6f4cad7f86324b02aa842034efe8d8c4d"}, - {file = "psutil-5.9.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:91c7ff2a40c373d0cc9121d54bc5f31c4fa09c346528e6a08d1845bce5771ffc"}, - {file = "psutil-5.9.1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:fea896b54f3a4ae6f790ac1d017101252c93f6fe075d0e7571543510f11d2676"}, - {file = "psutil-5.9.1-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3054e923204b8e9c23a55b23b6df73a8089ae1d075cb0bf711d3e9da1724ded4"}, - {file = "psutil-5.9.1-cp37-cp37m-win32.whl", hash = "sha256:d2d006286fbcb60f0b391741f520862e9b69f4019b4d738a2a45728c7e952f1b"}, - {file = "psutil-5.9.1-cp37-cp37m-win_amd64.whl", hash = "sha256:b14ee12da9338f5e5b3a3ef7ca58b3cba30f5b66f7662159762932e6d0b8f680"}, - {file = "psutil-5.9.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:19f36c16012ba9cfc742604df189f2f28d2720e23ff7d1e81602dbe066be9fd1"}, - {file = "psutil-5.9.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:944c4b4b82dc4a1b805329c980f270f170fdc9945464223f2ec8e57563139cf4"}, - {file = "psutil-5.9.1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4b6750a73a9c4a4e689490ccb862d53c7b976a2a35c4e1846d049dcc3f17d83b"}, - {file = "psutil-5.9.1-cp38-cp38-win32.whl", hash = "sha256:a8746bfe4e8f659528c5c7e9af5090c5a7d252f32b2e859c584ef7d8efb1e689"}, - {file = "psutil-5.9.1-cp38-cp38-win_amd64.whl", hash = "sha256:79c9108d9aa7fa6fba6e668b61b82facc067a6b81517cab34d07a84aa89f3df0"}, - {file = "psutil-5.9.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:28976df6c64ddd6320d281128817f32c29b539a52bdae5e192537bc338a9ec81"}, - {file = "psutil-5.9.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b88f75005586131276634027f4219d06e0561292be8bd6bc7f2f00bdabd63c4e"}, - {file = "psutil-5.9.1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:645bd4f7bb5b8633803e0b6746ff1628724668681a434482546887d22c7a9537"}, - {file = "psutil-5.9.1-cp39-cp39-win32.whl", hash = "sha256:32c52611756096ae91f5d1499fe6c53b86f4a9ada147ee42db4991ba1520e574"}, - {file = "psutil-5.9.1-cp39-cp39-win_amd64.whl", hash = "sha256:f65f9a46d984b8cd9b3750c2bdb419b2996895b005aefa6cbaba9a143b1ce2c5"}, - {file = "psutil-5.9.1.tar.gz", hash = "sha256:57f1819b5d9e95cdfb0c881a8a5b7d542ed0b7c522d575706a80bedc848c8954"}, -] +pkginfo = [] +pkgutil-resolve-name = [] +placebo = [] +pluggy = [] +portalocker = [] +psutil = [] py = [ {file = "py-1.11.0-py2.py3-none-any.whl", hash = "sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378"}, {file = "py-1.11.0.tar.gz", hash = "sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719"}, ] -pycodestyle = [ - {file = "pycodestyle-2.7.0-py2.py3-none-any.whl", hash = "sha256:514f76d918fcc0b55c6680472f0a37970994e07bbb80725808c17089be302068"}, - {file = "pycodestyle-2.7.0.tar.gz", hash = "sha256:c389c1d06bf7904078ca03399a4816f974a1d590090fecea0c63ec26ebaf1cef"}, -] -pycparser = [ - {file = "pycparser-2.21-py2.py3-none-any.whl", hash = "sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9"}, - {file = "pycparser-2.21.tar.gz", hash = "sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206"}, -] -pyflakes = [ - {file = "pyflakes-2.3.1-py2.py3-none-any.whl", hash = "sha256:7893783d01b8a89811dd72d7dfd4d84ff098e5eed95cfa8905b22bbffe52efc3"}, - {file = "pyflakes-2.3.1.tar.gz", hash = "sha256:f5bc8ecabc05bb9d291eb5203d6810b49040f6ff446a756326104746cc00c1db"}, -] -pygments = [ - {file = "Pygments-2.13.0-py3-none-any.whl", hash = "sha256:f643f331ab57ba3c9d89212ee4a2dabc6e94f117cf4eefde99a0574720d14c42"}, - {file = "Pygments-2.13.0.tar.gz", hash = "sha256:56a8508ae95f98e2b9bdf93a6be5ae3f7d8af858b43e02c5a2ff083726be40c1"}, -] +pycodestyle = [] +pycparser = [] +pyflakes = [] +pygments = [] pyparsing = [ {file = "pyparsing-3.0.9-py3-none-any.whl", hash = "sha256:5026bae9a10eeaefb61dab2f09052b9f4307d44aee4eda64b309723d8d206bbc"}, {file = "pyparsing-3.0.9.tar.gz", hash = "sha256:2b020ecf7d21b687f219b71ecad3631f644a47f01403fa1d1036b0c6416d70fb"}, ] -pyrsistent = [ - {file = "pyrsistent-0.18.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:df46c854f490f81210870e509818b729db4488e1f30f2a1ce1698b2295a878d1"}, - {file = "pyrsistent-0.18.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5d45866ececf4a5fff8742c25722da6d4c9e180daa7b405dc0a2a2790d668c26"}, - {file = "pyrsistent-0.18.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4ed6784ceac462a7d6fcb7e9b663e93b9a6fb373b7f43594f9ff68875788e01e"}, - {file = "pyrsistent-0.18.1-cp310-cp310-win32.whl", hash = "sha256:e4f3149fd5eb9b285d6bfb54d2e5173f6a116fe19172686797c056672689daf6"}, - {file = "pyrsistent-0.18.1-cp310-cp310-win_amd64.whl", hash = "sha256:636ce2dc235046ccd3d8c56a7ad54e99d5c1cd0ef07d9ae847306c91d11b5fec"}, - {file = "pyrsistent-0.18.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:e92a52c166426efbe0d1ec1332ee9119b6d32fc1f0bbfd55d5c1088070e7fc1b"}, - {file = "pyrsistent-0.18.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d7a096646eab884bf8bed965bad63ea327e0d0c38989fc83c5ea7b8a87037bfc"}, - {file = "pyrsistent-0.18.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:cdfd2c361b8a8e5d9499b9082b501c452ade8bbf42aef97ea04854f4a3f43b22"}, - {file = "pyrsistent-0.18.1-cp37-cp37m-win32.whl", hash = "sha256:7ec335fc998faa4febe75cc5268a9eac0478b3f681602c1f27befaf2a1abe1d8"}, - {file = "pyrsistent-0.18.1-cp37-cp37m-win_amd64.whl", hash = "sha256:6455fc599df93d1f60e1c5c4fe471499f08d190d57eca040c0ea182301321286"}, - {file = "pyrsistent-0.18.1-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:fd8da6d0124efa2f67d86fa70c851022f87c98e205f0594e1fae044e7119a5a6"}, - {file = "pyrsistent-0.18.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7bfe2388663fd18bd8ce7db2c91c7400bf3e1a9e8bd7d63bf7e77d39051b85ec"}, - {file = "pyrsistent-0.18.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0e3e1fcc45199df76053026a51cc59ab2ea3fc7c094c6627e93b7b44cdae2c8c"}, - {file = "pyrsistent-0.18.1-cp38-cp38-win32.whl", hash = "sha256:b568f35ad53a7b07ed9b1b2bae09eb15cdd671a5ba5d2c66caee40dbf91c68ca"}, - {file = "pyrsistent-0.18.1-cp38-cp38-win_amd64.whl", hash = "sha256:d1b96547410f76078eaf66d282ddca2e4baae8964364abb4f4dcdde855cd123a"}, - {file = "pyrsistent-0.18.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:f87cc2863ef33c709e237d4b5f4502a62a00fab450c9e020892e8e2ede5847f5"}, - {file = "pyrsistent-0.18.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6bc66318fb7ee012071b2792024564973ecc80e9522842eb4e17743604b5e045"}, - {file = "pyrsistent-0.18.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:914474c9f1d93080338ace89cb2acee74f4f666fb0424896fcfb8d86058bf17c"}, - {file = "pyrsistent-0.18.1-cp39-cp39-win32.whl", hash = "sha256:1b34eedd6812bf4d33814fca1b66005805d3640ce53140ab8bbb1e2651b0d9bc"}, - {file = "pyrsistent-0.18.1-cp39-cp39-win_amd64.whl", hash = "sha256:e24a828f57e0c337c8d8bb9f6b12f09dfdf0273da25fda9e314f0b684b415a07"}, - {file = "pyrsistent-0.18.1.tar.gz", hash = "sha256:d4d61f8b993a7255ba714df3aca52700f8125289f84f704cf80916517c46eb96"}, -] -pytest = [ - {file = "pytest-6.2.5-py3-none-any.whl", hash = "sha256:7310f8d27bc79ced999e760ca304d69f6ba6c6649c0b60fb0e04a4a77cacc134"}, - {file = "pytest-6.2.5.tar.gz", hash = "sha256:131b36680866a76e6781d13f101efb86cf674ebb9762eb70d3082b6f29889e89"}, -] -pytest-cov = [ - {file = "pytest-cov-2.12.1.tar.gz", hash = "sha256:261ceeb8c227b726249b376b8526b600f38667ee314f910353fa318caa01f4d7"}, - {file = "pytest_cov-2.12.1-py2.py3-none-any.whl", hash = "sha256:261bb9e47e65bd099c89c3edf92972865210c36813f80ede5277dceb77a4a62a"}, -] -pytest-forked = [ - {file = "pytest-forked-1.4.0.tar.gz", hash = "sha256:8b67587c8f98cbbadfdd804539ed5455b6ed03802203485dd2f53c1422d7440e"}, - {file = "pytest_forked-1.4.0-py3-none-any.whl", hash = "sha256:bbbb6717efc886b9d64537b41fb1497cfaf3c9601276be8da2cccfea5a3c8ad8"}, -] -pytest-sugar = [ - {file = "pytest-sugar-0.9.5.tar.gz", hash = "sha256:eea78b6f15b635277d3d90280cd386d8feea1cab0f9be75947a626e8b02b477d"}, - {file = "pytest_sugar-0.9.5-py2.py3-none-any.whl", hash = "sha256:3da42de32ce4e1e95b448d61c92804433f5d4058c0a765096991c2e93d5a289f"}, -] -pytest-terraform = [ - {file = "pytest-terraform-0.6.1.tar.gz", hash = "sha256:a5af30e37a5d0394cda8eb5b4d1ef29346ef3e70de1c4df0337a64d879533c7d"}, - {file = "pytest_terraform-0.6.1-py3-none-any.whl", hash = "sha256:e9e47a68abd0d58e0adec59d77791689beaab0c428393085a62a10aefc83c79f"}, -] -pytest-xdist = [ - {file = "pytest-xdist-2.5.0.tar.gz", hash = "sha256:4580deca3ff04ddb2ac53eba39d76cb5dd5edeac050cb6fbc768b0dd712b4edf"}, - {file = "pytest_xdist-2.5.0-py3-none-any.whl", hash = "sha256:6fe5c74fec98906deb8f2d2b616b5c782022744978e7bd4695d39c8f42d0ce65"}, -] +pyrsistent = [] +pytest = [] +pytest-cov = [] +pytest-forked = [] +pytest-recording = [] +pytest-sugar = [] +pytest-terraform = [] +pytest-xdist = [] python-dateutil = [ {file = "python-dateutil-2.8.2.tar.gz", hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"}, {file = "python_dateutil-2.8.2-py2.py3-none-any.whl", hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9"}, ] -pywin32 = [ - {file = "pywin32-304-cp310-cp310-win32.whl", hash = "sha256:3c7bacf5e24298c86314f03fa20e16558a4e4138fc34615d7de4070c23e65af3"}, - {file = "pywin32-304-cp310-cp310-win_amd64.whl", hash = "sha256:4f32145913a2447736dad62495199a8e280a77a0ca662daa2332acf849f0be48"}, - {file = "pywin32-304-cp310-cp310-win_arm64.whl", hash = "sha256:d3ee45adff48e0551d1aa60d2ec066fec006083b791f5c3527c40cd8aefac71f"}, - {file = "pywin32-304-cp311-cp311-win32.whl", hash = "sha256:30c53d6ce44c12a316a06c153ea74152d3b1342610f1b99d40ba2795e5af0269"}, - {file = "pywin32-304-cp311-cp311-win_amd64.whl", hash = "sha256:7ffa0c0fa4ae4077e8b8aa73800540ef8c24530057768c3ac57c609f99a14fd4"}, - {file = "pywin32-304-cp311-cp311-win_arm64.whl", hash = "sha256:cbbe34dad39bdbaa2889a424d28752f1b4971939b14b1bb48cbf0182a3bcfc43"}, - {file = "pywin32-304-cp36-cp36m-win32.whl", hash = "sha256:be253e7b14bc601718f014d2832e4c18a5b023cbe72db826da63df76b77507a1"}, - {file = "pywin32-304-cp36-cp36m-win_amd64.whl", hash = "sha256:de9827c23321dcf43d2f288f09f3b6d772fee11e809015bdae9e69fe13213988"}, - {file = "pywin32-304-cp37-cp37m-win32.whl", hash = "sha256:f64c0377cf01b61bd5e76c25e1480ca8ab3b73f0c4add50538d332afdf8f69c5"}, - {file = "pywin32-304-cp37-cp37m-win_amd64.whl", hash = "sha256:bb2ea2aa81e96eee6a6b79d87e1d1648d3f8b87f9a64499e0b92b30d141e76df"}, - {file = "pywin32-304-cp38-cp38-win32.whl", hash = "sha256:94037b5259701988954931333aafd39cf897e990852115656b014ce72e052e96"}, - {file = "pywin32-304-cp38-cp38-win_amd64.whl", hash = "sha256:ead865a2e179b30fb717831f73cf4373401fc62fbc3455a0889a7ddac848f83e"}, - {file = "pywin32-304-cp39-cp39-win32.whl", hash = "sha256:25746d841201fd9f96b648a248f731c1dec851c9a08b8e33da8b56148e4c65cc"}, - {file = "pywin32-304-cp39-cp39-win_amd64.whl", hash = "sha256:d24a3382f013b21aa24a5cfbfad5a2cd9926610c0affde3e8ab5b3d7dbcf4ac9"}, -] -pywin32-ctypes = [ - {file = "pywin32-ctypes-0.2.0.tar.gz", hash = "sha256:24ffc3b341d457d48e8922352130cf2644024a4ff09762a2261fd34c36ee5942"}, - {file = "pywin32_ctypes-0.2.0-py2.py3-none-any.whl", hash = "sha256:9dc2d991b3479cc2df15930958b674a48a227d5361d413827a4cfd0b5876fc98"}, -] -pyyaml = [ - {file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53"}, - {file = "PyYAML-6.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:9df7ed3b3d2e0ecfe09e14741b857df43adb5a3ddadc919a2d94fbdf78fea53c"}, - {file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:77f396e6ef4c73fdc33a9157446466f1cff553d979bd00ecb64385760c6babdc"}, - {file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a80a78046a72361de73f8f395f1f1e49f956c6be882eed58505a15f3e430962b"}, - {file = "PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:f84fbc98b019fef2ee9a1cb3ce93e3187a6df0b2538a651bfb890254ba9f90b5"}, - {file = "PyYAML-6.0-cp310-cp310-win32.whl", hash = "sha256:2cd5df3de48857ed0544b34e2d40e9fac445930039f3cfe4bcc592a1f836d513"}, - {file = "PyYAML-6.0-cp310-cp310-win_amd64.whl", hash = "sha256:daf496c58a8c52083df09b80c860005194014c3698698d1a57cbcfa182142a3a"}, - {file = "PyYAML-6.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:897b80890765f037df3403d22bab41627ca8811ae55e9a722fd0392850ec4d86"}, - {file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:50602afada6d6cbfad699b0c7bb50d5ccffa7e46a3d738092afddc1f9758427f"}, - {file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:48c346915c114f5fdb3ead70312bd042a953a8ce5c7106d5bfb1a5254e47da92"}, - {file = "PyYAML-6.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:98c4d36e99714e55cfbaaee6dd5badbc9a1ec339ebfc3b1f52e293aee6bb71a4"}, - {file = "PyYAML-6.0-cp36-cp36m-win32.whl", hash = "sha256:0283c35a6a9fbf047493e3a0ce8d79ef5030852c51e9d911a27badfde0605293"}, - {file = "PyYAML-6.0-cp36-cp36m-win_amd64.whl", hash = "sha256:07751360502caac1c067a8132d150cf3d61339af5691fe9e87803040dbc5db57"}, - {file = "PyYAML-6.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:819b3830a1543db06c4d4b865e70ded25be52a2e0631ccd2f6a47a2822f2fd7c"}, - {file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:473f9edb243cb1935ab5a084eb238d842fb8f404ed2193a915d1784b5a6b5fc0"}, - {file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0ce82d761c532fe4ec3f87fc45688bdd3a4c1dc5e0b4a19814b9009a29baefd4"}, - {file = "PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:231710d57adfd809ef5d34183b8ed1eeae3f76459c18fb4a0b373ad56bedcdd9"}, - {file = "PyYAML-6.0-cp37-cp37m-win32.whl", hash = "sha256:c5687b8d43cf58545ade1fe3e055f70eac7a5a1a0bf42824308d868289a95737"}, - {file = "PyYAML-6.0-cp37-cp37m-win_amd64.whl", hash = "sha256:d15a181d1ecd0d4270dc32edb46f7cb7733c7c508857278d3d378d14d606db2d"}, - {file = "PyYAML-6.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:0b4624f379dab24d3725ffde76559cff63d9ec94e1736b556dacdfebe5ab6d4b"}, - {file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:213c60cd50106436cc818accf5baa1aba61c0189ff610f64f4a3e8c6726218ba"}, - {file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9fa600030013c4de8165339db93d182b9431076eb98eb40ee068700c9c813e34"}, - {file = "PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:277a0ef2981ca40581a47093e9e2d13b3f1fbbeffae064c1d21bfceba2030287"}, - {file = "PyYAML-6.0-cp38-cp38-win32.whl", hash = "sha256:d4eccecf9adf6fbcc6861a38015c2a64f38b9d94838ac1810a9023a0609e1b78"}, - {file = "PyYAML-6.0-cp38-cp38-win_amd64.whl", hash = "sha256:1e4747bc279b4f613a09eb64bba2ba602d8a6664c6ce6396a4d0cd413a50ce07"}, - {file = "PyYAML-6.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:055d937d65826939cb044fc8c9b08889e8c743fdc6a32b33e2390f66013e449b"}, - {file = "PyYAML-6.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:e61ceaab6f49fb8bdfaa0f92c4b57bcfbea54c09277b1b4f7ac376bfb7a7c174"}, - {file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d67d839ede4ed1b28a4e8909735fc992a923cdb84e618544973d7dfc71540803"}, - {file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:cba8c411ef271aa037d7357a2bc8f9ee8b58b9965831d9e51baf703280dc73d3"}, - {file = "PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:40527857252b61eacd1d9af500c3337ba8deb8fc298940291486c465c8b46ec0"}, - {file = "PyYAML-6.0-cp39-cp39-win32.whl", hash = "sha256:b5b9eccad747aabaaffbc6064800670f0c297e52c12754eb1d976c57e4f74dcb"}, - {file = "PyYAML-6.0-cp39-cp39-win_amd64.whl", hash = "sha256:b3d267842bf12586ba6c734f89d1f5b871df0273157918b0ccefa29deb05c21c"}, - {file = "PyYAML-6.0.tar.gz", hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"}, -] -readme-renderer = [ - {file = "readme_renderer-36.0-py3-none-any.whl", hash = "sha256:2c37e472ca96755caba6cc58bcbf673a5574bc033385a2ac91d85dfef2799876"}, - {file = "readme_renderer-36.0.tar.gz", hash = "sha256:f71aeef9a588fcbed1f4cc001ba611370e94a0cd27c75b1140537618ec78f0a2"}, -] -requests = [ - {file = "requests-2.28.1-py3-none-any.whl", hash = "sha256:8fefa2a1a1365bf5520aac41836fbee479da67864514bdb821f31ce07ce65349"}, - {file = "requests-2.28.1.tar.gz", hash = "sha256:7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983"}, -] -requests-toolbelt = [ - {file = "requests-toolbelt-0.9.1.tar.gz", hash = "sha256:968089d4584ad4ad7c171454f0a5c6dac23971e9472521ea3b6d49d610aa6fc0"}, - {file = "requests_toolbelt-0.9.1-py2.py3-none-any.whl", hash = "sha256:380606e1d10dc85c3bd47bf5a6095f815ec007be7a8b69c878507068df059e6f"}, -] -rfc3986 = [ - {file = "rfc3986-2.0.0-py2.py3-none-any.whl", hash = "sha256:50b1502b60e289cb37883f3dfd34532b8873c7de9f49bb546641ce9cbd256ebd"}, - {file = "rfc3986-2.0.0.tar.gz", hash = "sha256:97aacf9dbd4bfd829baad6e6309fa6573aaf1be3f6fa735c8ab05e46cecb261c"}, -] -s3transfer = [ - {file = "s3transfer-0.6.0-py3-none-any.whl", hash = "sha256:06176b74f3a15f61f1b4f25a1fc29a4429040b7647133a463da8fa5bd28d5ecd"}, - {file = "s3transfer-0.6.0.tar.gz", hash = "sha256:2ed07d3866f523cc561bf4a00fc5535827981b117dd7876f036b0c1aca42c947"}, -] -secretstorage = [ - {file = "SecretStorage-3.3.3-py3-none-any.whl", hash = "sha256:f356e6628222568e3af06f2eba8df495efa13b3b63081dafd4f7d9a7b7bc9f99"}, - {file = "SecretStorage-3.3.3.tar.gz", hash = "sha256:2403533ef369eca6d2ba81718576c5e0f564d5cca1b58f73a8b23e7d4eeebd77"}, -] +pywin32 = [] +pywin32-ctypes = [] +pyyaml = [] +readme-renderer = [] +requests = [] +requests-toolbelt = [] +rfc3986 = [] +s3transfer = [] +secretstorage = [] six = [ {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, ] -tabulate = [ - {file = "tabulate-0.8.10-py3-none-any.whl", hash = "sha256:0ba055423dbaa164b9e456abe7920c5e8ed33fcc16f6d1b2f2d152c8e1e8b4fc"}, - {file = "tabulate-0.8.10-py3.8.egg", hash = "sha256:436f1c768b424654fce8597290d2764def1eea6a77cfa5c33be00b1bc0f4f63d"}, - {file = "tabulate-0.8.10.tar.gz", hash = "sha256:6c57f3f3dd7ac2782770155f3adb2db0b1a269637e42f27599925e64b114f519"}, -] -termcolor = [ - {file = "termcolor-1.1.0.tar.gz", hash = "sha256:1d6d69ce66211143803fbc56652b41d73b4a400a2891d7bf7a1cdf4c02de613b"}, -] -toml = [ - {file = "toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"}, - {file = "toml-0.10.2.tar.gz", hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"}, -] -tqdm = [ - {file = "tqdm-4.64.0-py2.py3-none-any.whl", hash = "sha256:74a2cdefe14d11442cedf3ba4e21a3b84ff9a2dbdc6cfae2c34addb2a14a5ea6"}, - {file = "tqdm-4.64.0.tar.gz", hash = "sha256:40be55d30e200777a307a7585aee69e4eabb46b4ec6a4b4a5f2d9f11e7d5408d"}, -] -twine = [ - {file = "twine-3.8.0-py3-none-any.whl", hash = "sha256:d0550fca9dc19f3d5e8eadfce0c227294df0a2a951251a4385797c8a6198b7c8"}, - {file = "twine-3.8.0.tar.gz", hash = "sha256:8efa52658e0ae770686a13b675569328f1fba9837e5de1867bfe5f46a9aefe19"}, -] -typing-extensions = [ - {file = "typing_extensions-4.3.0-py3-none-any.whl", hash = "sha256:25642c956049920a5aa49edcdd6ab1e06d7e5d467fc00e0506c44ac86fbfca02"}, - {file = "typing_extensions-4.3.0.tar.gz", hash = "sha256:e6d2677a32f47fc7eb2795db1dd15c1f34eff616bcaf2cfb5e997f854fa1c4a6"}, -] -urllib3 = [ - {file = "urllib3-1.26.11-py2.py3-none-any.whl", hash = "sha256:c33ccba33c819596124764c23a97d25f32b28433ba0dedeb77d873a38722c9bc"}, - {file = "urllib3-1.26.11.tar.gz", hash = "sha256:ea6e8fb210b19d950fab93b60c9009226c63a28808bc8386e05301e25883ac0a"}, -] -vcrpy = [ - {file = "vcrpy-4.2.0-py2.py3-none-any.whl", hash = "sha256:7ec280c8d5385652f1117fe32a200e6676614007d9f946af9f07df1e5f92254c"}, - {file = "vcrpy-4.2.0.tar.gz", hash = "sha256:94520b86fb765925adc8c77ff934e89a5e156c28e74a314320217ef1b454afe0"}, -] -webencodings = [ - {file = "webencodings-0.5.1-py2.py3-none-any.whl", hash = "sha256:a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78"}, - {file = "webencodings-0.5.1.tar.gz", hash = "sha256:b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923"}, -] -wrapt = [ - {file = "wrapt-1.14.1-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:1b376b3f4896e7930f1f772ac4b064ac12598d1c38d04907e696cc4d794b43d3"}, - {file = "wrapt-1.14.1-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:903500616422a40a98a5a3c4ff4ed9d0066f3b4c951fa286018ecdf0750194ef"}, - {file = "wrapt-1.14.1-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:5a9a0d155deafd9448baff28c08e150d9b24ff010e899311ddd63c45c2445e28"}, - {file = "wrapt-1.14.1-cp27-cp27m-manylinux2010_i686.whl", hash = "sha256:ddaea91abf8b0d13443f6dac52e89051a5063c7d014710dcb4d4abb2ff811a59"}, - {file = "wrapt-1.14.1-cp27-cp27m-manylinux2010_x86_64.whl", hash = "sha256:36f582d0c6bc99d5f39cd3ac2a9062e57f3cf606ade29a0a0d6b323462f4dd87"}, - {file = "wrapt-1.14.1-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:7ef58fb89674095bfc57c4069e95d7a31cfdc0939e2a579882ac7d55aadfd2a1"}, - {file = "wrapt-1.14.1-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:e2f83e18fe2f4c9e7db597e988f72712c0c3676d337d8b101f6758107c42425b"}, - {file = "wrapt-1.14.1-cp27-cp27mu-manylinux2010_i686.whl", hash = "sha256:ee2b1b1769f6707a8a445162ea16dddf74285c3964f605877a20e38545c3c462"}, - {file = "wrapt-1.14.1-cp27-cp27mu-manylinux2010_x86_64.whl", hash = "sha256:833b58d5d0b7e5b9832869f039203389ac7cbf01765639c7309fd50ef619e0b1"}, - {file = "wrapt-1.14.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:80bb5c256f1415f747011dc3604b59bc1f91c6e7150bd7db03b19170ee06b320"}, - {file = "wrapt-1.14.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:07f7a7d0f388028b2df1d916e94bbb40624c59b48ecc6cbc232546706fac74c2"}, - {file = "wrapt-1.14.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:02b41b633c6261feff8ddd8d11c711df6842aba629fdd3da10249a53211a72c4"}, - {file = "wrapt-1.14.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2fe803deacd09a233e4762a1adcea5db5d31e6be577a43352936179d14d90069"}, - {file = "wrapt-1.14.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:257fd78c513e0fb5cdbe058c27a0624c9884e735bbd131935fd49e9fe719d310"}, - {file = "wrapt-1.14.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:4fcc4649dc762cddacd193e6b55bc02edca674067f5f98166d7713b193932b7f"}, - {file = "wrapt-1.14.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:11871514607b15cfeb87c547a49bca19fde402f32e2b1c24a632506c0a756656"}, - {file = "wrapt-1.14.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:8ad85f7f4e20964db4daadcab70b47ab05c7c1cf2a7c1e51087bfaa83831854c"}, - {file = "wrapt-1.14.1-cp310-cp310-win32.whl", hash = "sha256:a9a52172be0b5aae932bef82a79ec0a0ce87288c7d132946d645eba03f0ad8a8"}, - {file = "wrapt-1.14.1-cp310-cp310-win_amd64.whl", hash = "sha256:6d323e1554b3d22cfc03cd3243b5bb815a51f5249fdcbb86fda4bf62bab9e164"}, - {file = "wrapt-1.14.1-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:43ca3bbbe97af00f49efb06e352eae40434ca9d915906f77def219b88e85d907"}, - {file = "wrapt-1.14.1-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:6b1a564e6cb69922c7fe3a678b9f9a3c54e72b469875aa8018f18b4d1dd1adf3"}, - {file = "wrapt-1.14.1-cp35-cp35m-manylinux2010_i686.whl", hash = "sha256:00b6d4ea20a906c0ca56d84f93065b398ab74b927a7a3dbd470f6fc503f95dc3"}, - {file = "wrapt-1.14.1-cp35-cp35m-manylinux2010_x86_64.whl", hash = "sha256:a85d2b46be66a71bedde836d9e41859879cc54a2a04fad1191eb50c2066f6e9d"}, - {file = "wrapt-1.14.1-cp35-cp35m-win32.whl", hash = "sha256:dbcda74c67263139358f4d188ae5faae95c30929281bc6866d00573783c422b7"}, - {file = "wrapt-1.14.1-cp35-cp35m-win_amd64.whl", hash = "sha256:b21bb4c09ffabfa0e85e3a6b623e19b80e7acd709b9f91452b8297ace2a8ab00"}, - {file = "wrapt-1.14.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:9e0fd32e0148dd5dea6af5fee42beb949098564cc23211a88d799e434255a1f4"}, - {file = "wrapt-1.14.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9736af4641846491aedb3c3f56b9bc5568d92b0692303b5a305301a95dfd38b1"}, - {file = "wrapt-1.14.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5b02d65b9ccf0ef6c34cba6cf5bf2aab1bb2f49c6090bafeecc9cd81ad4ea1c1"}, - {file = "wrapt-1.14.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:21ac0156c4b089b330b7666db40feee30a5d52634cc4560e1905d6529a3897ff"}, - {file = "wrapt-1.14.1-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:9f3e6f9e05148ff90002b884fbc2a86bd303ae847e472f44ecc06c2cd2fcdb2d"}, - {file = "wrapt-1.14.1-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:6e743de5e9c3d1b7185870f480587b75b1cb604832e380d64f9504a0535912d1"}, - {file = "wrapt-1.14.1-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:d79d7d5dc8a32b7093e81e97dad755127ff77bcc899e845f41bf71747af0c569"}, - {file = "wrapt-1.14.1-cp36-cp36m-win32.whl", hash = "sha256:81b19725065dcb43df02b37e03278c011a09e49757287dca60c5aecdd5a0b8ed"}, - {file = "wrapt-1.14.1-cp36-cp36m-win_amd64.whl", hash = "sha256:b014c23646a467558be7da3d6b9fa409b2c567d2110599b7cf9a0c5992b3b471"}, - {file = "wrapt-1.14.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:88bd7b6bd70a5b6803c1abf6bca012f7ed963e58c68d76ee20b9d751c74a3248"}, - {file = "wrapt-1.14.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b5901a312f4d14c59918c221323068fad0540e34324925c8475263841dbdfe68"}, - {file = "wrapt-1.14.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d77c85fedff92cf788face9bfa3ebaa364448ebb1d765302e9af11bf449ca36d"}, - {file = "wrapt-1.14.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8d649d616e5c6a678b26d15ece345354f7c2286acd6db868e65fcc5ff7c24a77"}, - {file = "wrapt-1.14.1-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:7d2872609603cb35ca513d7404a94d6d608fc13211563571117046c9d2bcc3d7"}, - {file = "wrapt-1.14.1-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:ee6acae74a2b91865910eef5e7de37dc6895ad96fa23603d1d27ea69df545015"}, - {file = "wrapt-1.14.1-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:2b39d38039a1fdad98c87279b48bc5dce2c0ca0d73483b12cb72aa9609278e8a"}, - {file = "wrapt-1.14.1-cp37-cp37m-win32.whl", hash = "sha256:60db23fa423575eeb65ea430cee741acb7c26a1365d103f7b0f6ec412b893853"}, - {file = "wrapt-1.14.1-cp37-cp37m-win_amd64.whl", hash = "sha256:709fe01086a55cf79d20f741f39325018f4df051ef39fe921b1ebe780a66184c"}, - {file = "wrapt-1.14.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:8c0ce1e99116d5ab21355d8ebe53d9460366704ea38ae4d9f6933188f327b456"}, - {file = "wrapt-1.14.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:e3fb1677c720409d5f671e39bac6c9e0e422584e5f518bfd50aa4cbbea02433f"}, - {file = "wrapt-1.14.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:642c2e7a804fcf18c222e1060df25fc210b9c58db7c91416fb055897fc27e8cc"}, - {file = "wrapt-1.14.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7b7c050ae976e286906dd3f26009e117eb000fb2cf3533398c5ad9ccc86867b1"}, - {file = "wrapt-1.14.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ef3f72c9666bba2bab70d2a8b79f2c6d2c1a42a7f7e2b0ec83bb2f9e383950af"}, - {file = "wrapt-1.14.1-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:01c205616a89d09827986bc4e859bcabd64f5a0662a7fe95e0d359424e0e071b"}, - {file = "wrapt-1.14.1-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:5a0f54ce2c092aaf439813735584b9537cad479575a09892b8352fea5e988dc0"}, - {file = "wrapt-1.14.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:2cf71233a0ed05ccdabe209c606fe0bac7379fdcf687f39b944420d2a09fdb57"}, - {file = "wrapt-1.14.1-cp38-cp38-win32.whl", hash = "sha256:aa31fdcc33fef9eb2552cbcbfee7773d5a6792c137b359e82879c101e98584c5"}, - {file = "wrapt-1.14.1-cp38-cp38-win_amd64.whl", hash = "sha256:d1967f46ea8f2db647c786e78d8cc7e4313dbd1b0aca360592d8027b8508e24d"}, - {file = "wrapt-1.14.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:3232822c7d98d23895ccc443bbdf57c7412c5a65996c30442ebe6ed3df335383"}, - {file = "wrapt-1.14.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:988635d122aaf2bdcef9e795435662bcd65b02f4f4c1ae37fbee7401c440b3a7"}, - {file = "wrapt-1.14.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9cca3c2cdadb362116235fdbd411735de4328c61425b0aa9f872fd76d02c4e86"}, - {file = "wrapt-1.14.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d52a25136894c63de15a35bc0bdc5adb4b0e173b9c0d07a2be9d3ca64a332735"}, - {file = "wrapt-1.14.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:40e7bc81c9e2b2734ea4bc1aceb8a8f0ceaac7c5299bc5d69e37c44d9081d43b"}, - {file = "wrapt-1.14.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:b9b7a708dd92306328117d8c4b62e2194d00c365f18eff11a9b53c6f923b01e3"}, - {file = "wrapt-1.14.1-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:6a9a25751acb379b466ff6be78a315e2b439d4c94c1e99cb7266d40a537995d3"}, - {file = "wrapt-1.14.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:34aa51c45f28ba7f12accd624225e2b1e5a3a45206aa191f6f9aac931d9d56fe"}, - {file = "wrapt-1.14.1-cp39-cp39-win32.whl", hash = "sha256:dee0ce50c6a2dd9056c20db781e9c1cfd33e77d2d569f5d1d9321c641bb903d5"}, - {file = "wrapt-1.14.1-cp39-cp39-win_amd64.whl", hash = "sha256:dee60e1de1898bde3b238f18340eec6148986da0455d8ba7848d50470a7a32fb"}, - {file = "wrapt-1.14.1.tar.gz", hash = "sha256:380a85cf89e0e69b7cfbe2ea9f765f004ff419f34194018a6827ac0e3edfed4d"}, -] -yarl = [ - {file = "yarl-1.8.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:abc06b97407868ef38f3d172762f4069323de52f2b70d133d096a48d72215d28"}, - {file = "yarl-1.8.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:07b21e274de4c637f3e3b7104694e53260b5fc10d51fb3ec5fed1da8e0f754e3"}, - {file = "yarl-1.8.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:9de955d98e02fab288c7718662afb33aab64212ecb368c5dc866d9a57bf48880"}, - {file = "yarl-1.8.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7ec362167e2c9fd178f82f252b6d97669d7245695dc057ee182118042026da40"}, - {file = "yarl-1.8.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:20df6ff4089bc86e4a66e3b1380460f864df3dd9dccaf88d6b3385d24405893b"}, - {file = "yarl-1.8.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5999c4662631cb798496535afbd837a102859568adc67d75d2045e31ec3ac497"}, - {file = "yarl-1.8.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ed19b74e81b10b592084a5ad1e70f845f0aacb57577018d31de064e71ffa267a"}, - {file = "yarl-1.8.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1e4808f996ca39a6463f45182e2af2fae55e2560be586d447ce8016f389f626f"}, - {file = "yarl-1.8.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:2d800b9c2eaf0684c08be5f50e52bfa2aa920e7163c2ea43f4f431e829b4f0fd"}, - {file = "yarl-1.8.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:6628d750041550c5d9da50bb40b5cf28a2e63b9388bac10fedd4f19236ef4957"}, - {file = "yarl-1.8.1-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:f5af52738e225fcc526ae64071b7e5342abe03f42e0e8918227b38c9aa711e28"}, - {file = "yarl-1.8.1-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:76577f13333b4fe345c3704811ac7509b31499132ff0181f25ee26619de2c843"}, - {file = "yarl-1.8.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:0c03f456522d1ec815893d85fccb5def01ffaa74c1b16ff30f8aaa03eb21e453"}, - {file = "yarl-1.8.1-cp310-cp310-win32.whl", hash = "sha256:ea30a42dc94d42f2ba4d0f7c0ffb4f4f9baa1b23045910c0c32df9c9902cb272"}, - {file = "yarl-1.8.1-cp310-cp310-win_amd64.whl", hash = "sha256:9130ddf1ae9978abe63808b6b60a897e41fccb834408cde79522feb37fb72fb0"}, - {file = "yarl-1.8.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:0ab5a138211c1c366404d912824bdcf5545ccba5b3ff52c42c4af4cbdc2c5035"}, - {file = "yarl-1.8.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a0fb2cb4204ddb456a8e32381f9a90000429489a25f64e817e6ff94879d432fc"}, - {file = "yarl-1.8.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:85cba594433915d5c9a0d14b24cfba0339f57a2fff203a5d4fd070e593307d0b"}, - {file = "yarl-1.8.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:1ca7e596c55bd675432b11320b4eacc62310c2145d6801a1f8e9ad160685a231"}, - {file = "yarl-1.8.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d0f77539733e0ec2475ddcd4e26777d08996f8cd55d2aef82ec4d3896687abda"}, - {file = "yarl-1.8.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:29e256649f42771829974e742061c3501cc50cf16e63f91ed8d1bf98242e5507"}, - {file = "yarl-1.8.1-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:7fce6cbc6c170ede0221cc8c91b285f7f3c8b9fe28283b51885ff621bbe0f8ee"}, - {file = "yarl-1.8.1-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:59ddd85a1214862ce7c7c66457f05543b6a275b70a65de366030d56159a979f0"}, - {file = "yarl-1.8.1-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:12768232751689c1a89b0376a96a32bc7633c08da45ad985d0c49ede691f5c0d"}, - {file = "yarl-1.8.1-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:b19255dde4b4f4c32e012038f2c169bb72e7f081552bea4641cab4d88bc409dd"}, - {file = "yarl-1.8.1-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:6c8148e0b52bf9535c40c48faebb00cb294ee577ca069d21bd5c48d302a83780"}, - {file = "yarl-1.8.1-cp37-cp37m-win32.whl", hash = "sha256:de839c3a1826a909fdbfe05f6fe2167c4ab033f1133757b5936efe2f84904c07"}, - {file = "yarl-1.8.1-cp37-cp37m-win_amd64.whl", hash = "sha256:dd032e8422a52e5a4860e062eb84ac94ea08861d334a4bcaf142a63ce8ad4802"}, - {file = "yarl-1.8.1-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:19cd801d6f983918a3f3a39f3a45b553c015c5aac92ccd1fac619bd74beece4a"}, - {file = "yarl-1.8.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:6347f1a58e658b97b0a0d1ff7658a03cb79bdbda0331603bed24dd7054a6dea1"}, - {file = "yarl-1.8.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:7c0da7e44d0c9108d8b98469338705e07f4bb7dab96dbd8fa4e91b337db42548"}, - {file = "yarl-1.8.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5587bba41399854703212b87071c6d8638fa6e61656385875f8c6dff92b2e461"}, - {file = "yarl-1.8.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:31a9a04ecccd6b03e2b0e12e82131f1488dea5555a13a4d32f064e22a6003cfe"}, - {file = "yarl-1.8.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:205904cffd69ae972a1707a1bd3ea7cded594b1d773a0ce66714edf17833cdae"}, - {file = "yarl-1.8.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ea513a25976d21733bff523e0ca836ef1679630ef4ad22d46987d04b372d57fc"}, - {file = "yarl-1.8.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d0b51530877d3ad7a8d47b2fff0c8df3b8f3b8deddf057379ba50b13df2a5eae"}, - {file = "yarl-1.8.1-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:d2b8f245dad9e331540c350285910b20dd913dc86d4ee410c11d48523c4fd546"}, - {file = "yarl-1.8.1-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:ab2a60d57ca88e1d4ca34a10e9fb4ab2ac5ad315543351de3a612bbb0560bead"}, - {file = "yarl-1.8.1-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:449c957ffc6bc2309e1fbe67ab7d2c1efca89d3f4912baeb8ead207bb3cc1cd4"}, - {file = "yarl-1.8.1-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:a165442348c211b5dea67c0206fc61366212d7082ba8118c8c5c1c853ea4d82e"}, - {file = "yarl-1.8.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:b3ded839a5c5608eec8b6f9ae9a62cb22cd037ea97c627f38ae0841a48f09eae"}, - {file = "yarl-1.8.1-cp38-cp38-win32.whl", hash = "sha256:c1445a0c562ed561d06d8cbc5c8916c6008a31c60bc3655cdd2de1d3bf5174a0"}, - {file = "yarl-1.8.1-cp38-cp38-win_amd64.whl", hash = "sha256:56c11efb0a89700987d05597b08a1efcd78d74c52febe530126785e1b1a285f4"}, - {file = "yarl-1.8.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:e80ed5a9939ceb6fda42811542f31c8602be336b1fb977bccb012e83da7e4936"}, - {file = "yarl-1.8.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:6afb336e23a793cd3b6476c30f030a0d4c7539cd81649683b5e0c1b0ab0bf350"}, - {file = "yarl-1.8.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:4c322cbaa4ed78a8aac89b2174a6df398faf50e5fc12c4c191c40c59d5e28357"}, - {file = "yarl-1.8.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:fae37373155f5ef9b403ab48af5136ae9851151f7aacd9926251ab26b953118b"}, - {file = "yarl-1.8.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5395da939ffa959974577eff2cbfc24b004a2fb6c346918f39966a5786874e54"}, - {file = "yarl-1.8.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:076eede537ab978b605f41db79a56cad2e7efeea2aa6e0fa8f05a26c24a034fb"}, - {file = "yarl-1.8.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3d1a50e461615747dd93c099f297c1994d472b0f4d2db8a64e55b1edf704ec1c"}, - {file = "yarl-1.8.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7de89c8456525650ffa2bb56a3eee6af891e98f498babd43ae307bd42dca98f6"}, - {file = "yarl-1.8.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:4a88510731cd8d4befaba5fbd734a7dd914de5ab8132a5b3dde0bbd6c9476c64"}, - {file = "yarl-1.8.1-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:2d93a049d29df172f48bcb09acf9226318e712ce67374f893b460b42cc1380ae"}, - {file = "yarl-1.8.1-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:21ac44b763e0eec15746a3d440f5e09ad2ecc8b5f6dcd3ea8cb4773d6d4703e3"}, - {file = "yarl-1.8.1-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:d0272228fabe78ce00a3365ffffd6f643f57a91043e119c289aaba202f4095b0"}, - {file = "yarl-1.8.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:99449cd5366fe4608e7226c6cae80873296dfa0cde45d9b498fefa1de315a09e"}, - {file = "yarl-1.8.1-cp39-cp39-win32.whl", hash = "sha256:8b0af1cf36b93cee99a31a545fe91d08223e64390c5ecc5e94c39511832a4bb6"}, - {file = "yarl-1.8.1-cp39-cp39-win_amd64.whl", hash = "sha256:de49d77e968de6626ba7ef4472323f9d2e5a56c1d85b7c0e2a190b2173d3b9be"}, - {file = "yarl-1.8.1.tar.gz", hash = "sha256:af887845b8c2e060eb5605ff72b6f2dd2aab7a761379373fd89d314f4752abbf"}, -] -zipp = [ - {file = "zipp-3.8.1-py3-none-any.whl", hash = "sha256:47c40d7fe183a6f21403a199b3e4192cca5774656965b0a4988ad2f8feb5f009"}, - {file = "zipp-3.8.1.tar.gz", hash = "sha256:05b45f1ee8f807d0cc928485ca40a07cb491cf092ff587c0df9cb1fd154848d2"}, -] +tabulate = [] +termcolor = [] +toml = [] +tqdm = [] +twine = [] +typing-extensions = [] +urllib3 = [] +vcrpy = [] +webencodings = [] +wrapt = [] +yarl = [] +zipp = [] diff --git a/pyproject.toml b/pyproject.toml index f83943f1d9e..61a65c59c8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,6 +51,7 @@ twine = "^3.1.1" pytest-sugar = "^0.9.2" click = "^8.0" freezegun = "^1.2.2" +pytest-recording = "^0.12.1" [tool.black] skip-string-normalization = true diff --git a/test.env b/test.env index 77f5175a822..eea8e648c4c 100644 --- a/test.env +++ b/test.env @@ -10,3 +10,5 @@ export AZURE_TENANT_ID=ea42f556-5106-4743-99b0-000000000000 export GOOGLE_CLOUD_PROJECT=custodian-1291 export GOOGLE_APPLICATION_CREDENTIALS=tools/c7n_gcp/tests/data/credentials.json export C7N_VALIDATE=true +export TENCENTCLOUD_SECRET_ID=AiIDOaWCckbC000000000000000000000000 +export TENCENTCLOUD_SECRET_KEY=qQxmZ5JG000000000000000000000000 diff --git a/tests/conftest.py b/tests/conftest.py index 6da4a536343..3c14a12d58d 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -26,6 +26,8 @@ class LazyPluginCacheDir: pass +pytest_plugins = ("pytest_recording",) + # If we have C7N_FUNCTIONAL make sure Replay is False otherwise enable Replay LazyReplay.value = not strtobool(os.environ.get('C7N_FUNCTIONAL', 'no')) LazyPluginCacheDir.value = '../.tfcache' diff --git a/tools/c7n_tencentcloud/c7n_tencentcloud/client.py b/tools/c7n_tencentcloud/c7n_tencentcloud/client.py index e5675faca56..d4d347ad930 100644 --- a/tools/c7n_tencentcloud/c7n_tencentcloud/client.py +++ b/tools/c7n_tencentcloud/c7n_tencentcloud/client.py @@ -72,11 +72,13 @@ def execute_paged_query(self, action: str, params: dict, if paging_method == PageMethod.Offset: params[PageMethod.Offset.name] = 0 + params[paging_def["limit"]["key"]] = paging_def["limit"]["value"] elif paging_method == PageMethod.PaginationToken: params[PageMethod.PaginationToken.name] = "" pagination_token_path = paging_def.get("pagination_token_path", "") if not pagination_token_path: raise PolicyExecutionError("config to use pagination_token but not set token path") + params[paging_def["limit"]["key"]] = paging_def["limit"]["value"] else: raise PolicyExecutionError("unsupported paging method") @@ -92,7 +94,8 @@ def execute_paged_query(self, action: str, params: dict, if len(items) > 0: results.extend(items) if paging_method == PageMethod.Offset: - params[PageMethod.Offset.name] = params[PageMethod.Offset.name] + 1 + params[PageMethod.Offset.name] = params[PageMethod.Offset.name] +\ + paging_def["limit"]["value"] else: token = jmespath.search(pagination_token_path, result) if token == "": diff --git a/tools/c7n_tencentcloud/c7n_tencentcloud/query.py b/tools/c7n_tencentcloud/c7n_tencentcloud/query.py index 10f49ec7464..cd89c948b6a 100644 --- a/tools/c7n_tencentcloud/c7n_tencentcloud/query.py +++ b/tools/c7n_tencentcloud/c7n_tencentcloud/query.py @@ -36,7 +36,6 @@ class ResourceTypeInfo(metaclass=TypeMeta): # enum_spec: ("action", "jsonpath", "extra_params") enum_spec = () paging_def: dir = {} # define how to do paging - page_number_path: str = "" batch_size: int = 10 # used by metric filter @@ -225,7 +224,12 @@ def resources(self, params=None): if params is None: params = {} - res = self.query_helper.filter(self.resource_manager.config.region, + if self.resource_manager.resource_type.paging_def: + res = self.query_helper.paged_filter(self.resource_manager.config.region, + self.resource_manager.resource_type, + params) + else: + res = self.query_helper.filter(self.resource_manager.config.region, self.resource_manager.resource_type, params) self.augment(res) @@ -246,7 +250,7 @@ def get_resource_tag(self, resource): """ result = [] resouce_id = resource[self.resource_type.id] - ce6 = self.get_resource6(resouce_id) + ce6 = self.get_resource_qcs(resouce_id) res = self.query_helper.get_resource_tags(self.region, ce6) if res: # get the resource's tags @@ -257,9 +261,9 @@ def get_resource_tag(self, resource): }) return result - def get_resource6(self, resource_id): + def get_resource_qcs(self, resource_id): """ - get_resource6 + get_resource_qcs resource description https://cloud.tencent.com/document/product/598/10606 """ # qcs::${ServiceType}:${Region}:${Account}:${ResourcePreifx}/${ResourceId} diff --git a/tools/c7n_tencentcloud/c7n_tencentcloud/resources/cvm.py b/tools/c7n_tencentcloud/c7n_tencentcloud/resources/cvm.py index 16cb152dcd2..ce2513ba86f 100644 --- a/tools/c7n_tencentcloud/c7n_tencentcloud/resources/cvm.py +++ b/tools/c7n_tencentcloud/c7n_tencentcloud/resources/cvm.py @@ -3,6 +3,7 @@ from c7n_tencentcloud.provider import resources from c7n_tencentcloud.query import ResourceTypeInfo, QueryResourceManager +from c7n_tencentcloud.utils import PageMethod @resources.register("cvm") @@ -14,5 +15,7 @@ class resource_type(ResourceTypeInfo): endpoint = "cvm.tencentcloudapi.com" service = "cvm" version = "2017-03-12" - enum_spec = ("DescribeInstances", "Response.InstanceSet[]", None) + enum_spec = ("DescribeInstances", "Response.InstanceSet[]", {}) + metrics_instance_id_name = "InstanceId" + paging_def = {"method": PageMethod.Offset, "limit": {"Key": "Limit", "value": 20}} resource_preifx = "instance" diff --git a/tools/c7n_tencentcloud/c7n_tencentcloud/resources/tag.py b/tools/c7n_tencentcloud/c7n_tencentcloud/resources/tag.py index 692e2bad627..9c1664a8552 100644 --- a/tools/c7n_tencentcloud/c7n_tencentcloud/resources/tag.py +++ b/tools/c7n_tencentcloud/c7n_tencentcloud/resources/tag.py @@ -18,13 +18,15 @@ class resource_type(ResourceTypeInfo): taggable = True enum_spec = ("GetResources", "Response.ResourceTagMappingList[]", - { - "PaginationToken": "", - "MaxResults": 20 - }) + {} + ) paging_def = { "method": PageMethod.PaginationToken, - "pagination_token_path": "Response.PaginationToken" + "pagination_token_path": "Response.PaginationToken", + "limit": { + "Key": "MaxResults", + "value": 200 + } } def get_resource_query_params(self): diff --git a/tools/c7n_tencentcloud/poetry.lock b/tools/c7n_tencentcloud/poetry.lock index 5d5cf1d0fb7..fc5bd7dd25a 100644 --- a/tools/c7n_tencentcloud/poetry.lock +++ b/tools/c7n_tencentcloud/poetry.lock @@ -12,14 +12,6 @@ importlib-metadata = {version = ">=0.23,<5", markers = "python_version == \"3.7\ [package.extras] test = ["wheel", "pexpect", "flake8", "coverage"] -[[package]] -name = "atomicwrites" -version = "1.4.1" -description = "Atomic file writes." -category = "dev" -optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" - [[package]] name = "attrs" version = "22.1.0" @@ -36,14 +28,14 @@ tests_no_zope = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (> [[package]] name = "boto3" -version = "1.24.65" +version = "1.24.66" description = "The AWS SDK for Python" category = "dev" optional = false python-versions = ">= 3.7" [package.dependencies] -botocore = ">=1.27.65,<1.28.0" +botocore = ">=1.27.66,<1.28.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.6.0,<0.7.0" @@ -52,7 +44,7 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.27.65" +version = "1.27.66" description = "Low-level, data-driven core of boto 3." category = "dev" optional = false @@ -225,6 +217,14 @@ typing-extensions = {version = "*", markers = "python_version < \"3.8\""} format = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-validator", "rfc3987", "uri-template", "webcolors (>=1.11)"] format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-validator", "rfc3986-validator (>0.1.0)", "uri-template", "webcolors (>=1.11)"] +[[package]] +name = "multidict" +version = "6.0.2" +description = "multidict implementation" +category = "dev" +optional = false +python-versions = ">=3.7" + [[package]] name = "packaging" version = "21.3" @@ -288,14 +288,13 @@ python-versions = ">=3.7" [[package]] name = "pytest" -version = "7.1.2" +version = "7.1.3" description = "pytest: simple powerful testing with Python" category = "dev" optional = false python-versions = ">=3.7" [package.dependencies] -atomicwrites = {version = ">=1.0", markers = "sys_platform == \"win32\""} attrs = ">=19.2.0" colorama = {version = "*", markers = "sys_platform == \"win32\""} importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""} @@ -323,6 +322,19 @@ pytest = ">=4.6" [package.extras] testing = ["virtualenv", "pytest-xdist", "six", "process-tests", "hunter", "fields"] +[[package]] +name = "pytest-recording" +version = "0.12.1" +description = "A pytest plugin that allows you recording of network interactions via VCR.py" +category = "dev" +optional = false +python-versions = ">=3.5" + +[package.dependencies] +attrs = "*" +pytest = ">=3.5.0" +vcrpy = ">=2.0.1" + [[package]] name = "python-dateutil" version = "2.8.2" @@ -414,7 +426,7 @@ widechars = ["wcwidth"] [[package]] name = "tencentcloud-sdk-python" -version = "3.0.725" +version = "3.0.727" description = "Tencent Cloud SDK for Python" category = "main" optional = false @@ -452,6 +464,41 @@ brotli = ["brotlicffi (>=0.8.0)", "brotli (>=1.0.9)", "brotlipy (>=0.6.0)"] secure = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "certifi", "urllib3-secure-extra", "ipaddress"] socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] +[[package]] +name = "vcrpy" +version = "4.2.1" +description = "Automatically mock your HTTP interactions to simplify and speed up testing" +category = "dev" +optional = false +python-versions = ">=3.7" + +[package.dependencies] +PyYAML = "*" +six = ">=1.5" +wrapt = "*" +yarl = "*" + +[[package]] +name = "wrapt" +version = "1.14.1" +description = "Module for decorators, wrappers and monkey patching." +category = "dev" +optional = false +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" + +[[package]] +name = "yarl" +version = "1.8.1" +description = "Yet another URL library" +category = "dev" +optional = false +python-versions = ">=3.7" + +[package.dependencies] +idna = ">=2.0" +multidict = ">=4.0" +typing-extensions = {version = ">=3.7.4", markers = "python_version < \"3.8\""} + [[package]] name = "zipp" version = "3.8.1" @@ -467,11 +514,10 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "cf65a64b37138cba2658316c21c31ce482b65fec423cd0d320502ba8590628ec" +content-hash = "07f75fb93130a154903ba1edcafa7693eb9a8ec770bd867a4e4a834bf1d1d175" [metadata.files] argcomplete = [] -atomicwrites = [] attrs = [] boto3 = [] botocore = [] @@ -488,6 +534,7 @@ importlib-resources = [] iniconfig = [] jmespath = [] jsonschema = [] +multidict = [] packaging = [ {file = "packaging-21.3-py3-none-any.whl", hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522"}, {file = "packaging-21.3.tar.gz", hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb"}, @@ -505,6 +552,7 @@ pyparsing = [ pyrsistent = [] pytest = [] pytest-cov = [] +pytest-recording = [] python-dateutil = [ {file = "python-dateutil-2.8.2.tar.gz", hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"}, {file = "python_dateutil-2.8.2-py2.py3-none-any.whl", hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9"}, @@ -523,4 +571,7 @@ tencentcloud-sdk-python = [] tomli = [] typing-extensions = [] urllib3 = [] +vcrpy = [] +wrapt = [] +yarl = [] zipp = [] diff --git a/tools/c7n_tencentcloud/pyproject.toml b/tools/c7n_tencentcloud/pyproject.toml index 4331c67fa7a..3e830a0602f 100644 --- a/tools/c7n_tencentcloud/pyproject.toml +++ b/tools/c7n_tencentcloud/pyproject.toml @@ -16,6 +16,7 @@ pytest = "^7.1.2" c7n = {path = "../..", develop = true} freezegun = "^1.2.2" pytest-cov = "^3.0.0" +pytest-recording = "^0.12.1" [build-system] requires = ["poetry-core>=1.0.0"] diff --git a/tools/c7n_tencentcloud/requirements.txt b/tools/c7n_tencentcloud/requirements.txt index d317e615883..62349776c47 100644 --- a/tools/c7n_tencentcloud/requirements.txt +++ b/tools/c7n_tencentcloud/requirements.txt @@ -1,9 +1,9 @@ certifi==2022.6.15; python_version >= "3.7" and python_version < "4" -charset-normalizer>=2.1.0; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.6.0" +charset-normalizer==2.1.0; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.6.0" idna==3.3; python_version >= "3.7" and python_version < "4" -pytz>=2022.1 +pytz==2022.1 requests==2.28.1; python_version >= "3.7" and python_version < "4" retrying==1.3.3 six==1.16.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" -tencentcloud-sdk-python==3.0.717 -urllib3>=1.26.11; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.7" +tencentcloud-sdk-python==3.0.727 +urllib3==1.26.11; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.7" diff --git a/tools/c7n_tencentcloud/setup.py b/tools/c7n_tencentcloud/setup.py index 6e5c56ae348..3ec88e05ef2 100644 --- a/tools/c7n_tencentcloud/setup.py +++ b/tools/c7n_tencentcloud/setup.py @@ -1,5 +1,3 @@ -# Copyright The Cloud Custodian Authors. -# SPDX-License-Identifier: Apache-2.0 # Automatically generated from poetry/pyproject.toml # flake8: noqa # -*- coding: utf-8 -*- @@ -17,13 +15,15 @@ install_requires = \ ['argcomplete (>=2.0.0,<3.0.0)', 'attrs (>=22.1.0,<23.0.0)', - 'boto3 (>=1.24.64,<2.0.0)', - 'botocore (>=1.27.64,<2.0.0)', + 'boto3 (>=1.24.65,<2.0.0)', + 'botocore (>=1.27.65,<2.0.0)', 'c7n (>=0.9.18,<0.10.0)', 'docutils (>=0.17.1,<0.18.0)', 'importlib-metadata (>=4.12.0,<5.0.0)', + 'importlib-resources (>=5.9.0,<6.0.0)', 'jmespath (>=1.0.1,<2.0.0)', 'jsonschema (>=4.15.0,<5.0.0)', + 'pkgutil-resolve-name (>=1.3.10,<2.0.0)', 'pyrsistent (>=0.18.1,<0.19.0)', 'python-dateutil (>=2.8.2,<3.0.0)', 'pytz>=2022.1', @@ -33,6 +33,7 @@ 'six (>=1.16.0,<2.0.0)', 'tabulate (>=0.8.10,<0.9.0)', 'tencentcloud-sdk-python>=3.0.715,<4.0.0', + 'typing-extensions (>=4.3.0,<5.0.0)', 'urllib3 (>=1.26.12,<2.0.0)', 'zipp (>=3.8.1,<4.0.0)'] @@ -46,17 +47,17 @@ 'Topic :: System :: Systems Administration', 'Topic :: System :: Distributed Computing' ], - 'long_description': None, + 'long_description': 'None', 'long_description_content_type': 'text/markdown', 'author': 'Tencent Cloud', - 'author_email': None, - 'maintainer': None, - 'maintainer_email': None, - 'url': None, + 'author_email': 'None', + 'maintainer': 'None', + 'maintainer_email': 'None', + 'url': 'None', 'packages': packages, 'package_data': package_data, 'install_requires': install_requires, - 'python_requires': '>=3.9,<4.0', + 'python_requires': '>=3.7,<4.0', } diff --git a/tools/c7n_tencentcloud/tests/cassettes/test_tc_client/TestClient.test_paging_offset.yaml b/tools/c7n_tencentcloud/tests/cassettes/test_tc_client/TestClient.test_paging_offset.yaml new file mode 100644 index 00000000000..a69601f9fb6 --- /dev/null +++ b/tools/c7n_tencentcloud/tests/cassettes/test_tc_client/TestClient.test_paging_offset.yaml @@ -0,0 +1,1711 @@ +interactions: +- request: + body: '{"Offset": 0, "Limit": 20}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '26' + Content-Type: + - application/json + Host: + - cvm.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - DescribeInstances + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432834' + X-TC-Version: + - '2017-03-12' + method: POST + uri: https://cvm.tencentcloudapi.com/ + response: + body: + string: "{\"Response\": {\"TotalCount\": 40, \"InstanceSet\": [{\"Placement\": + {\"Zone\": \"ap-singapore-2\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-5m1qoe12\", \"Uuid\": \"99dec0d3-208c-4bfa-88d6-8641c6e956c4\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-prod-26\", + \"InstanceChargeType\": \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-fz7rygkk\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-hv1z33fs\", \"DiskSize\": 500, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"11.146.148.162\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-7jck3lok\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-r7vh5s36\", \"sg-j71b9eie\"], \"LoginSettings\": {\"KeyIds\": null}, + \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2022-08-15T09:46:44Z\", \"ExpiredTime\": + \"2022-09-15T09:46:44Z\", \"Tags\": [{\"tagKey\": \"maid_status\", \"tagValue\": + \"Resource does not meet policy: terminate@2022-09-01T03:01:00+00:00\", \"Key\": + \"maid_status\", \"Value\": \"Resource does not meet policy: terminate@2022-09-01T03:01:00+00:00\"}, + {\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"patrickjxli\"}, + {\"tagKey\": \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": + \"\u8D1F\u8D23\u4EBA\", \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"tagValue\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": + \"\u8FD0\u8425\u4EA7\u54C1\", \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, + {\"tagKey\": \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"AssociateSecurityGroups\", + \"LatestOperationState\": \"SUCCESS\", \"LatestOperationRequestId\": \"059e8d06-63f6-468a-b06b-116b13ada2fc\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-3\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-lquxvxc0\", \"Uuid\": \"399a65fd-efa2-4a21-b867-f3664dc56d09\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-dev-4\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-aa0rhmz2\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-ah75ho3m\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"11.168.77.76\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-d921vuqs\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-r7vh5s36\", \"sg-j71b9eie\"], \"LoginSettings\": {\"KeyIds\": null}, + \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2022-05-12T07:59:10Z\", \"ExpiredTime\": + \"2022-09-12T07:59:10Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"patrickjxli\"}, + {\"tagKey\": \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": + \"\u8D1F\u8D23\u4EBA\", \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"tagValue\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": + \"\u8FD0\u8425\u4EA7\u54C1\", \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, + {\"tagKey\": \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"9b32d134-75b0-4135-87bc-49cfc3b6c329\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-3\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-cazj1vbe\", \"Uuid\": \"b1f2dd12-eeb3-4807-b12d-b1231cd3bb97\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-dev-5\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-pa3o7dbi\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-nrtnw0ku\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"11.168.77.32\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-d921vuqs\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-r7vh5s36\", \"sg-j71b9eie\"], \"LoginSettings\": {\"KeyIds\": null}, + \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2022-05-12T07:59:07Z\", \"ExpiredTime\": + \"2022-09-12T07:59:07Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"patrickjxli\"}, + {\"tagKey\": \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": + \"\u8D1F\u8D23\u4EBA\", \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"tagValue\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": + \"\u8FD0\u8425\u4EA7\u54C1\", \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, + {\"tagKey\": \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"3b85adeb-1823-4cf5-868f-66ccabd84098\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-3\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-kvl0w2ma\", \"Uuid\": \"abfafd6d-778f-445e-8694-32d35dbcd2b8\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-beta-3\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-24ywyfok\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-qozy1xfo\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"11.168.77.73\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-d921vuqs\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-r7vh5s36\", \"sg-j71b9eie\"], \"LoginSettings\": {\"KeyIds\": null}, + \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2022-05-12T07:59:08Z\", \"ExpiredTime\": + \"2022-09-12T07:59:08Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"patrickjxli\"}, + {\"tagKey\": \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": + \"\u8D1F\u8D23\u4EBA\", \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"tagValue\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": + \"\u8FD0\u8425\u4EA7\u54C1\", \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, + {\"tagKey\": \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"889f1486-4967-4d56-9425-2aee8e42bbe8\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-3\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-qsglba6k\", \"Uuid\": \"bf3bdb9f-e56e-4e22-9f72-a6e7d483d5ea\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-beta-4\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-8u9tsgg6\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-5wv81rka\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"11.168.77.66\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-d921vuqs\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-r7vh5s36\", \"sg-j71b9eie\"], \"LoginSettings\": {\"KeyIds\": null}, + \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2022-05-12T07:59:08Z\", \"ExpiredTime\": + \"2022-09-12T07:59:08Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"patrickjxli\"}, + {\"tagKey\": \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": + \"\u8D1F\u8D23\u4EBA\", \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"tagValue\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": + \"\u8FD0\u8425\u4EA7\u54C1\", \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, + {\"tagKey\": \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"889f1486-4967-4d56-9425-2aee8e42bbe8\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-3\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-9o2kyd4y\", \"Uuid\": \"e69813d2-948a-4355-b52a-cd60022da3a5\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"\u672A\u547D\u540D2\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-jkmzmciw\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-3kt3p7uy\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"11.142.213.137\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-jsikmt7j\", + \"SubnetId\": \"subnet-haulk56o\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-j71b9eie\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-fjxtfi0n\", + \"OsName\": \"TencentOS Server 2.6 (TK4)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2022-01-10T08:23:07Z\", \"ExpiredTime\": \"2022-09-10T08:23:07Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u56FD\u9645\u7AD9\u8D26\u53F7\u540E\u53F0][\u903B\u8F91]_1523761\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u56FD\u9645\u7AD9\u8D26\u53F7\u540E\u53F0][\u903B\u8F91]_1523761\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][\u56FD\u9645\u7AD9\u8D26\u53F7\u540E\u53F0]_1523759\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][\u56FD\u9645\u7AD9\u8D26\u53F7\u540E\u53F0]_1523759\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"svkingfang\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"svkingfang\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"3657ae39-898b-47b3-bb65-b5ce6b545f2a\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-pdeakyss\", \"Uuid\": \"30eff38d-8b54-49bd-8de6-1cd6f15f2bae\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.LARGE8\", + \"CPU\": 4, \"Memory\": 8, \"InstanceName\": \"qcintl-opcenter-prod-1\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-f72js47i\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-k478ex3g\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"11.186.188.198\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-jsikmt7j\", + \"SubnetId\": \"subnet-b8lc32a0\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-j71b9eie\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", + \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2021-10-18T02:08:48Z\", \"ExpiredTime\": \"2022-09-18T02:08:48Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u73B0\u7F51\u73AF\u5883][WEB]_1481933\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u73B0\u7F51\u73AF\u5883][WEB]_1481933\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u524D\u7AEF\u670D\u52A1][\u8FD0\u8425\u5E73\u53F0]_1481930\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u524D\u7AEF\u670D\u52A1][\u8FD0\u8425\u5E73\u53F0]_1481930\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"junoma\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"junoma\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"23ecb9cb-09ad-4afc-be25-766328afe35b\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-fh0uofmu\", \"Uuid\": \"9fc9ea52-ab48-4827-af75-644fb20db7fa\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.LARGE8\", + \"CPU\": 4, \"Memory\": 8, \"InstanceName\": \"qcintl-opcenter-prod-2\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-8r8zvio8\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-060i7p70\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"11.186.188.173\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-jsikmt7j\", + \"SubnetId\": \"subnet-b8lc32a0\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-j71b9eie\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", + \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2021-10-18T02:08:48Z\", \"ExpiredTime\": \"2022-09-18T02:08:49Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u73B0\u7F51\u73AF\u5883][WEB]_1481933\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u73B0\u7F51\u73AF\u5883][WEB]_1481933\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u524D\u7AEF\u670D\u52A1][\u8FD0\u8425\u5E73\u53F0]_1481930\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u524D\u7AEF\u670D\u52A1][\u8FD0\u8425\u5E73\u53F0]_1481930\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"junoma\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"junoma\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"53432dc2-9943-4580-a226-ae56c63c1a3c\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-opgb2z8u\", \"Uuid\": \"cdcdfc74-f41e-46d8-b551-485b2c7f042e\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.LARGE8\", + \"CPU\": 4, \"Memory\": 8, \"InstanceName\": \"qcintl-opcenter-test\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-cpc7d12i\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-k9k9oq4q\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"11.186.188.254\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-jsikmt7j\", + \"SubnetId\": \"subnet-b8lc32a0\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-j71b9eie\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", + \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2021-10-18T02:08:52Z\", \"ExpiredTime\": \"2022-09-18T02:08:52Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u6D4B\u8BD5\u73AF\u5883][WEB]_1481932\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u6D4B\u8BD5\u73AF\u5883][WEB]_1481932\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u524D\u7AEF\u670D\u52A1][\u8FD0\u8425\u5E73\u53F0]_1481930\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u524D\u7AEF\u670D\u52A1][\u8FD0\u8425\u5E73\u53F0]_1481930\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"kairongsun\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"kairongsun\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"0584ddeb-85dd-4de3-9676-240b19344d9f\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-2\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-cnbvisqw\", \"Uuid\": \"b96e4b4c-dc26-4156-aae6-f828812e49f3\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-prod-24\", + \"InstanceChargeType\": \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-21k78kkg\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-6zthw9lw\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.95.12\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-lgbal5s0\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-roagpzjw\", \"sg-ph6m7unq\", \"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": + null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-09-15T09:44:59Z\", \"ExpiredTime\": + \"2022-09-15T09:45:00Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"b2dd0116-2dba-4c04-a8b8-7250f5107c00\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-2\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-b33khmau\", \"Uuid\": \"9b262cde-54bb-4bf2-b88b-c5e2acd1938c\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-prod-22\", + \"InstanceChargeType\": \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-r28rqsv8\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-hioh0uvg\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.95.10\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-lgbal5s0\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-roagpzjw\", \"sg-ph6m7unq\", \"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": + null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-09-15T09:44:59Z\", \"ExpiredTime\": + \"2022-09-15T09:44:59Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"28171911-0cea-4bba-a242-b05deb666d13\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-2\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-6tr12fgu\", \"Uuid\": \"1ddf4305-801d-4195-89cb-03a7b3af1ece\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-back-prod\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-0irloafc\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-qtnnxxm6\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.95.15\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-lgbal5s0\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", + \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2020-09-15T09:44:59Z\", \"ExpiredTime\": \"2022-09-15T09:44:59Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u7AEF_\u6B63\u5F0F_SGP2][\u5176\u4ED6]_1325549\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u7AEF_\u6B63\u5F0F_SGP2][\u5176\u4ED6]_1325549\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u524D\u7AEF\u670D\u52A1][\u540E\u7AEF\u670D\u52A1]_1325546\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u524D\u7AEF\u670D\u52A1][\u540E\u7AEF\u670D\u52A1]_1325546\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"yuiffydong\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"yuiffydong\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"b2dd0116-2dba-4c04-a8b8-7250f5107c00\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-2\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-2bxfa3gi\", \"Uuid\": \"d7965133-3567-4be4-a4e8-ac36702bac9e\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-back-prod\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-1ag1szhm\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-jlfd4nm6\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.95.14\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-lgbal5s0\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", + \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2020-09-15T09:45:00Z\", \"ExpiredTime\": \"2022-09-15T09:45:00Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u7AEF_\u6B63\u5F0F_SGP2][\u5176\u4ED6]_1325549\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u7AEF_\u6B63\u5F0F_SGP2][\u5176\u4ED6]_1325549\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u524D\u7AEF\u670D\u52A1][\u540E\u7AEF\u670D\u52A1]_1325546\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u524D\u7AEF\u670D\u52A1][\u540E\u7AEF\u670D\u52A1]_1325546\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"yuiffydong\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"yuiffydong\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"b2dd0116-2dba-4c04-a8b8-7250f5107c00\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-2\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-ig8ceoh4\", \"Uuid\": \"e101efd6-7e51-4058-b3d5-d3299f882f1d\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-prod-23\", + \"InstanceChargeType\": \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-07ezpn1k\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-aq0sb5ra\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.95.7\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-lgbal5s0\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-roagpzjw\", \"sg-ph6m7unq\", \"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": + null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-09-15T09:44:59Z\", \"ExpiredTime\": + \"2022-09-15T09:44:59Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"d8ec9800-008f-4785-9030-2b0688dfcca1\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-2\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-eoux8wtm\", \"Uuid\": \"d7b08e67-6c43-4b76-992f-55ef4c5dcb03\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-prod-21\", + \"InstanceChargeType\": \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-be94oeh0\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-au8p56lm\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.95.5\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-lgbal5s0\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-roagpzjw\", \"sg-ph6m7unq\", \"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": + null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-09-15T09:44:59Z\", \"ExpiredTime\": + \"2022-09-15T09:44:59Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"544d3276-8c66-49a7-8162-4f8f73606693\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-2\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-occ2nl6s\", \"Uuid\": \"04f3cf0b-284d-4269-91bf-82cf7c1aff14\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-back-prod\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-297yzrr8\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-6ribrryk\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.95.6\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-lgbal5s0\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", + \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2020-09-15T09:44:59Z\", \"ExpiredTime\": \"2022-09-15T09:44:59Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u7AEF_\u6B63\u5F0F_SGP2][\u5176\u4ED6]_1325549\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u7AEF_\u6B63\u5F0F_SGP2][\u5176\u4ED6]_1325549\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u524D\u7AEF\u670D\u52A1][\u540E\u7AEF\u670D\u52A1]_1325546\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u524D\u7AEF\u670D\u52A1][\u540E\u7AEF\u670D\u52A1]_1325546\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"yuiffydong\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"yuiffydong\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"28171911-0cea-4bba-a242-b05deb666d13\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-mdcokq98\", \"Uuid\": \"1d792fff-744a-491d-8dcf-1b6347b15445\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-front-dev\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-gffrowys\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-92udsnae\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.91.166\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-ptx9u3my\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-bh86p0sv\", + \"OsName\": \"TencentOS Server 2.2 (Final)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2020-09-03T09:51:03Z\", \"ExpiredTime\": \"2022-10-03T09:51:03Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u5F00\u53D1][\u5176\u4ED6]_1325553\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u5F00\u53D1][\u5176\u4ED6]_1325553\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u524D\u7AEF\u670D\u52A1][\u975E\u6B63\u5F0F\u670D\u52A1]_1325551\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u524D\u7AEF\u670D\u52A1][\u975E\u6B63\u5F0F\u670D\u52A1]_1325551\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"yuiffydong\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"yuiffydong\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"6beecbea-a4b6-42fe-a69d-c59ce0d41fcd\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-ewpgkq5m\", \"Uuid\": \"13c865a6-5735-4e3e-a91c-ce85660a4f8e\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-back-prod\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-nucs9b7o\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-03achy76\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.91.198\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-ptx9u3my\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-bh86p0sv\", + \"OsName\": \"TencentOS Server 2.2 (Final)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2020-09-03T09:51:04Z\", \"ExpiredTime\": \"2022-10-03T09:51:04Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u7AEF_\u6B63\u5F0F_SGP1][\u5176\u4ED6]_1325548\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u7AEF_\u6B63\u5F0F_SGP1][\u5176\u4ED6]_1325548\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u524D\u7AEF\u670D\u52A1][\u540E\u7AEF\u670D\u52A1]_1325546\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u524D\u7AEF\u670D\u52A1][\u540E\u7AEF\u670D\u52A1]_1325546\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"breezmchen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"breezmchen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"029ae917-7000-4cc8-87f1-189aab7f8587\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-7l2hz5s0\", \"Uuid\": \"4e59e5fc-cbe9-4502-952e-1b256617bda3\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-back-prod\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-ckxq4mlc\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-c8s7ksqy\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.91.195\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-ptx9u3my\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-bh86p0sv\", + \"OsName\": \"TencentOS Server 2.2 (Final)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2020-09-03T09:51:03Z\", \"ExpiredTime\": \"2022-10-03T09:51:03Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u7AEF_\u6B63\u5F0F_SGP1][\u5176\u4ED6]_1325548\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u7AEF_\u6B63\u5F0F_SGP1][\u5176\u4ED6]_1325548\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u524D\u7AEF\u670D\u52A1][\u540E\u7AEF\u670D\u52A1]_1325546\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u524D\u7AEF\u670D\u52A1][\u540E\u7AEF\u670D\u52A1]_1325546\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"breezmchen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"breezmchen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"1313bdd6-cfea-47fc-bd2e-8a2d3886bdb0\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-81e19k7c\", \"Uuid\": \"f722c370-c5f7-43b7-a04f-e438a0f9e4e2\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-prod-13\", + \"InstanceChargeType\": \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-6yw2kd62\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-ai4m70oe\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": \"disk-bhnp19j6\", + \"DiskSize\": 10, \"DeleteWithInstance\": false, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-ljft6zri\", \"DiskSize\": 400, \"DeleteWithInstance\": + false, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": + 0, \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.68.31\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-3dwmuf9c\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-roagpzjw\", \"sg-ok5i7gu4\", \"sg-p81jcyj8\", \"sg-4qmt4lwy\"], \"LoginSettings\": + {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS + Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": + 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-09-03T09:51:03Z\", + \"ExpiredTime\": \"2022-10-03T09:51:03Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"20ae3f8f-092c-4d3f-901d-04bd29159941\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}], \"RequestId\": + \"8320ac8f-215f-4312-9e2f-6a9c7d27be30\"}}" + headers: + Connection: + - keep-alive + Content-Length: + - '54459' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:54 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"Offset": 20, "Limit": 20}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '27' + Content-Type: + - application/json + Host: + - cvm.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - DescribeInstances + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432834' + X-TC-Version: + - '2017-03-12' + method: POST + uri: https://cvm.tencentcloudapi.com/ + response: + body: + string: "{\"Response\": {\"TotalCount\": 40, \"InstanceSet\": [{\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-j8c1m65q\", \"Uuid\": \"8cdf5568-237f-4c66-9fe5-93cd22d4ec64\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-beta\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-54bylppg\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-fivilcr0\", \"DiskSize\": 10, \"DeleteWithInstance\": + false, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": + 0, \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": \"disk-l3nkjww8\", + \"DiskSize\": 100, \"DeleteWithInstance\": true, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-68irdwys\", \"DiskSize\": 50, \"DeleteWithInstance\": false, + \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, \"CdcId\": + null}, {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": \"disk-s1izyoiq\", \"DiskSize\": + 400, \"DeleteWithInstance\": false, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.70.7\"], + \"PublicIpAddresses\": null, \"IPv6Addresses\": null, \"InternetAccessible\": + {\"InternetMaxBandwidthOut\": 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": + {\"VpcId\": \"vpc-fydywcwh\", \"SubnetId\": \"subnet-3dwmuf9c\", \"AsVpcGateway\": + false}, \"SecurityGroupIds\": [\"sg-roagpzjw\", \"sg-dpogscvk\", \"sg-p81jcyj8\", + \"sg-2vzd8v4i\", \"sg-6x8gh0je\"], \"LoginSettings\": {\"KeyIds\": null}, + \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-09-03T09:51:03Z\", \"ExpiredTime\": + \"2022-10-03T09:51:03Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"3d8b7421-0f23-4e24-a3b4-e32f9982f92e\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-lxqenzuw\", \"Uuid\": \"720a4e3d-8bdb-4a99-845b-94f4c3fb0839\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"\u672A\u547D\u540D16\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-no6t14su\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-j8nydwgy\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.91.253\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-ptx9u3my\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-bh86p0sv\", + \"OsName\": \"TencentOS Server 2.2 (Final)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2020-09-03T09:51:03Z\", \"ExpiredTime\": \"2022-10-03T09:51:03Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"5d455cc4-9c59-4877-af7b-f5a9b3507b75\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-rybpuhnw\", \"Uuid\": \"9d2aee12-1052-4504-b59c-f1f5d39d14d9\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-prod-14\", + \"InstanceChargeType\": \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-0r8s83fs\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-1q0q9r0g\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": \"disk-lzgcdekq\", + \"DiskSize\": 10, \"DeleteWithInstance\": false, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}], \"PrivateIpAddresses\": + [\"9.208.69.193\"], \"PublicIpAddresses\": null, \"IPv6Addresses\": null, + \"InternetAccessible\": {\"InternetMaxBandwidthOut\": 0, \"InternetChargeType\": + null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", \"SubnetId\": + \"subnet-3dwmuf9c\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": [\"sg-roagpzjw\", + \"sg-ok5i7gu4\", \"sg-p81jcyj8\", \"sg-4qmt4lwy\"], \"LoginSettings\": {\"KeyIds\": + null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-09-03T09:51:03Z\", \"ExpiredTime\": + \"2022-10-03T09:51:03Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"2cee38bd-be28-451d-bb93-a6777f048340\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-ij5m40hy\", \"Uuid\": \"97aab50e-c750-4f10-a508-358cd4595af3\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-dev\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-ptvotjfw\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-d5cxwpr4\", \"DiskSize\": 50, \"DeleteWithInstance\": + false, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": + 0, \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": \"disk-3q145fus\", + \"DiskSize\": 10, \"DeleteWithInstance\": false, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-a5sj8xpq\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": \"disk-2phetixw\", + \"DiskSize\": 400, \"DeleteWithInstance\": false, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}], \"PrivateIpAddresses\": + [\"9.208.68.145\"], \"PublicIpAddresses\": null, \"IPv6Addresses\": null, + \"InternetAccessible\": {\"InternetMaxBandwidthOut\": 0, \"InternetChargeType\": + null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", \"SubnetId\": + \"subnet-3dwmuf9c\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": [\"sg-roagpzjw\", + \"sg-5ebvdz6e\", \"sg-p81jcyj8\", \"sg-q0yp346q\"], \"LoginSettings\": {\"KeyIds\": + null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-09-03T09:51:04Z\", \"ExpiredTime\": + \"2022-10-03T09:51:04Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"2d8aafd1-466a-4307-a1f4-26430d24b15f\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-earktg9y\", \"Uuid\": \"2531cf82-d685-4d4a-aeb5-289644b2254f\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-prod-12\", + \"InstanceChargeType\": \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-qy40c7yi\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-hypjhhv0\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": \"disk-crrfgu18\", + \"DiskSize\": 50, \"DeleteWithInstance\": false, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-6mznvmay\", \"DiskSize\": 400, \"DeleteWithInstance\": + false, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": + 0, \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.68.119\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-3dwmuf9c\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-roagpzjw\", \"sg-ok5i7gu4\", \"sg-p81jcyj8\", \"sg-4qmt4lwy\"], \"LoginSettings\": + {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS + Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": + 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-09-03T09:51:03Z\", + \"ExpiredTime\": \"2022-10-03T09:51:03Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"61881d48-20cd-49ab-bd7f-0ccf2e5448dd\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-e6mdubmu\", \"Uuid\": \"ae56ae97-f2d8-4c1c-9e1b-54f58d7fd4b3\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-prod-offline\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-i5c9jc3k\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-gypduomk\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.91.214\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-ptx9u3my\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-bh86p0sv\", + \"OsName\": \"TencentOS Server 2.2 (Final)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2020-09-03T09:51:03Z\", \"ExpiredTime\": \"2022-10-03T09:51:03Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[PUBGM_SGP][WEB]_1327106\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[PUBGM_SGP][WEB]_1327106\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[PUBGM][\u516C\u5171\u670D\u52A1\u5668]_1327104\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[PUBGM][\u516C\u5171\u670D\u52A1\u5668]_1327104\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"shaohuali\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"shaohuali\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"dfd50187-cd4d-4f56-93ec-f2b30e6884fb\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-o1hbwh54\", \"Uuid\": \"19e3a498-83f1-4e66-aed4-5ce1b55b0227\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-front-test\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-ppmy2a22\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-jabt8rnu\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.91.207\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-ptx9u3my\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-bh86p0sv\", + \"OsName\": \"TencentOS Server 2.2 (Final)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2020-09-03T09:51:02Z\", \"ExpiredTime\": \"2022-10-03T09:51:02Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u6D4B\u8BD5][\u5176\u4ED6]_1325554\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u6D4B\u8BD5][\u5176\u4ED6]_1325554\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u524D\u7AEF\u670D\u52A1][\u975E\u6B63\u5F0F\u670D\u52A1]_1325551\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u524D\u7AEF\u670D\u52A1][\u975E\u6B63\u5F0F\u670D\u52A1]_1325551\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"yuiffydong\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"yuiffydong\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"0b3d118e-ee1d-42a6-a5c9-ea02065ef7b7\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-oop30fwq\", \"Uuid\": \"e8826ec0-a97c-4c2a-9462-04c6a0c7022a\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcint-prod-offline\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-ipnnryng\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-k5e15sbo\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.91.189\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-ptx9u3my\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-bh86p0sv\", + \"OsName\": \"TencentOS Server 2.2 (Final)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2020-09-03T09:51:03Z\", \"ExpiredTime\": \"2022-10-03T09:51:03Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u79BB\u7EBF_\u6B63\u5F0F_SGP][WEB]_1326949\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u79BB\u7EBF_\u6B63\u5F0F_SGP][WEB]_1326949\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u524D\u7AEF\u670D\u52A1][\u79BB\u7EBF\u670D\u52A1]_1326947\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u524D\u7AEF\u670D\u52A1][\u79BB\u7EBF\u670D\u52A1]_1326947\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"yuiffydong\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"yuiffydong\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"0fa28178-3212-490f-9846-4ba7498f95f1\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-3jtdpbvu\", \"Uuid\": \"51ecb443-bd61-47a4-9ae0-0683cd97e180\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-back-prod\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-0jacxewe\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-jow4hl4w\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.91.209\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-ptx9u3my\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-bh86p0sv\", + \"OsName\": \"TencentOS Server 2.2 (Final)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2020-09-03T09:51:02Z\", \"ExpiredTime\": \"2022-10-03T09:51:02Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u7AEF_\u6B63\u5F0F_SGP1][\u5176\u4ED6]_1325548\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u7AEF_\u6B63\u5F0F_SGP1][\u5176\u4ED6]_1325548\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u524D\u7AEF\u670D\u52A1][\u540E\u7AEF\u670D\u52A1]_1325546\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u524D\u7AEF\u670D\u52A1][\u540E\u7AEF\u670D\u52A1]_1325546\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"breezmchen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"breezmchen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"56f93c64-b5c7-4f09-8ac0-2e8e0f6d26fc\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-6e5k0flw\", \"Uuid\": \"a2ff36a4-67ae-477f-afee-e392625e74cd\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-front-beta\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-3wlq4duy\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-6kmr6eug\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.91.197\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-ptx9u3my\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-bh86p0sv\", + \"OsName\": \"TencentOS Server 2.2 (Final)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2020-09-03T09:51:01Z\", \"ExpiredTime\": \"2022-10-03T09:51:01Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u9884\u53D1][\u5176\u4ED6]_1325555\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u9884\u53D1][\u5176\u4ED6]_1325555\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u524D\u7AEF\u670D\u52A1][\u975E\u6B63\u5F0F\u670D\u52A1]_1325551\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u524D\u7AEF\u670D\u52A1][\u975E\u6B63\u5F0F\u670D\u52A1]_1325551\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"kairongsun\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"kairongsun\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"d01e0239-c16a-4e47-a6e2-382168997675\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-3qoxwfkc\", \"Uuid\": \"2a4f7102-f55e-4d7c-81d8-3187aa3b3f65\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-prod-11\", + \"InstanceChargeType\": \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-7bgjl2a2\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-5c8o755u\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.68.168\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-3dwmuf9c\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-roagpzjw\", \"sg-ok5i7gu4\", \"sg-p81jcyj8\", \"sg-4qmt4lwy\"], \"LoginSettings\": + {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS + Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": + 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-09-03T09:51:03Z\", + \"ExpiredTime\": \"2022-10-03T09:51:03Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"fb98360c-7866-4dc5-80c9-2ee94a185257\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-g1nr75ly\", \"Uuid\": \"2f2ef505-b285-4c3e-a0b1-c5b62a6b2d36\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-beta-2\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-12b5k5go\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-qqe1zci4\", \"DiskSize\": 400, \"DeleteWithInstance\": + false, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": + 0, \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": \"disk-mvmhfvqm\", + \"DiskSize\": 50, \"DeleteWithInstance\": false, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-1dcklova\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.94.14\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-g358yx8m\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-dpogscvk\", \"sg-roagpzjw\", \"sg-p81jcyj8\", \"sg-hl3uvt30\", \"sg-ar3w3c4a\"], + \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": + \"TencentOS Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": + 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-08-25T09:22:59Z\", + \"ExpiredTime\": \"2022-09-25T09:22:59Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"079d2151-e36d-4b40-a4e1-373a54227ca4\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-hwask3og\", \"Uuid\": \"b58d87f4-e90c-4c97-96d6-9c2cdfc64247\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-prod-27\", + \"InstanceChargeType\": \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-ie08ex5u\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-5wowz6vi\", \"DiskSize\": 500, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.64.120\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-2dm4dzqc\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-r7vh5s36\", \"sg-roagpzjw\", \"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": + null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-08-25T09:22:59Z\", \"ExpiredTime\": + \"2022-09-25T09:22:59Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[QcatProd][\u903B\u8F91]_1451967\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[QcatProd][\u903B\u8F91]_1451967\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[Qcat][TKE\u540E\u53F0]_1451964\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[Qcat][TKE\u540E\u53F0]_1451964\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"d8eb740a-3e5d-4c7e-93c3-3a6d8cbb3ef2\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-pws7le08\", \"Uuid\": \"9152c941-e1e9-4c0d-be78-b45fdefd3c02\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-beta-1\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-2ls87r7k\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-2pzu7gui\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.94.15\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-g358yx8m\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-dpogscvk\", \"sg-roagpzjw\", \"sg-p81jcyj8\", \"sg-hl3uvt30\", \"sg-ar3w3c4a\"], + \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": + \"TencentOS Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": + 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-08-25T09:23:39Z\", + \"ExpiredTime\": \"2022-09-25T09:23:39Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"0c4c9f77-90f5-4700-962e-d0c86c58d180\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-hgpb1si4\", \"Uuid\": \"22177033-f043-4c25-b5e3-2c44dcd9aab4\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-prod-15\", + \"InstanceChargeType\": \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-gizufa7a\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-gv2wtrqe\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": \"disk-21lfuoo6\", + \"DiskSize\": 300, \"DeleteWithInstance\": false, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}], \"PrivateIpAddresses\": + [\"9.208.64.20\"], \"PublicIpAddresses\": null, \"IPv6Addresses\": null, \"InternetAccessible\": + {\"InternetMaxBandwidthOut\": 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": + {\"VpcId\": \"vpc-fydywcwh\", \"SubnetId\": \"subnet-2dm4dzqc\", \"AsVpcGateway\": + false}, \"SecurityGroupIds\": [\"sg-ok5i7gu4\", \"sg-roagpzjw\", \"sg-p81jcyj8\"], + \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": + \"TencentOS Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": + 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-08-25T09:22:57Z\", + \"ExpiredTime\": \"2022-09-25T09:22:58Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[QcatProd][\u903B\u8F91]_1451967\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[QcatProd][\u903B\u8F91]_1451967\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[Qcat][TKE\u540E\u53F0]_1451964\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[Qcat][TKE\u540E\u53F0]_1451964\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"c3dd752b-916e-4794-ba6b-09d4e5ceb9be\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-d27ciw8c\", \"Uuid\": \"85b81fa4-f4ab-4488-abcb-186e14f66d03\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-dev-2\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-4p746nd2\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-k48h4hz6\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": \"disk-72ucfhai\", + \"DiskSize\": 10, \"DeleteWithInstance\": false, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-cob9fwlm\", \"DiskSize\": 100, \"DeleteWithInstance\": + false, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": + 0, \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": \"disk-72j3knwu\", + \"DiskSize\": 50, \"DeleteWithInstance\": false, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}], \"PrivateIpAddresses\": + [\"9.208.94.5\"], \"PublicIpAddresses\": null, \"IPv6Addresses\": null, \"InternetAccessible\": + {\"InternetMaxBandwidthOut\": 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": + {\"VpcId\": \"vpc-fydywcwh\", \"SubnetId\": \"subnet-g358yx8m\", \"AsVpcGateway\": + false}, \"SecurityGroupIds\": [\"sg-5ebvdz6e\", \"sg-roagpzjw\", \"sg-lagk3c58\", + \"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", + \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2020-08-25T09:22:58Z\", \"ExpiredTime\": \"2022-09-25T09:22:58Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"9e4a1283-2539-443d-8c3f-941eaefb143e\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-99a1z3uq\", \"Uuid\": \"8670c44c-5429-4051-929f-9f8c707f03c4\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-prod-16\", + \"InstanceChargeType\": \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-8f4c4p0o\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-c9hv4odk\", \"DiskSize\": 50, \"DeleteWithInstance\": + false, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": + 0, \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": \"disk-g3mhe42w\", + \"DiskSize\": 100, \"DeleteWithInstance\": true, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}], \"PrivateIpAddresses\": + [\"9.208.64.85\"], \"PublicIpAddresses\": null, \"IPv6Addresses\": null, \"InternetAccessible\": + {\"InternetMaxBandwidthOut\": 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": + {\"VpcId\": \"vpc-fydywcwh\", \"SubnetId\": \"subnet-2dm4dzqc\", \"AsVpcGateway\": + false}, \"SecurityGroupIds\": [\"sg-ok5i7gu4\", \"sg-roagpzjw\", \"sg-p81jcyj8\"], + \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": + \"TencentOS Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": + 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-08-25T09:22:57Z\", + \"ExpiredTime\": \"2022-09-25T09:22:57Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[QcatProd][\u903B\u8F91]_1451967\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[QcatProd][\u903B\u8F91]_1451967\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[Qcat][TKE\u540E\u53F0]_1451964\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[Qcat][TKE\u540E\u53F0]_1451964\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"ccc63b01-843e-4e3a-a961-edd3f33b831c\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-3rqj55qk\", \"Uuid\": \"0e34a9fa-5fe6-4485-a5a8-6e6ddae3f0f5\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-prod-17\", + \"InstanceChargeType\": \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-1y1ogl5a\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-plq4m8a0\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": \"disk-bwpq2w7g\", + \"DiskSize\": 50, \"DeleteWithInstance\": false, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-a60b4efa\", \"DiskSize\": 10, \"DeleteWithInstance\": false, + \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, \"CdcId\": + null}, {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": \"disk-bcia3ngs\", \"DiskSize\": + 200, \"DeleteWithInstance\": false, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.79.3\"], + \"PublicIpAddresses\": null, \"IPv6Addresses\": null, \"InternetAccessible\": + {\"InternetMaxBandwidthOut\": 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": + {\"VpcId\": \"vpc-fydywcwh\", \"SubnetId\": \"subnet-nmg0q7yi\", \"AsVpcGateway\": + false}, \"SecurityGroupIds\": [\"sg-ok5i7gu4\", \"sg-roagpzjw\", \"sg-p81jcyj8\"], + \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": + \"TencentOS Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": + 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-08-25T09:22:58Z\", + \"ExpiredTime\": \"2022-09-25T09:22:58Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[QcatBeta][\u903B\u8F91]_1451971\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[QcatBeta][\u903B\u8F91]_1451971\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[Qcat][TKE\u540E\u53F0]_1451964\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[Qcat][TKE\u540E\u53F0]_1451964\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"839f1aaf-21f7-4da4-9040-e9c078ec6da6\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-0hioe9fs\", \"Uuid\": \"bfff0162-9cb6-417c-9546-db3a37a73180\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-prod-25\", + \"InstanceChargeType\": \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-iqdrfeei\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-dzp2ipvk\", \"DiskSize\": 10, \"DeleteWithInstance\": + false, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": + 0, \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": \"disk-c1ez5gve\", + \"DiskSize\": 100, \"DeleteWithInstance\": true, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}], \"PrivateIpAddresses\": + [\"9.208.79.14\"], \"PublicIpAddresses\": null, \"IPv6Addresses\": null, \"InternetAccessible\": + {\"InternetMaxBandwidthOut\": 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": + {\"VpcId\": \"vpc-fydywcwh\", \"SubnetId\": \"subnet-nmg0q7yi\", \"AsVpcGateway\": + false}, \"SecurityGroupIds\": [\"sg-r7vh5s36\", \"sg-roagpzjw\", \"sg-p81jcyj8\"], + \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": + \"TencentOS Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": + 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-08-25T09:22:57Z\", + \"ExpiredTime\": \"2022-09-25T09:22:58Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[QcatDev][\u903B\u8F91]_1451970\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[QcatDev][\u903B\u8F91]_1451970\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[Qcat][TKE\u540E\u53F0]_1451964\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[Qcat][TKE\u540E\u53F0]_1451964\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"48e87b3e-af8e-4401-aebe-04128e66103d\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-o20umf2m\", \"Uuid\": \"baa8ca70-9264-403a-b0cb-1d896a88cd45\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-dev-3\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-e4wi34fg\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-f8bf2e4m\", \"DiskSize\": 10, \"DeleteWithInstance\": + false, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": + 0, \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": \"disk-he9v82dg\", + \"DiskSize\": 100, \"DeleteWithInstance\": true, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}], \"PrivateIpAddresses\": + [\"9.208.94.4\"], \"PublicIpAddresses\": null, \"IPv6Addresses\": null, \"InternetAccessible\": + {\"InternetMaxBandwidthOut\": 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": + {\"VpcId\": \"vpc-fydywcwh\", \"SubnetId\": \"subnet-g358yx8m\", \"AsVpcGateway\": + false}, \"SecurityGroupIds\": [\"sg-5ebvdz6e\", \"sg-roagpzjw\", \"sg-p81jcyj8\", + \"sg-hl3uvt30\", \"sg-ar3w3c4a\"], \"LoginSettings\": {\"KeyIds\": null}, + \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-08-25T09:22:58Z\", \"ExpiredTime\": + \"2022-09-25T09:22:58Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"b3534495-2001-4ac8-bdf9-7c748fbe02e0\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}], \"RequestId\": + \"a82bfb88-5a23-46c8-8375-9f32a386945e\"}}" + headers: + Connection: + - keep-alive + Content-Length: + - '57828' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:55 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"Offset": 40, "Limit": 20}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '27' + Content-Type: + - application/json + Host: + - cvm.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - DescribeInstances + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432835' + X-TC-Version: + - '2017-03-12' + method: POST + uri: https://cvm.tencentcloudapi.com/ + response: + body: + string: '{"Response": {"TotalCount": 40, "InstanceSet": [], "RequestId": "4caae9e8-2eaa-4451-bbdf-100db05589e1"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '104' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:55 GMT + Server: + - nginx + status: + code: 200 + message: OK +version: 1 diff --git a/tools/c7n_tencentcloud/tests/cassettes/test_tc_client/TestClient.test_paging_over_request_limit.yaml b/tools/c7n_tencentcloud/tests/cassettes/test_tc_client/TestClient.test_paging_over_request_limit.yaml new file mode 100644 index 00000000000..d8327343337 --- /dev/null +++ b/tools/c7n_tencentcloud/tests/cassettes/test_tc_client/TestClient.test_paging_over_request_limit.yaml @@ -0,0 +1,4902 @@ +interactions: +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "", "MaxResults": + 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '75' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432842' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"JaB7NCLC507xSTRyNMSkS6q6lldJ2WceuVK4eY-17zSPxCet5xBymC03B-DI59-B","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"chrisren"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"irisqqcheng"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"caesarzhli"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"lichlli"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"lipingwwang"}],"RequestId":"81e8b93f-9389-4ba2-9e07-bbcc0c47afe8"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '436' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:02 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "JaB7NCLC507xSTRyNMSkS6q6lldJ2WceuVK4eY-17zSPxCet5xBymC03B-DI59-B", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432842' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"m7vaIQTEHtbmxWy2Yg6-QZwuahl-nqtrQARUT_pIdFmdtcTbpZTXr1z-99wAfQHM","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"paulswang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"sekiroliang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"mlma"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"cupidmiao"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"shanksychen"}],"RequestId":"cd618d13-e467-4b2f-84bb-a50345b67a03"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '433' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:02 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "m7vaIQTEHtbmxWy2Yg6-QZwuahl-nqtrQARUT_pIdFmdtcTbpZTXr1z-99wAfQHM", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432842' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"qecTRP1qHcOjxZd1w5wfvXEQlyXbJ2w2MCdQcbvpMZv4ixh9ZQzYAhKIXjPxAeMB","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"hungtauli"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"fangfzhang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"jackygong"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"peterkhe"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"yusheng"}],"RequestId":"ed06348d-5f54-4522-977e-685ada677117"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '432' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:02 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "qecTRP1qHcOjxZd1w5wfvXEQlyXbJ2w2MCdQcbvpMZv4ixh9ZQzYAhKIXjPxAeMB", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432842' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"f5UPZx8G5ynl1FYFDZnyrbd2_lrofZbrDzCnHRWvYPIdZ8YApNEw-eM1i-ARS6_f","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"ghibli"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"vinzhou"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"stevelliu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"hongbohe"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"matrixshi(\u77f3\u633a\u5e38)"}],"RequestId":"8625ad40-e0df-43fc-ae2c-604d93b7200b"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '448' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:02 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "f5UPZx8G5ynl1FYFDZnyrbd2_lrofZbrDzCnHRWvYPIdZ8YApNEw-eM1i-ARS6_f", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432842' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"ryOCdcXlZ9g4eyUzsSIVl9Uxt3AKQ3mdSvxilfnfgbd_KKeP9mVJcbFxA_g1O-qT","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"sarielliu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"huarongyin"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"jorma"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"drovliu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"amberyypan"}],"RequestId":"30fe7d71-525b-45cc-8bed-6f8575df6c3e"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '430' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:02 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "ryOCdcXlZ9g4eyUzsSIVl9Uxt3AKQ3mdSvxilfnfgbd_KKeP9mVJcbFxA_g1O-qT", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432842' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"KuB5auemfGTs7EL1sQs0wmsjuDRKja24ro_2mfSNa8L7HZr5FUv6hRSoCursCLeS","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"rainxywang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"seekxu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"yahuifeng"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"zhiqiangguo"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"lilyyayang"}],"RequestId":"53db08e7-9258-449c-af58-ebf8e8ffb0ff"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '435' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:03 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "KuB5auemfGTs7EL1sQs0wmsjuDRKja24ro_2mfSNa8L7HZr5FUv6hRSoCursCLeS", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432843' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"unLAXy_uGsGzLgMiiBFUsJUE4P-Zuq97nU5BzTj_qGXaAMNzjFmiNj7Vr4434xMc","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"zexiazhou"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"hardyqhe"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"roywhhuang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"chicogong"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"calebji"}],"RequestId":"df4ca4aa-36c9-40e4-9958-389fb7fb5362"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '432' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:03 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "unLAXy_uGsGzLgMiiBFUsJUE4P-Zuq97nU5BzTj_qGXaAMNzjFmiNj7Vr4434xMc", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432843' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"xBI-2HWWYCoxZkq19EaPUHSkpNfba_1RQ9-ROhsimDqKUAgXCyKOSEoDqs3xZcpE","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"v_bingvzhao"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"jinlinliu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"ivyrxie"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"shawbozhang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"harlylei"}],"RequestId":"03ff0a5c-d8bd-42bd-8684-42c4450856e6"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '435' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:03 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "xBI-2HWWYCoxZkq19EaPUHSkpNfba_1RQ9-ROhsimDqKUAgXCyKOSEoDqs3xZcpE", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432843' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"C8hOVIjpQ_wVRY5AVZXVHk0lqdVohmVElOGqAjwLu7OK84X1qoXd1Kv4hAhKGHb9","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"codyyu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"v_huiliguo"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"kekesong"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"eadinchen"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"siweilu"}],"RequestId":"3bc1fe88-7c0c-4272-a239-fb27d6c7595e"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '429' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:03 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "C8hOVIjpQ_wVRY5AVZXVHk0lqdVohmVElOGqAjwLu7OK84X1qoXd1Kv4hAhKGHb9", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432843' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"VzXypW80Z2kcogmREccwD1oogR8wWl7V-YSzKgmQEcGndhgJMosjmGziziTlP6NT","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"hankluo"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"hysenhohe"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"elvinsyang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"walkerzzeng"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"p_pptaoli"}],"RequestId":"61a124e0-7560-47d9-9077-031352ed3401"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '435' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:03 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "VzXypW80Z2kcogmREccwD1oogR8wWl7V-YSzKgmQEcGndhgJMosjmGziziTlP6NT", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432843' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"a3rGLwWWri9xheJArpJBFRO9906NbOukNdA_ZamLP1yjYdzgWC_0S00YGgFkD9Wn","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"syuanzzhang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"himawali"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"evieli"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"neganhuang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"andyryhu"}],"RequestId":"8e12ac78-5c9f-41f3-8a80-15108b5724c7"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '432' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:03 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "a3rGLwWWri9xheJArpJBFRO9906NbOukNdA_ZamLP1yjYdzgWC_0S00YGgFkD9Wn", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432843' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"CP-Gp864h-uL4GmdMW9u6d_TwQGLMJcZIhHsirnTvsy-jiSG5Tl0yiPOX6nZBiXK","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"mickyzhang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"enazheng"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"nilchen"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"fenniedu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"yihongluo"}],"RequestId":"4cd7d3f9-aa97-4332-a598-8c7ee31fc328"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '431' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:03 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "CP-Gp864h-uL4GmdMW9u6d_TwQGLMJcZIhHsirnTvsy-jiSG5Tl0yiPOX6nZBiXK", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432843' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"hPMBpY3zql9Z3qWW5i2AJl4GST1Y61sSZbtoEUHwsykDmMiZkT_lohP_vBOuMLo2","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"yuannfu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"kempliu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"qingfenwang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"jianzou"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"bravozhang"}],"RequestId":"8e5a3557-dce4-4132-bdc4-ec3e310bb93c"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '431' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:03 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "hPMBpY3zql9Z3qWW5i2AJl4GST1Y61sSZbtoEUHwsykDmMiZkT_lohP_vBOuMLo2", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432843' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"ZWtZwjmcAVn7_aIH3HbEAPm0dmzuekfD883KZSZPYOzYUEawLrgeqgPg5MexVl4i","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"changlinli"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"bardqi"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"gangouyang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"zixingdeng"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"yizhouyang"}],"RequestId":"7e84ce98-a61d-479a-8570-ef564aebd3a4"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '435' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:03 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "ZWtZwjmcAVn7_aIH3HbEAPm0dmzuekfD883KZSZPYOzYUEawLrgeqgPg5MexVl4i", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432843' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"afBN0TMOTUMUuqcZHTjjEXEp3mfNtul2nt0nJIIxKJy-QPMsUIBZmGdDmiWAty1Y","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"tomtomyang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"maisieluo"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"apowliu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"ivanlfli"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"larryljwang"}],"RequestId":"949b9f5c-ac96-48c1-86de-f6aa50554384"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '434' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:03 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "afBN0TMOTUMUuqcZHTjjEXEp3mfNtul2nt0nJIIxKJy-QPMsUIBZmGdDmiWAty1Y", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432843' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"zdgieVt5IjijLdB0bCsrLXhSedx1_Ku_wYcfUFJ7j5qMInhanwYCM5u1j5hv-hVw","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"elandluo"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"jeffreezhao"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"shuzhonxiao"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"berttli"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"jacobjjli"}],"RequestId":"d703be7f-b5ef-4983-96c5-39341d148451"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '435' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:03 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "zdgieVt5IjijLdB0bCsrLXhSedx1_Ku_wYcfUFJ7j5qMInhanwYCM5u1j5hv-hVw", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432843' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"vgcYbJwXrui3RnYVOhiGv8UwkxnQrIDBTmUSZNEGg1SBbGCJPtwbfzfnLPdTVePB","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"weileli"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"billccheng"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"bingxinleng"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"dylonyu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"ericfuqu"}],"RequestId":"4857b2da-9803-48f5-b3df-09fa05ec81e0"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '432' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:03 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "vgcYbJwXrui3RnYVOhiGv8UwkxnQrIDBTmUSZNEGg1SBbGCJPtwbfzfnLPdTVePB", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432843' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"F9u4oTSG4XrJPfaNJ1RFn4TghOq6MmwNrkqNkvMviVKh81oRiOxJB8rrAvACm8P7","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"marvinnchen"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"alexlongguo"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"harrpoli"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"jiayingmeng"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"boblliu"}],"RequestId":"510ec69f-ce3c-4bd7-ba7b-6bdce505b545"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '437' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:04 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "F9u4oTSG4XrJPfaNJ1RFn4TghOq6MmwNrkqNkvMviVKh81oRiOxJB8rrAvACm8P7", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432844' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"7Mr5EQlCf8aSmXLq27JhkXw7FNEIhwNqDa4QtUQyCN2XEBk1L5YFDJlSDO7jazlv","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"iambowang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"cassenchen"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"raylhuang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"aandrewliu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"xuezhangliu"}],"RequestId":"4a0e1697-df2a-47ab-ac90-c072dcb301b8"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '438' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:04 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "7Mr5EQlCf8aSmXLq27JhkXw7FNEIhwNqDa4QtUQyCN2XEBk1L5YFDJlSDO7jazlv", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432844' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"2Aah_9r1GpH5C0cs6RzJSD8WwkBsJtF3fM-E0Gc52fBTu1FbojxP8QzQ8hrhPjNi","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"jonejywu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"allenxfwang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"brucemtian"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"binaryzhang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"v_vrqmren"}],"RequestId":"3f1e0935-7f7d-4ce2-b56c-6a3cce3164bd"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '438' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:04 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "2Aah_9r1GpH5C0cs6RzJSD8WwkBsJtF3fM-E0Gc52fBTu1FbojxP8QzQ8hrhPjNi", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432844' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"0ONZWcTXMZSpIH0CaOxqBXDw_p0kvpHGkSZIHXycjAJDZiiYexTyZrswFblDribZ","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"aemonzheng"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"sinbadli"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"bobbyzhao"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"lucillechen"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"yanbozzhang"}],"RequestId":"59227723-d609-43f1-9b0f-b96e826c9a23"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '438' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:04 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "0ONZWcTXMZSpIH0CaOxqBXDw_p0kvpHGkSZIHXycjAJDZiiYexTyZrswFblDribZ", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432844' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"3UrnZvZzH-VDM6ym7JM0s7N5t8ZSQwB6nf3TsYkRsgrjthVn4VW7VecfHyt7HrDb","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"jacktaoyang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"jordgedu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"fengxxxu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"pinhenzhang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"lindseyhe"}],"RequestId":"9628471e-cf0b-4d02-9c24-eb32bcc10d8f"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '436' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:04 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "3UrnZvZzH-VDM6ym7JM0s7N5t8ZSQwB6nf3TsYkRsgrjthVn4VW7VecfHyt7HrDb", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432844' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"OPuq_iJgD_p9ZrFuvDlUNa_klSaXA0wNQgoFgBnXKaVNy1y58_efFk7ab9Oz_9CH","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"v_aichu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"wchenghuang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"ziwanghuang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"linzli"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"zilongliu"}],"RequestId":"38c4fd02-c024-419d-b2eb-d6129ba48ba2"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '433' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:04 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "OPuq_iJgD_p9ZrFuvDlUNa_klSaXA0wNQgoFgBnXKaVNy1y58_efFk7ab9Oz_9CH", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432844' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"SIy7e3zPHNzPsCPc1Pgq0gAIdiOKJ-cYjF63iP2CzTreN-ZIXJbF7xkBkbW6qmNX","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"jessicasshi"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"joeyzyshi"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"kaiyuangeng"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"leolxliu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"cjunjiang"}],"RequestId":"c18aac30-3cf8-4dbe-8eed-a8ad9f07d82a"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '437' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:04 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "SIy7e3zPHNzPsCPc1Pgq0gAIdiOKJ-cYjF63iP2CzTreN-ZIXJbF7xkBkbW6qmNX", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432844' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"J7cU6PJWkILrhli1WkgMYA1NzX1juClNeRIWrvYxozf_QLvS0gd6Ko0CVh-pXmTW","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"v_kpaqli"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"lonecheng"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"jeasonzhou"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"demaxiyaliu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"nullxu"}],"RequestId":"02cb26cf-0ec0-4e12-8d25-333c854b360d"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '433' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:04 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "J7cU6PJWkILrhli1WkgMYA1NzX1juClNeRIWrvYxozf_QLvS0gd6Ko0CVh-pXmTW", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432844' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"mqgcq2VCKXf1t1CHc_K_4taW95UN2JrYGCBISi756M7L9amo--THUobA2klwal86","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"zyangdu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"steveyliu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"limye"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"herminexu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"seandxu"}],"RequestId":"eb795c32-2432-458e-bbbc-b6671675fc8a"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '426' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:04 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "mqgcq2VCKXf1t1CHc_K_4taW95UN2JrYGCBISi756M7L9amo--THUobA2klwal86", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432844' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"01qfX5tO_y9V83RM5R6bdzliWUeoJ42BBotCJD5hEJEDjnm5BPIMWVSY45iqaFEw","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"yongxzhuang(\u5e84\u955b\u946b)"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"francisdu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"zomiluo"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"phoenixyang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"ivesding"}],"RequestId":"574c8855-d98e-4179-a5a5-8e463f060dbc"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '455' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:04 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "01qfX5tO_y9V83RM5R6bdzliWUeoJ42BBotCJD5hEJEDjnm5BPIMWVSY45iqaFEw", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432844' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"evUeOZtVKWa15L4sKd4Xc3BxfM4Q7gjZZ9M_Fmu-dpp7V1DsS0JcGU-N6_QmU-Xo","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"yihaolan"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"yvanyfliu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"jennyxu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"jamcai"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"sjjwwang"}],"RequestId":"7c2277ab-5aab-4077-b550-613db2b3c330"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '427' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:04 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "evUeOZtVKWa15L4sKd4Xc3BxfM4Q7gjZZ9M_Fmu-dpp7V1DsS0JcGU-N6_QmU-Xo", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432844' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"tUJ-Ds5KXHOpIsGFxEiXxOdrALRhXk6H3O5tJevbLZTdb9olO-m03UvZaE9rIawO","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"daisysjdai"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"lucashli"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"v_vzhjliu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"nikzhang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"burlingwang"}],"RequestId":"86fcfa6e-adfa-4bbb-9c9c-98321aa1ba7c"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '435' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:04 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "tUJ-Ds5KXHOpIsGFxEiXxOdrALRhXk6H3O5tJevbLZTdb9olO-m03UvZaE9rIawO", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432844' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"doFqi3zEx4lvu8udmzCStJPF5XezdnQGop6HHcpwRtibekjTp74djOgm_4ng4ARr","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"zhenhaonong"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"ogawahuang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"kainanwang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"bethxu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"zilongzhang"}],"RequestId":"08db45c3-60cc-424e-92a6-0994fdcc1c7e"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '437' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:04 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "doFqi3zEx4lvu8udmzCStJPF5XezdnQGop6HHcpwRtibekjTp74djOgm_4ng4ARr", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432844' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"FycBG8cqQ12BSnPKzqiuNNOZ7tqpcuGIWW_iJew5it23LlWPjE1sfo5UhQQ3iMPf","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"mecexia"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"osborncheng"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"zhengxinliu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"charleslan"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"echoycai"}],"RequestId":"e974cf72-9466-46c1-a4bf-de664e542796"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '436' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:05 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "FycBG8cqQ12BSnPKzqiuNNOZ7tqpcuGIWW_iJew5it23LlWPjE1sfo5UhQQ3iMPf", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432845' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"SjRaM6vDq0PPBEyNtZMN4tG50_7q__KQPA5iiZMsIMYg8UeZ2QL5Etrty3WissjA","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"miaxie"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"gmzhai"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"wenhaotang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"hillgorwang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"junnanguo"}],"RequestId":"1a769c0f-3154-45b8-a093-c825490c599b"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '431' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:05 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "SjRaM6vDq0PPBEyNtZMN4tG50_7q__KQPA5iiZMsIMYg8UeZ2QL5Etrty3WissjA", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432845' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"Dl5IquSluCMAP07TDBUY764hN2pkYG-rpycqMCgxbc9VYCKrhQvvqgAgxeyV2UGo","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"guiyuetian"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"ninggyang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"nferzhuang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"kevenchen"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"cliffwchen"}],"RequestId":"a523b475-dce2-48cb-89d1-091d9b1ec824"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '437' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:05 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "Dl5IquSluCMAP07TDBUY764hN2pkYG-rpycqMCgxbc9VYCKrhQvvqgAgxeyV2UGo", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432845' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"Armiqtvc0M-24jAHKcDKuh8S8pC8iVBkhv3cUP415uOo6XTGP90uah2PIM7xHuFr","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"jamiemxu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"dylanjswang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"junwezhuang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"willcychen"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"azheliu"}],"RequestId":"db8eb32d-d366-4abc-8e51-4ab6b30d230b"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '436' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:05 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "Armiqtvc0M-24jAHKcDKuh8S8pC8iVBkhv3cUP415uOo6XTGP90uah2PIM7xHuFr", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432845' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"ZdVN3eHyxdrFmL1YcUynOTJb32mEs1TCQ2x1ksQDBj0-9gi4OcgWuBsVK092tNjN","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"bakercai"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"sugenejiang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"cathyzhu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"doromolv"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"ethangguo"}],"RequestId":"9001485b-2524-476c-8aba-e2f22791d5ec"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '433' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:05 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "ZdVN3eHyxdrFmL1YcUynOTJb32mEs1TCQ2x1ksQDBj0-9gi4OcgWuBsVK092tNjN", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432845' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"Cv3LzOO_KZy0nwh07NoICcEJy1Q9pgCd1qPKOA30w8Myd59_67soyrItHV5EfRn5","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"betaincao"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"xiaozhenni"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"riseyang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"jaydahu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"shalompeng"}],"RequestId":"bb9b7c0d-846b-4591-9f99-e7e1fd2e8405"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '433' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:05 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "Cv3LzOO_KZy0nwh07NoICcEJy1Q9pgCd1qPKOA30w8Myd59_67soyrItHV5EfRn5", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432845' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"IaLomnmmRPXXUyNRyrF5eUvYczYGZkFVjLp55kyjL864smPN2uQRc-uqApeip_IS","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"zuoyzhang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"xiancondeng"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"cxhui"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"dacizhang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"wenxinhu"}],"RequestId":"23138e1f-7ab1-4a23-b367-cb6dfb0dfbbd"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '431' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:05 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "IaLomnmmRPXXUyNRyrF5eUvYczYGZkFVjLp55kyjL864smPN2uQRc-uqApeip_IS", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432845' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"LUF1XP6FAuZstCDjwq5xKCfSs1VDyn0jdF3YLUOaW85RldMDJhllW24YrGMcONFB","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"diffjin"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"sekiroguo"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"tigeryhliu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"keatskang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"neopi"}],"RequestId":"d1ab6f44-b4a6-41c3-ba10-38fbf1640a76"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '429' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:05 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "LUF1XP6FAuZstCDjwq5xKCfSs1VDyn0jdF3YLUOaW85RldMDJhllW24YrGMcONFB", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432845' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"o2mhrQNU67XodcoL10_B6e7bcAW5B_w_H_avpuAvimOBqM6EeXsu2HVDEHyE6tWO","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"jasonawang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"autumnzeng"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"dannykang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"tommyhuo"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"devinshdu"}],"RequestId":"acccf33d-c2cd-4adf-b892-0f87581cc9d6"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '435' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:05 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "o2mhrQNU67XodcoL10_B6e7bcAW5B_w_H_avpuAvimOBqM6EeXsu2HVDEHyE6tWO", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432845' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"ouFkGfAhawItJt3khgJRcbu1blJEsWbKw7ILEk4C5SgDeA9L3JxJBc34YNJkcqpp","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"zanehzhang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"kaychen"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"glenzhou"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"martinxiao"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"rosschen"}],"RequestId":"fc0f2c5f-a4ea-49a7-bb16-1113638ab384"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '432' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:05 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "ouFkGfAhawItJt3khgJRcbu1blJEsWbKw7ILEk4C5SgDeA9L3JxJBc34YNJkcqpp", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432845' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"CffBv89Hh-3s9hyTEWxEc3KtVXUOS1ghHnq2fyBfhwfHw9xSU76CxBJRD6VMsyym","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"leonayzheng"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"krmnliu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"xfgong"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"tacodu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"phonpeng"}],"RequestId":"b699d759-c93b-483f-8d7b-51a2c19160da"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '427' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:05 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "CffBv89Hh-3s9hyTEWxEc3KtVXUOS1ghHnq2fyBfhwfHw9xSU76CxBJRD6VMsyym", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432845' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"5PLHnuHCPUqRqcKe-ERPpAcKbThbq2KXkohJKortcEBZ9mh56mGp1lLBgn75VHyv","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"cailynyu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"pennjiang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"yingjieyjhe"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"ashley"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"ireneshi"}],"RequestId":"f6be4c8a-0648-4ae3-a099-8412ff6d3962"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '431' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:05 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "5PLHnuHCPUqRqcKe-ERPpAcKbThbq2KXkohJKortcEBZ9mh56mGp1lLBgn75VHyv", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432845' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"giPOBq1T6xu-39G3PxdPzb2NOA-1Afb7vsZDrtrFZmGnTAIlcjlwzW4gmDTj8qR9","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"wensenxu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"derenmiao"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"anathantu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"joylyu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"guangzhanli"}],"RequestId":"fcde82da-312f-44aa-90bb-67563c926667"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '432' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:05 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "giPOBq1T6xu-39G3PxdPzb2NOA-1Afb7vsZDrtrFZmGnTAIlcjlwzW4gmDTj8qR9", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432845' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"EgzRQUHXodq7Th6dWgJDvUlQdkJOOy6ShQkvGSo4Px3dI2agYPZINCpnbbQ55aG_","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"aeriomao"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"lucanzwei"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"leonzgshao"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"danahan"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"gcmgzhang"}],"RequestId":"3477caca-1393-4601-acb9-c215311231af"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '432' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:06 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "EgzRQUHXodq7Th6dWgJDvUlQdkJOOy6ShQkvGSo4Px3dI2agYPZINCpnbbQ55aG_", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432846' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"NIyLm5CntRkAXPvnm2GlGLz8dul3q9Iq-FFXluvFyb1YlmC_riJ7je2ss-3885o6","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"gavindyrao"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"songqye"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"rocluo"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"canhuichen"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"xiaolinchi"}],"RequestId":"ff8856da-2396-41b9-8582-fc2b7c9e1524"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '432' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:06 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "NIyLm5CntRkAXPvnm2GlGLz8dul3q9Iq-FFXluvFyb1YlmC_riJ7je2ss-3885o6", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432846' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"azJwcizul2I2xRwU_-vAu1I_TC-Athn9tWHzUCdV15FfzMniRUPXGKMsRJCnSATA","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"yanniegao"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"llinwlwang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"edenlluo"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"ericjsheng"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"sauerwang"}],"RequestId":"4ce00af3-e432-4f2e-b0ec-17e2a0159efb"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '435' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:06 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "azJwcizul2I2xRwU_-vAu1I_TC-Athn9tWHzUCdV15FfzMniRUPXGKMsRJCnSATA", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432846' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"dMBE3UbjGelxoXXme3ICHZPYK538rMIUZ15LhxmaUvWMZcJbqsu1Is8B-GWJQSWy","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"venusqu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"hamliao"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"vernonlu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"zehualuo"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"gardennchen"}],"RequestId":"a3df5306-abd2-41cb-9bb8-961b42e77206"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '430' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:06 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "dMBE3UbjGelxoXXme3ICHZPYK538rMIUZ15LhxmaUvWMZcJbqsu1Is8B-GWJQSWy", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432846' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"DMeJu558u5z5WsDuRbHQWyRf5RxOXfPAbjuhAwHM8yfkrjr3wEn6GV8ywoPlUp3L","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"alexandecai"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"yeeechen"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"sulu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"leonlmxiong"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"seansi"}],"RequestId":"93a107f2-988b-4e58-abae-9e381db3293f"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '429' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:06 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "DMeJu558u5z5WsDuRbHQWyRf5RxOXfPAbjuhAwHM8yfkrjr3wEn6GV8ywoPlUp3L", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432846' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"6mC996QvWM57sAs4if_277Mk4Ms6Gztlq9FoOxtEzIIJwOgFo5nd3xq6uANKQqWA","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"starfishyu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"greengao"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"conncheng"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"bonussheng"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"allenyfyang"}],"RequestId":"e911eb55-6e7d-4f2b-8331-4b2952d63f72"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '437' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:06 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "6mC996QvWM57sAs4if_277Mk4Ms6Gztlq9FoOxtEzIIJwOgFo5nd3xq6uANKQqWA", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432846' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"Db_t4UE4h_IJmFOJkIZD14KdEPyX-3ojVlGQDuPTBdMxFEY50dxXZ2yJfa3u8lQF","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"verayqwang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"jasonlcchen"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"erichmao"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"allanzhli"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"gavinlhchen"}],"RequestId":"c9284a5c-306b-42f7-8486-8f4db4319be5"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '438' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:06 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "Db_t4UE4h_IJmFOJkIZD14KdEPyX-3ojVlGQDuPTBdMxFEY50dxXZ2yJfa3u8lQF", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432846' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"lZ53BlSfMX5pM1S7WwYGLkYC6i6ZJfmjyr1hREusKosVb4xSxQMdDijKIX3ZZqZr","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"johnezhou"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"rooniejiang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"healerli"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"cherryxiao"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"diluczhang"}],"RequestId":"4cb5db67-e4bf-4a7f-8393-8302359422b2"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '437' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:06 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "lZ53BlSfMX5pM1S7WwYGLkYC6i6ZJfmjyr1hREusKosVb4xSxQMdDijKIX3ZZqZr", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432846' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"u7-C8pGZ71e-WUMD51zQvY_VC44tOPtxqt2FG16mkR7AYwpFqxpEeXLqaI6u-Mop","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"robercheng"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"v_qilin"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"ienyu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"crispchen"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"hertzzhang"}],"RequestId":"3d40e371-3021-4ef9-83b2-ae180e0283dc"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '430' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:06 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "u7-C8pGZ71e-WUMD51zQvY_VC44tOPtxqt2FG16mkR7AYwpFqxpEeXLqaI6u-Mop", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432846' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"sUh-VxmDehQGfaaWxfLRPjWg2IYF5i28HDr5R6Htt2ayntx1PA5p4jZwqrpWLXI7","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"zcanzhu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"jennyju"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"devinyzeng"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"kirbyhu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"v_izhengliu"}],"RequestId":"5ab29287-fbc4-4813-b4e4-2e9e55e058d8"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '431' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:06 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "sUh-VxmDehQGfaaWxfLRPjWg2IYF5i28HDr5R6Htt2ayntx1PA5p4jZwqrpWLXI7", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432846' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"TKQPEjj2wR1A89weJiY3Il5c65tUB5RY1t_nulIz-f7NGJIwXf-4kuN7sg3hiz3B","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"matttian"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"haiyangxing"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"taloslai"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"beihan"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"hoseafeng"}],"RequestId":"3c854ff0-8092-4421-ab71-32235dec80c2"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '431' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:06 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "TKQPEjj2wR1A89weJiY3Il5c65tUB5RY1t_nulIz-f7NGJIwXf-4kuN7sg3hiz3B", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432846' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"mgoMsPo25XWGnrViFfQTkw4zxBlydz-f9nH4ERZklAlHgaDshbwW8YTwvMe2pC04","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"kaiqidong"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"cooperwhxu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"shuotaoxie"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"steveywwu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"runyangwu"}],"RequestId":"9e84262d-449f-4433-88d6-2daf8e7752a4"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '436' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:06 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "mgoMsPo25XWGnrViFfQTkw4zxBlydz-f9nH4ERZklAlHgaDshbwW8YTwvMe2pC04", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432846' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"GiXwFSBXbl4fni-NsOmZojP2lO15UiRWKfZ4k24S_tHrH2twLhwPCb5F9diXFxsm","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"v_guluzhang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"kevinlkkong"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"costasyan"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"raeyue"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"chunduan"}],"RequestId":"b6a08776-038f-4f25-a856-061830ac8566"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '434' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:07 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "GiXwFSBXbl4fni-NsOmZojP2lO15UiRWKfZ4k24S_tHrH2twLhwPCb5F9diXFxsm", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432847' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"d2FAj9_SY1eH5wqL69K_xM8fPJGpOW2X4TFmqC76DAujJ2I25CMmGe7rXHXOgoBO","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"willzgli"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"v_sfanglu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"lucaslliu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"fxinchen"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"fengqqian"}],"RequestId":"aa8c0c68-c566-4b3c-a351-4b08596d7609"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '432' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:07 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "d2FAj9_SY1eH5wqL69K_xM8fPJGpOW2X4TFmqC76DAujJ2I25CMmGe7rXHXOgoBO", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432847' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"O3z4o0qqI-5NUB2wo-igKENAA5xtunpGgbKj3udPA7ScMjZa8f6Ob0JsQLhi0X4S","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"flyxmxu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"kali"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"willyu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"artzhang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"bswang"}],"RequestId":"262b5569-62ea-46b6-af13-73d0fa50f7d9"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '420' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:07 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "O3z4o0qqI-5NUB2wo-igKENAA5xtunpGgbKj3udPA7ScMjZa8f6Ob0JsQLhi0X4S", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432847' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"ksoXsYAK-J2NY_yCAl70K1KTO-PblSpSBMKvmam5Yd5suRerbr40oVxdHrhctCX_","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"qingzzhang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"tonnylu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"laneyli"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"davidtluo"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"cochen"}],"RequestId":"c389bb94-ed40-4d3a-ad6e-ad3e64cd479f"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '428' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:07 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "ksoXsYAK-J2NY_yCAl70K1KTO-PblSpSBMKvmam5Yd5suRerbr40oVxdHrhctCX_", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432847' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"dMkkgLTTySh_7_pQFrkCSM5FaYKFXkM6vkU8hckypkNV362X5kZ55XMyzRtI0_w8","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"zhanyisu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"tobiszhang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"bufferwu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"lionezhang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"sheashxie"}],"RequestId":"be7e812e-4fd0-4b33-8748-8a70d9c654cd"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '434' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:07 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "dMkkgLTTySh_7_pQFrkCSM5FaYKFXkM6vkU8hckypkNV362X5kZ55XMyzRtI0_w8", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432847' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"K-rK1ZzCnFb23UeiMp8VkYlwgeRu9MPORKDGg1MtqqUNIOnlHryGN5Hfa_cn9TZc","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"leblancbi"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"v_vczycao"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"jiayiiyang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"leoxfjiang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"xiangyuzeng"}],"RequestId":"4dedbce1-02fb-468e-9e5e-629070e6a3f5"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '438' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:07 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "K-rK1ZzCnFb23UeiMp8VkYlwgeRu9MPORKDGg1MtqqUNIOnlHryGN5Hfa_cn9TZc", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432847' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"mZmIxQvbQYTLNlRowbpBiHNN_db27vlAAhVEGrNiO-OvmknHcotv5J-Kyd00-YAR","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"jemuelmiao"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"lackyli"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"kangwuzhu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"buzzwang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"v_szesun"}],"RequestId":"fd8727e1-9b81-4130-a11e-bf45dc190c8e"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '431' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:07 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "mZmIxQvbQYTLNlRowbpBiHNN_db27vlAAhVEGrNiO-OvmknHcotv5J-Kyd00-YAR", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432847' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"b7cJjZfBDhRhLtEm0hrw7Zqn48nGRcmlTXtM3Gytmit7O9VKxR2ewHzmAChdM5gm","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"furongdeng"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"haovchen"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"xiangyushi"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"juanjualong"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"haipengji"}],"RequestId":"b37bf212-644c-43d2-b361-1fc12aecdfb0"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '437' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:07 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "b7cJjZfBDhRhLtEm0hrw7Zqn48nGRcmlTXtM3Gytmit7O9VKxR2ewHzmAChdM5gm", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432847' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"JeNiEWu5x3hdocu9syTCZUdZrL_ZG6c8y9FQzPoUGVA2j6wxXUKAv6ybXEBvkGTj","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"neoleeli"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"xiaofanchen"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"cjjiejcchen"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"teddyzhu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"simonelong"}],"RequestId":"4b685ea9-4c14-4eda-99fd-845a1be00df4"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '437' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:07 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "JeNiEWu5x3hdocu9syTCZUdZrL_ZG6c8y9FQzPoUGVA2j6wxXUKAv6ybXEBvkGTj", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432847' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"cEx4DaL38sj4k9C1ZG-7uhlK_T0UkDp3LMKS_QDugpSOmslHk4GBJIj0EU6YVLAG","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"jingboyou"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"erioezhang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"vijaysun"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"terazhu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"junjungwang"}],"RequestId":"b5213cb5-2645-4337-8b40-0083c751da61"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '434' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:07 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "cEx4DaL38sj4k9C1ZG-7uhlK_T0UkDp3LMKS_QDugpSOmslHk4GBJIj0EU6YVLAG", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432847' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"syzkJaIy89RtlVC1NiB_SqPQkpXYO0arPeyDBPDkzmKHJYcdzUSA9E-unQEscmc2","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"p_pbobogao"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"danllliu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"amexu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"devenshi"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"codyktang"}],"RequestId":"afbd304d-0985-47dc-8a8d-1c1186dfe6fc"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '429' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:08 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "syzkJaIy89RtlVC1NiB_SqPQkpXYO0arPeyDBPDkzmKHJYcdzUSA9E-unQEscmc2", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432848' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"N0oDQAptkFxIE_oWHOKLWHqEUQdK9G6is4DAttFl4-RojEh9wtSIvH5TW2tUWTWB","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"ramirowang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"laryshi"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"p_wxinyang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"p_pmhan"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"wealdqin"}],"RequestId":"c7a04147-eea7-447f-b2d2-59a5db45e86c"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '431' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:08 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "N0oDQAptkFxIE_oWHOKLWHqEUQdK9G6is4DAttFl4-RojEh9wtSIvH5TW2tUWTWB", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432848' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"4z_0Q5kzGvZNql6LZZ15t6kF-tg4R2odi2fhbUqFaicqHDu9RXZERXS_OneQsY0e","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"webbershi"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"jettdeng"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"1258344699"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"ruhongxu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"geekyang"}],"RequestId":"77d69b5c-4e41-4f76-9d26-8816c3882b0a"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '432' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:08 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "4z_0Q5kzGvZNql6LZZ15t6kF-tg4R2odi2fhbUqFaicqHDu9RXZERXS_OneQsY0e", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432848' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"DOPbpy3dF83BRFMH5rCSrdW0h6fn2bh4hPW7Ctzv0uzztCgOfmkpr4t0cSPYXb8E","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"blueguo"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"brainlli"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"jellylxu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"alansthuang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"xiaoyawwang"}],"RequestId":"d5d17ab3-da28-495a-a034-e0be84fdd914"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '434' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:08 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "DOPbpy3dF83BRFMH5rCSrdW0h6fn2bh4hPW7Ctzv0uzztCgOfmkpr4t0cSPYXb8E", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432848' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"_H1TvTCfcqw5a3PzFNXPDqiAxx1dw-LEU0uNpl9bmOL4fB7eotJ4qd_A3ytCuI8b","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"shanksfydu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"zainzhao"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"galejzhang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"aslinwang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"amyleali"}],"RequestId":"6a65509f-55df-4ffe-9bf9-59b463f2945c"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '434' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:08 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "_H1TvTCfcqw5a3PzFNXPDqiAxx1dw-LEU0uNpl9bmOL4fB7eotJ4qd_A3ytCuI8b", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432848' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"ie7pkqqi3DIjhSfWRcs23pRIAG02c6E5wpHe6Diz8dR6HfDHcCRr3s9K9iw4VTaK","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"jiahuazhu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"santos"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"timothychao"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"v_shijucui"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"enderyang"}],"RequestId":"f468122d-2c95-4bc7-aa5c-bcaea98436ab"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '434' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:08 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "ie7pkqqi3DIjhSfWRcs23pRIAG02c6E5wpHe6Diz8dR6HfDHcCRr3s9K9iw4VTaK", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432848' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"egrumgOpsGe_HLqt48QkjDq4C7wdSKE2qoVW_m4SjUPNEw1mGmPtNgzJp1yp2fe1","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"ducanjie"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"chacomo"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"albertyyan"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"billddu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"junxiaolli"}],"RequestId":"fa53be6f-68e6-4e02-85af-d201c0217341"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '431' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:08 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "egrumgOpsGe_HLqt48QkjDq4C7wdSKE2qoVW_m4SjUPNEw1mGmPtNgzJp1yp2fe1", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432848' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"H6vgeTN6nRjcj6dKkTnLO2IrohZDRmNbxphd93rIbXfDlmhmsUN8snt5kCur2iQg","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"winterrli"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"zitinghuang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"charlielluo"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"ericwhzhao"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"hobwei"}],"RequestId":"82cc72a6-bcd8-4bf3-9dec-a7bc27e3e967"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '436' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:08 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "H6vgeTN6nRjcj6dKkTnLO2IrohZDRmNbxphd93rIbXfDlmhmsUN8snt5kCur2iQg", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432848' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"NUf2-1d3tPUHm77t1nWVMraURP5S4lvKRO8gerZYpWYalQNqtXZbHErBaqUuaa9M","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"shoma"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"fordzxfu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"noahlu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"zhouppeng"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"jianwjwang"}],"RequestId":"84e147a7-d7cc-4774-b7cf-6537ddf3a695"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '427' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:08 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "NUf2-1d3tPUHm77t1nWVMraURP5S4lvKRO8gerZYpWYalQNqtXZbHErBaqUuaa9M", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432848' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"lbFkEEJVRrBhWGevxaiM8o3fJWBpvannT9bx3TidQ_yPaFz5TaguiaEIkS9ymm3q","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"middlexie"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"zhenjunyao"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"marcdai"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"petezeng"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"xshengwang"}],"RequestId":"1e00ffe1-b760-4d04-a022-77cb610e2cd4"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '433' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:08 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "lbFkEEJVRrBhWGevxaiM8o3fJWBpvannT9bx3TidQ_yPaFz5TaguiaEIkS9ymm3q", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432848' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"Z_SMaU1ZMCNjZERdEkdh0cPYDEWvewxQrkElJnQatu_19iyNJhLcEVPTZ8YrAJ_S","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"kekeding"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"xinyiweng"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"yaduomosun"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"vernonxu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"wellsli"}],"RequestId":"c5d91d52-4162-4463-aa66-801b336fc40c"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '431' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:08 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "Z_SMaU1ZMCNjZERdEkdh0cPYDEWvewxQrkElJnQatu_19iyNJhLcEVPTZ8YrAJ_S", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432848' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"HQaTrUPTqoq_424s7lCFM6yTBhoFpZNuw2H_OeD8-7vZGbWBNT7QEtkb5bFqfR1M","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"chengjhuang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"devinzyang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"cherylwang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"fredtian"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"p_ppgqwang"}],"RequestId":"4e5174b4-95fc-4bf8-a253-dbd2f1219358"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '438' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:09 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "HQaTrUPTqoq_424s7lCFM6yTBhoFpZNuw2H_OeD8-7vZGbWBNT7QEtkb5bFqfR1M", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432849' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"oddtIV5DD_tr5mggz457L6SKQWYSXQobjH0T1V5vO0wDWmOpIrjNJRSEZ7AAp1B9","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"javali"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"stefanlliu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"fayelliao"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"elijzhang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"zhaojli"}],"RequestId":"c94e4b2e-f210-4108-8643-c446e9134fbf"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '430' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:09 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "oddtIV5DD_tr5mggz457L6SKQWYSXQobjH0T1V5vO0wDWmOpIrjNJRSEZ7AAp1B9", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432849' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"2hvnTWTpiH_y1cjrIS8FtXdHBoEmiaegrsFYXBAZKU-CIWzQ--S1Kvdgre4kE9QV","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"yiqianzhou"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"p_phexianli"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"gardenqiu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"superywang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"origamiying"}],"RequestId":"64878d9c-21f1-4710-8d7c-189d8c96dd05"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '440' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:09 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "2hvnTWTpiH_y1cjrIS8FtXdHBoEmiaegrsFYXBAZKU-CIWzQ--S1Kvdgre4kE9QV", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432849' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"kDBmQ8blqSUNa6CMDsf54Kg3GiYYXXRPD8Ki5RvK3d7Xw0ikIimbFMhV8b7jzOy7","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"bellyliu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"v_pzhilli"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"v_pzbbzhang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"p_pjhdong"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"carolmhuang"}],"RequestId":"36edab16-e763-4c4c-a4cc-5bd3a99f507f"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '437' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:09 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "kDBmQ8blqSUNa6CMDsf54Kg3GiYYXXRPD8Ki5RvK3d7Xw0ikIimbFMhV8b7jzOy7", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432849' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"dP6PRuXizKPmbTimk5rli4VWQpnnPBts_D6iGU_JG-KL9eNb8vq6Tn3p7dKyYrEH","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"kevinyyao"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"ruixian"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"duchendong"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"legendlu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"yyyupengli"}],"RequestId":"b9e1f42d-c853-4a52-b284-b64ac0b27689"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '433' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:09 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "dP6PRuXizKPmbTimk5rli4VWQpnnPBts_D6iGU_JG-KL9eNb8vq6Tn3p7dKyYrEH", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432849' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"yPzYEhbNmrNVunsSHsgiEQ4SbfaYsExBMl-O5lYs3yRXmTKV_JpVLO21RnsYlx_d","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"neoshengsun"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"qiaomingliu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"evancai"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"jarvisyqliu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"stefzhou"}],"RequestId":"58b6f84c-a4bf-4659-9065-f1f415595048"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '437' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:09 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "yPzYEhbNmrNVunsSHsgiEQ4SbfaYsExBMl-O5lYs3yRXmTKV_JpVLO21RnsYlx_d", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432849' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"amncjAalhRel8W_xbEqSDsHJkE3cSbbEU7L-FGcntVTdt4oHjp1EpPuLEV6LriKs","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"weitongma"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"ashleylang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"charlestu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"pandaxxiong"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"yolopyang"}],"RequestId":"bc324587-abff-40ad-80e9-6cab1988c6e6"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '437' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:09 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "amncjAalhRel8W_xbEqSDsHJkE3cSbbEU7L-FGcntVTdt4oHjp1EpPuLEV6LriKs", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432849' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"Eb_n4wMP1PJY_6Mvl6qZub5zshVpUwe88_hHY0wGeDr3aMkOyKLARMo8O_gO8qS9","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"cutlerliu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"renardren"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"camdyzeng"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"linkshang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"rivenfang"}],"RequestId":"34772014-78c0-4ea0-8478-f17621c32b67"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '434' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:09 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "Eb_n4wMP1PJY_6Mvl6qZub5zshVpUwe88_hHY0wGeDr3aMkOyKLARMo8O_gO8qS9", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432849' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"CmxDFfyVLA6Ho_AwAuBL-_gPNplCq64HaQCnTRGMSps374WxAxa3anBUcryysOUF","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"joesonpan"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"luweikang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"emxinma"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"kevinrzheng"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"marcojywu"}],"RequestId":"e5658767-5052-4eb8-b615-2d8cb6ef18da"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '434' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:09 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "CmxDFfyVLA6Ho_AwAuBL-_gPNplCq64HaQCnTRGMSps374WxAxa3anBUcryysOUF", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432849' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"ShFV54jSTpnVbYhzfbxL3-n8da4Y6tfBkwgPIIVmQxUCXmHCEbs9Do9QJa9jKNI-","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"oliverzyang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"lifumao"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"miyoliu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"lucasdixie"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"v_kpanxiong"}],"RequestId":"0b670253-c2a4-4207-9623-2855f3a64bec"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '435' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:09 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "ShFV54jSTpnVbYhzfbxL3-n8da4Y6tfBkwgPIIVmQxUCXmHCEbs9Do9QJa9jKNI-", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432849' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"Et0VRwt5UeIAEIA99V6Qz9isscgjQKd-KjCpD6SJhaCGQ1ZUk0Riv-f_m9Q_18JI","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"sanshizhao"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"georgeqli"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"daxuewwang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"tillyyang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"nerolv"}],"RequestId":"0b159207-a37c-4adc-b8f9-08b79def7190"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '433' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:09 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "Et0VRwt5UeIAEIA99V6Qz9isscgjQKd-KjCpD6SJhaCGQ1ZUk0Riv-f_m9Q_18JI", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432849' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"iDoL_lMFLQyT9NJ7r-K73LzK7upEcyefmq9YwwfFUVfBRRtWPyttgWbYxYuAMkDv","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"alexxxia"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"jokiccui"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"nichzhang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"darrickxiao"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"grorgehu"}],"RequestId":"6722c174-0c14-4b26-a51e-fd381c0b6ac9"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '433' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:09 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "iDoL_lMFLQyT9NJ7r-K73LzK7upEcyefmq9YwwfFUVfBRRtWPyttgWbYxYuAMkDv", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432849' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"_x9256sYAX7CPSuN-iWQoJmakSrOHj--1iorHlcXzyNRbkqVUegFOEcVb270ciF4","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"yudongwu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"v_lingvliu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"spikeyuan"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"sharmaxia"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"qipengluan"}],"RequestId":"23f9a0b4-6ce4-4819-bb11-193847539fa0"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '435' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:09 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "_x9256sYAX7CPSuN-iWQoJmakSrOHj--1iorHlcXzyNRbkqVUegFOEcVb270ciF4", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432849' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"ISvdv7y_vcjreGFytKBghRnOx3L05_zCsxuOMUe28IWD657tl8d3JFn0fcpZTjOg","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"venlerwei"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"josgu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"emilyshu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"shijiechen"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"garyyang"}],"RequestId":"9e280a2d-54b8-4f77-ba62-055211eb8be4"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '429' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:10 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "ISvdv7y_vcjreGFytKBghRnOx3L05_zCsxuOMUe28IWD657tl8d3JFn0fcpZTjOg", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432850' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"2FR2VJGD7oErNmjLgSmKq0xkhZRA-TAup-Kcp8328OMoQBoIHBu_Wo6yNbUg1xWy","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"v_wacwang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"richardczhu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"sevenqjiang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"georgetu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"yunianliu"}],"RequestId":"57f3b487-fc45-42c6-8165-a3a2a87ee8e4"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '437' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:10 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "2FR2VJGD7oErNmjLgSmKq0xkhZRA-TAup-Kcp8328OMoQBoIHBu_Wo6yNbUg1xWy", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432850' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"wbX9LsA2wP0zLlyB4aVyE3jjki6acYMFYyZLCX7ZE79-wbD6jyAIXg---yrp9VVn","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"kingsleyye"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"nanansun"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"p_pyhgong"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"p_pshunyao"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"p_xixianghe"}],"RequestId":"3755d6e4-de78-4596-8d60-4927fe239473"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '437' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:10 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "wbX9LsA2wP0zLlyB4aVyE3jjki6acYMFYyZLCX7ZE79-wbD6jyAIXg---yrp9VVn", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432850' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"O5aIyILVql1KrUt_cMEPqYZhJXQ9yBOB8JucnTV3YgxENzlqv5iVCYHB8DbY9gIO","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"hanydai"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"p_yaooli"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"cyrilhzhang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"peidongji"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"josephpu"}],"RequestId":"36594ad9-1775-40b4-b8ad-d7bea709627b"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '432' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:10 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "O5aIyILVql1KrUt_cMEPqYZhJXQ9yBOB8JucnTV3YgxENzlqv5iVCYHB8DbY9gIO", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432850' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"xVS3VMH2j5EXNIcoPMUb5SbhO783uDf0km5wbTgQti4BL4VlPWSYo-KUGDMrP-w1","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"planckzhang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"elvinlin"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"candydsu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"jiabosun"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"jiduma"}],"RequestId":"37a4c8c0-7bd2-4ecc-8eb5-c06e13f2b21f"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '430' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:10 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "xVS3VMH2j5EXNIcoPMUb5SbhO783uDf0km5wbTgQti4BL4VlPWSYo-KUGDMrP-w1", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432850' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"s4kPMB44g8iqia6-iAJMC0HCdgFAs8J1YgHFxh1_LvjrJy6eND5X9pd5jQqnsXaI","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"ambroselee"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"ramosli"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"haodianwei"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"libertyzhu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"joeyizhao"}],"RequestId":"5a125d65-0077-444e-b182-fbecacab63c9"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '435' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:10 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "s4kPMB44g8iqia6-iAJMC0HCdgFAs8J1YgHFxh1_LvjrJy6eND5X9pd5jQqnsXaI", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432850' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"vbb6RdKFNcXO8moRfmKFEvOV0F5pldhDYwkLkHKNmqtlPrqOqTmpmOQd-nYagG8Q","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"erichchen"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"xuleilxxu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"luochengluo"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"v_ichzhou"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"treyzhang"}],"RequestId":"a19913b5-f5db-43e4-9660-6d2b953634b7"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '436' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:10 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "vbb6RdKFNcXO8moRfmKFEvOV0F5pldhDYwkLkHKNmqtlPrqOqTmpmOQd-nYagG8Q", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432850' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"NnRkADMzHwvpGsEhIvyH8N17KH5HQrnE48zgQqKsfDIwvbm-6e2yfz354fyE38bs","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"louisjliu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"xuetingliu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"v_gzlgao"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"felixhzhu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"charlyhuang"}],"RequestId":"1cf99dfc-34ca-42c3-9b79-8cac91a94dab"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '436' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:10 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "NnRkADMzHwvpGsEhIvyH8N17KH5HQrnE48zgQqKsfDIwvbm-6e2yfz354fyE38bs", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432850' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"eQTvsjljE0SgObMOZtvZfsFIzCyRCDO-JKCYPgXyHYyDQn098jrUm4do5Mezk3ix","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"walterzhao"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"kingjayli"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"darbywang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"lorenzoyu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"heihuliliu"}],"RequestId":"36ac6f8f-0eff-4dd6-af7a-b451157d7f6c"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '436' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:10 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "eQTvsjljE0SgObMOZtvZfsFIzCyRCDO-JKCYPgXyHYyDQn098jrUm4do5Mezk3ix", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432850' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"-FkGg-3vHg6pk6YQDJSGqOcvtk8VMkOYfG07n814v56nCgHjSLWvmPDD1jI33KGe","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"xxhapecheng"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"applecxyang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"rexxarsyang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"grandzhong"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"jerryazhang"}],"RequestId":"47fa4dbc-abb7-42fd-ae71-817c0731e38a"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '443' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:10 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8d1f\u8d23\u4eba"], "PaginationToken": "-FkGg-3vHg6pk6YQDJSGqOcvtk8VMkOYfG07n814v56nCgHjSLWvmPDD1jI33KGe", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432850' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"ZzUO_raIL7b34br2dBHgP9RtJf8BnP-0NmfazoTbuTwj5SSyjpkBjaYJbijhoPCw","Tags":[{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"igorguo"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"kellyhyyang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"hoseani"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"yongmingliu"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"fionncchen"}],"RequestId":"e7228456-e781-4a9c-a294-8f15bc56b8b9"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '435' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:10 GMT + Server: + - nginx + status: + code: 200 + message: OK +version: 1 diff --git a/tools/c7n_tencentcloud/tests/cassettes/test_tc_client/TestClient.test_paging_token.yaml b/tools/c7n_tencentcloud/tests/cassettes/test_tc_client/TestClient.test_paging_token.yaml new file mode 100644 index 00000000000..721f8565744 --- /dev/null +++ b/tools/c7n_tencentcloud/tests/cassettes/test_tc_client/TestClient.test_paging_token.yaml @@ -0,0 +1,3927 @@ +interactions: +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "", "MaxResults": + 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '81' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432835' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"6xk38VJ6WXGhgRfLRh56PWm4_eN6hXQ7_UxIYgDa1QDYhm9jSI4ep8wtvybJAKFW","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"test-test"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4e91\u539f\u751f\u5b89\u5168\u4ea7\u54c1\u4e2d\u5fc3_1225"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u5a01\u80c1\u60c5\u62a5\u80fd\u529b\u4e2d\u5fc3_1402"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG-\u4e91\u9f0e\u5b9e\u9a8c\u5ba4_1401"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u670d\u52a1\u8fd0\u8425\u7ba1\u7406\u4e2d\u5fc3_1027"}],"RequestId":"fdab73f2-f39f-4926-bd7b-f3ac21729771"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '633' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:55 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "6xk38VJ6WXGhgRfLRh56PWm4_eN6hXQ7_UxIYgDa1QDYhm9jSI4ep8wtvybJAKFW", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432835' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"inEn_bNEasrK9zHIFZQ4j00V0lnST3IdunzJXgdxw7Kh0gzynOOJZ7NJuz-zzUh4","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u5bb9\u5668\u4ea7\u54c1\u4e2d\u5fc3_101"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG-\u4e91\u6280\u672f\u8fd0\u8425\u670d\u52a1\u90e8_1318"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u5b6a\u751f\u4ea7\u54c1\u4e2d\u5fc3_1097"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4e91\u6570\u636e\u52a0\u5bc6\u7ec4_1401"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4e91\u9f0e\u5b9e\u9a8c\u5ba41_1049"}],"RequestId":"6531f511-4559-4cce-8902-617463f7d9b3"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '635' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:55 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "inEn_bNEasrK9zHIFZQ4j00V0lnST3IdunzJXgdxw7Kh0gzynOOJZ7NJuz-zzUh4", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432835' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"-KOrIDOpRrOSq98Rx_r7XTiFOQGMXFFSHCaYnyy1DSUq2rlS7Z6Wi_BP8jJlkFYT","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4e91\u6570\u636e\u52a0\u5bc6\u7ec41_1401"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG-\u4e91\u4ea7\u54c1\u56db\u90e8_1314"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u6559\u80b2\u4ea7\u54c1\u65b9\u6848\u4e2d\u5fc3_1380"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4e91\u9f0e\u5b9e\u9a8c\u5ba4_1401"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4e91\u79df\u6237\u5b89\u5168\u8fd0\u8425\u4e2d\u5fc3_1281"}],"RequestId":"5db2df03-fd74-47e5-a308-23d937d1199c"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '648' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:55 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "-KOrIDOpRrOSq98Rx_r7XTiFOQGMXFFSHCaYnyy1DSUq2rlS7Z6Wi_BP8jJlkFYT", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432835' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"9Xn5xHpcWElsD1LzwdIjcjUsqmpN3J-zzp8tnLwGdKumJBbOOM-O93xICYkI9xKi","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4e91\u6570\u636e\u52a0\u5bc6\u7ec4_1049"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u5b89\u5fc3\u5e73\u53f0\u4ea7\u54c1\u4e2d\u5fc3_1223"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u7ecf\u8425\u7ba1\u7406\u7ec4_1311"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4e91\u539f\u751f\u4ea7\u54c1\u4e2d\u5fc3_1225"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u6280\u672f\u67b6\u6784\u90e8_1390"}],"RequestId":"4fe89cbb-96fc-4572-8f3f-6701f43d45bc"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '630' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:55 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "9Xn5xHpcWElsD1LzwdIjcjUsqmpN3J-zzp8tnLwGdKumJBbOOM-O93xICYkI9xKi", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432835' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"Z5HJgD1ZtzG1OomK-P1LJJdfpDId-uBBewwtBP62nFCuJ4iLoUiC_1qugaYPcwFx","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4e2d\u95f4\u4ef6\u4ea7\u54c1\u4e2d\u5fc3_1133"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u6570\u636e\u5de5\u7a0b\u4e2d\u5fc3_1332"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u6570\u636e\u5e93\u7814\u53d1\u90e8_1368"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u8fd0\u7ba1\u7ba1\u7406\u4e2d\u5fc3_1073"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG\u516c\u5171\u4e8b\u52a1\u90e8_ + 1245"}],"RequestId":"f60e2470-144b-4b8c-ba0b-ec4f33a8e095"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '629' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:56 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "Z5HJgD1ZtzG1OomK-P1LJJdfpDId-uBBewwtBP62nFCuJ4iLoUiC_1qugaYPcwFx", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432836' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"jjUaV-l_CQDVXpA12CjO10sGEXSHGkW_s7YMD-GsKem75mRhqi1PWiLAnOkq0RmE","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG-\u4e91\u4ea7\u54c1\u4e00\u90e8_1012"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG-\u667a\u6167\u51fa\u884c\u4e8b\u4e1a\u90e8_1094"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u884c\u4e1a\u8fd0\u8425\u4e2d\u5fc33_1261"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG-\u4e91\u4ea7\u54c1\u56db\u90e8_1028"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u653f\u52a1\u7814\u53d1\u4e2d\u5fc3_1072"}],"RequestId":"263a5daf-e184-4ecb-bf51-9c55bb38c391"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '634' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:56 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "jjUaV-l_CQDVXpA12CjO10sGEXSHGkW_s7YMD-GsKem75mRhqi1PWiLAnOkq0RmE", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432836' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"vO0_kbPPO7MeOXgOEdXYla8978_SVnuZrC4PLe5K2C0dBn8q4zdLZdqaIxiI0X5S","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"WeCity\u652f\u6301\u4e2d\u5fc3_1353"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u51fa\u884c\u670d\u52a1\u4e1a\u52a1\u4e2d\u5fc3_1160"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4e91\u542f\u57fa\u5730\u89e3\u51b3\u65b9\u6848\u4e2d\u5fc3_1345"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u57fa\u7840\u80fd\u529b\u4e2d\u5fc3_1346"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u6570\u636e\u5e93\u7814\u53d1\u90e8\u5185\u90e8\u6570\u636e\u5e93_1367"}],"RequestId":"b7bfa07a-ed40-4718-9544-4a7db27ebc50"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '684' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:56 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "vO0_kbPPO7MeOXgOEdXYla8978_SVnuZrC4PLe5K2C0dBn8q4zdLZdqaIxiI0X5S", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432836' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"djxpkxETXyK0tsTRRli2bSpFZbnxuwC6nwGZ3Pb2VDvybjvgjs9lkSbUIbQl_rLF","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u534f\u540c\u89e3\u51b3\u65b9\u6848\u4e2d\u5fc3_1157"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u793e\u533a\u89e3\u51b3\u65b9\u6848\u4e2d\u5fc3_1068"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4ea4\u4ed8\u4e0e\u7528\u6237\u6210\u529f\u4e2d\u5fc3_1007"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"WeCity\u89e3\u51b3\u65b9\u6848\u4e2d\u5fc3_1263"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u817e\u8baf\u4e91CVM_1136"}],"RequestId":"5683a4a8-af9c-4816-8f77-d4b69a9ec033"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '657' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:56 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "djxpkxETXyK0tsTRRli2bSpFZbnxuwC6nwGZ3Pb2VDvybjvgjs9lkSbUIbQl_rLF", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432836' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"Vj3Ue6K-pZEFix2aIlRicIfVlXh_l9VK7WcJYMel88-4fTh12Q9M32CbiXU-XApu","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u667a\u80fd\u5ba2\u670d\u4ea7\u54c1\u4e2d\u5fc3_1375"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u817e\u8baf\u4e91\u8bbe\u8ba1\u4e2d\u5fc3_1314"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u5b89\u5168\u4ea7\u54c1\u4e00\u90e8_1381"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4ea4\u4e92\u4e91\u5e95\u5ea7\u6280\u672f\u4e2d\u5fc3_1379"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG-\u4e91\u4ea7\u54c1\u4e09\u90e8_1132"}],"RequestId":"13903e65-44a9-4fbb-b7ac-6a5e555db4ee"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '659' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:56 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "Vj3Ue6K-pZEFix2aIlRicIfVlXh_l9VK7WcJYMel88-4fTh12Q9M32CbiXU-XApu", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432836' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"2gkTaR45VVeOWJK900NhB3_vS5DGwLfcc_R-bobwqCOdctOEUHR4mwce-jHQWohB","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"AI\u52a9\u624b\u4ea7\u54c1\u4e2d\u5fc3_\u516c\u6709\u4e91_1100"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u884c\u4e1a\u6280\u672f\u652f\u6301\u4e2d\u5fc3_1275"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u81ea\u52a8\u9a7e\u9a76\u4e91\u4ea7\u54c1\u4e2d\u5fc3_1095"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u667a\u80fd\u5ea7\u8231\u4ea7\u54c1\u4e2d\u5fc3_1246"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG-\u4e1a\u52a1\u7ecf\u8425\u7ba1\u7406\u90e8_1070"}],"RequestId":"29a8cff6-b718-4dc2-a3bb-14531f273ce0"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '698' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:56 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "2gkTaR45VVeOWJK900NhB3_vS5DGwLfcc_R-bobwqCOdctOEUHR4mwce-jHQWohB", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432836' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"I8VVXpFrEjIcdOU5p9y3gcYDy_mHPHmL57Kwg2waGDOP2-U5lxVOMEzTeabxTfMm","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u98ce\u63a7\u5e94\u7528\u4ea7\u54c1\u4e2d\u5fc3_1221"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG-\u4e91\u4ea7\u54c1\u4e00\u90e8_1022"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"Serverless\u4ea7\u54c1\u4e2d\u5fc3_1dd031"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG-\u5b89\u5168\u4ea7\u54c1\u4e09\u90e8_1225"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u667a\u80fd\u5206\u6790\u4e0e\u589e\u957f\u4ea7\u54c1\u4e2d\u5fc3_1099"}],"RequestId":"88fda3c4-287c-4201-934e-ebea3f84c276"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '670' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:56 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "I8VVXpFrEjIcdOU5p9y3gcYDy_mHPHmL57Kwg2waGDOP2-U5lxVOMEzTeabxTfMm", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432836' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"jU_9LCt-ea4oYjFUcHVciEFx60dBbEHBvaSI_QEAxnvsswrBgWvzFYL6tCtmQEL-","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u5730\u56fe\u5e94\u7528\u4ea7\u54c1\u4e2d\u5fc3_1242"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u5fae\u74f4\u4ea7\u54c1\u7ec4_1338"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u6570\u636e\u5e93\u7814\u53d1\u90e8\u81ea\u7814\u670d\u52a1_1366"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4e92\u8054\u7f51\u4e1a\u52a1\u7cfb\u7edf"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4e1a\u52a1\u7ba1\u7406\u4e2d\u5fc3_1180"}],"RequestId":"8a1268c9-03bb-4fcd-8104-abfcff41e6d5"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '655' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:56 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "jU_9LCt-ea4oYjFUcHVciEFx60dBbEHBvaSI_QEAxnvsswrBgWvzFYL6tCtmQEL-", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432836' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"R6D1fVxlzfNGwtufrrNKCrHkJsrq1htTPeAm4jDPvLZfPlVuFkZuXBpNjw1RpTXY","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u8425\u9500\u4ea7\u54c1\u4e2d\u5fc3_1372"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG-\u667a\u6167\u884c\u4e1a\u4e03\u90e8_1259"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4ea7\u54c1\u4e2d\u5fc32_1371"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u884c\u4e1a\u4ea7\u54c1\u4e2d\u5fc33_1055"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u8eab\u4efd\u5b89\u5168\u4ea7\u54c1\u4e2d\u5fc3_1221"}],"RequestId":"ff9fb239-b044-4caa-afd7-778e5934b4f6"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '631' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:56 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "R6D1fVxlzfNGwtufrrNKCrHkJsrq1htTPeAm4jDPvLZfPlVuFkZuXBpNjw1RpTXY", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432836' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"Njlju2Q1VbaagwlPoPRy40LzaJyFJydO4kgUWdAzhvFbwHr_q4JAVunhs3PucKzm","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u6570\u636e\u5e93\u7814\u53d1\u90e8\u4e91\u670d\u52a1_1365"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u97f3\u89c6\u9891\u4e1a\u52a1\u4e2d\u5fc3_1359"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"DevOps\u4ea7\u54c1\u4e2d\u5fc3_1185"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG-\u4e91\u4ea7\u54c1\u4e8c\u90e8_1014"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u8d44\u6e90\u670d\u52a1\u4e2d\u5fc3_1358"}],"RequestId":"1da4b7e6-51e1-4e0b-9ffa-c2c2e0b9a90e"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '641' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:56 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "Njlju2Q1VbaagwlPoPRy40LzaJyFJydO4kgUWdAzhvFbwHr_q4JAVunhs3PucKzm", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432836' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"IStLJXFobe3AsS0Rt1zn7eHJ9Zr1C13HI-c0zeHYU_dZ26iP10u1V77hf4T_4IKc","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"1"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u817e\u8baf\u4e91\u95f2\u7f6e\u590d\u7528\u5e73\u53f0_1364"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG-\u4e91\u4ea7\u54c1\u4e00\u90e8_1032"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG-\u667a\u6167\u51fa\u884c\u4e8b\u4e1a\u90e8_1160"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u5728\u7ebf\u652f\u4ed8\u90e8_22"}],"RequestId":"1c5f8148-00ef-49c7-9d86-43b60e3fbb87"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '604' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:56 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "IStLJXFobe3AsS0Rt1zn7eHJ9Zr1C13HI-c0zeHYU_dZ26iP10u1V77hf4T_4IKc", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432836' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"SNy8EpDMUrAWwd7irCzOt_bbcFjbFaecEXwEap-EEKJ3swg1EXWVEzIy4gVs_W9C","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u97f3\u89c6\u9891\u5e73\u53f0\u4ea7\u54c1\u4e2d\u5fc3_1361"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG-\u4e91\u4ea7\u54c1\u56db\u90e8_1062"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4f20\u5a92\u7269\u8054\u4e0e\u65b0\u6587\u521b\u4e1a\u52a1\u4e2d\u5fc3_1058"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u6570\u636e\u5e93\u4ea7\u54c1\u4e2d\u5fc3"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG-\u6218\u7565\u5ba2\u6237\u90e8_1324"}],"RequestId":"836ed49f-eb7c-45ab-a31c-07a35ca4d740"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '677' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:56 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "SNy8EpDMUrAWwd7irCzOt_bbcFjbFaecEXwEap-EEKJ3swg1EXWVEzIy4gVs_W9C", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432836' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"qnyUsuOslAo79F75a_RIYq_Gtuo5Bhuk5UXfSqeo9vz1YuPu9GcLSOPM3McwvQKV","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG-\u667a\u6167\u884c\u4e1a\u4e8c\u90e8_1173"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG-\u5730\u56fe\u5e73\u53f0\u90e8_1105"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG-\u4e91\u4ea7\u54c1\u56db\u90e8_1017"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG-\u4e91\u4ea7\u54c1\u4e8c\u90e8_1218"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u57fa\u7840\u7814\u7a76\u7ec4_1317"}],"RequestId":"55e5409e-210e-4e25-b78e-4e4712f12a51"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '620' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:56 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "qnyUsuOslAo79F75a_RIYq_Gtuo5Bhuk5UXfSqeo9vz1YuPu9GcLSOPM3McwvQKV", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432836' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"psi6ASBKCfGrbyOF6Y3bpaSKYI-wK6Q9KF3XGJ3i2iSOzAO6ptAy9H6OqZS0SB1h","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u817e\u8baf\u4e91PSTN_2187"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u6570\u636e\u8d44\u4ea7\u670d\u52a1\u4e2d\u5fc3_1070"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u91d1\u878d\u4ea7\u54c1\u4e2d\u5fc3_1259"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u57fa\u7840\u6570\u636e\u4e2d\u5fc3_1243"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG-\u4e91\u9f0e\u5b9e\u9a8c\u5ba4_1049"}],"RequestId":"d645592b-9a70-4ac6-bfce-4abfb39ea331"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '621' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:56 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "psi6ASBKCfGrbyOF6Y3bpaSKYI-wK6Q9KF3XGJ3i2iSOzAO6ptAy9H6OqZS0SB1h", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432836' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"NMbfjKF3hWBuhRitkCkm_VM1OOU6NmqdKvyr6O7gjys5u2gZbbXYAwGfjhyAWer-","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG-\u6e2f\u6fb3\u53f0\u53ca\u56fd\u9645\u4e1a\u52a1\u90e8_1182"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u884c\u4e1a\u521b\u65b0\u4e2d\u5fc3_1105"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u5e73\u53f0\u7814\u53d1\u4e2d\u5fc32_1332"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u6210\u672c\u7ba1\u7406\u4e2d\u5fc3_1284"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u534f\u540c\u6280\u672f\u4e2d\u5fc3_1157"}],"RequestId":"946ab713-f921-40d2-a04d-ce6e033a2f35"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '648' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:57 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "NMbfjKF3hWBuhRitkCkm_VM1OOU6NmqdKvyr6O7gjys5u2gZbbXYAwGfjhyAWer-", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432837' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"HV6hx117tDiQNZIzAJ8A7zEFIbtISmbrZDNxTn4q9gWSbrgD5wE4G9083SBITMjL","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u5b89\u706f\u4ea7\u54c1\u4e2d\u5fc3_1318"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG-CSIG\u8d28\u91cf\u90e8_1163"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u8ba1\u7b97\u6280\u672f\u4e2d\u5fc3_1298"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u8fd0\u8425\u7ba1\u7406\u4e2d\u5fc3_1073 + "},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u5927\u6570\u636e\u53ef\u89c6\u5316\u4ea7\u54c1\u4e2d\u5fc3_1348"}],"RequestId":"76c25288-7b89-4935-aa81-f93a22a468a7"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '640' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:57 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "HV6hx117tDiQNZIzAJ8A7zEFIbtISmbrZDNxTn4q9gWSbrgD5wE4G9083SBITMjL", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432837' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"Yz3c0ZLXvZTxR9OezqyQSIn-Ia9paDGE7IoRFREkn4mqFPlnbaX8olTSfUFpbLiE","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4e91\u5e73\u53f0\u4ea7\u54c1\u5de5\u7a0b\u80fd\u6548"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG-\u4f01\u4e1a\u4e2d\u53f0\u4ea7\u54c1\u90e8_1292"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"BI\u4ea7\u54c1\u4e2d\u5fc3_1344"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u5ba2\u6237\u6210\u529f\u4e2d\u5fc3_1334"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG-\u4e91\u4ea7\u54c1\u4e8c\u90e8_1319"}],"RequestId":"503eab75-a137-4edc-862a-7d9d689559c8"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '637' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:57 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "Yz3c0ZLXvZTxR9OezqyQSIn-Ia9paDGE7IoRFREkn4mqFPlnbaX8olTSfUFpbLiE", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432837' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"V3yM7L4qNlO2PVE69VBUnFF1eFboabh-0wHX-aFsLuhiVnpuVO7p5gSwjF3sw1Sb","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG-\u667a\u6167\u884c\u4e1a\u4e8c\u90e8_1037"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG-\u5b89\u5168\u4ea7\u54c1\u4e09\u90e8_1311"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u667a\u80fd\u6559\u80b2\u4ea7\u54c1\u4e2d\u5fc3_1333"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u5fae\u74f4\u4ea7\u54c1\u4e2d\u5fc3_1338"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"DDoS\u4ea7\u54c1\u6548\u80fd\u4e2d\u5fc3_1336"}],"RequestId":"66b4a41c-3aba-4561-ae58-d108c7fccae3"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '650' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:57 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "V3yM7L4qNlO2PVE69VBUnFF1eFboabh-0wHX-aFsLuhiVnpuVO7p5gSwjF3sw1Sb", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432837' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"Az_n1eg5vvlOUNyczOtGSPbxvEFwcHvrVWUPHR5Q_C0skncuzlIWMmMd0pfCiQve","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u6570\u636e\u5b89\u5168\u4ea7\u54c1\u4e2d\u5fc3_1335"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u5ba2\u6237\u670d\u52a1\u4e0e\u652f\u6301\u4e2d\u5fc3_1004"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u57ce\u56fe\u4ea7\u54c1\u4e2d\u5fc3_1192"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u5927\u6570\u636e\u5e73\u53f0\u4ea7\u54c1\u4e2d\u5fc3_1171"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u81ea\u7814\u4e0a\u4e91_102"}],"RequestId":"2d3745ef-1553-483f-a837-149f53608128"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '659' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:57 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "Az_n1eg5vvlOUNyczOtGSPbxvEFwcHvrVWUPHR5Q_C0skncuzlIWMmMd0pfCiQve", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432837' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"Q_zKQ4rRD_-taCyKD_nyHSRBSG6rNWJnoeZ3uVXZ1xClswmJiXEl5tJ_0zt29b24","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u751f\u6001\u8fd0\u8425\u4e2d\u5fc3_1324"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u7ecf\u8425\u7ba1\u7406\u4e2d\u5fc3_1311"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG-\u4e91\u4ea7\u54c1\u4e00\u90e8_1198"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"AI\u89e3\u51b3\u65b9\u6848\u4e2d\u5fc3_1132"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u97f3\u89c6\u9891\u5e94\u7528\u4ea7\u54c1\u4e2d\u5fc3_1218"}],"RequestId":"1650e7c4-b911-41da-a290-897ea787daac"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '643' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:57 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "Q_zKQ4rRD_-taCyKD_nyHSRBSG6rNWJnoeZ3uVXZ1xClswmJiXEl5tJ_0zt29b24", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432837' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"kp0-rP3Jz5QXr7NoQpJgsPWgtvW99PswWZoPtaMzmRt5Onh1weLLiWPJDqJibC6L","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG-\u4e91\u4ea7\u54c1\u4e8c\u90e8_1120"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG-\u5b89\u5168\u4ea7\u54c1\u4e8c\u90e8_1221"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u6218\u7565\u5ba2\u6237\u90e8"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG-\u4e91\u4ea7\u54c1\u4e00\u90e8_1023"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG-\u4e91\u4ea7\u54c1\u4e00\u90e8_1133"}],"RequestId":"8237be68-d985-414e-9de9-605282724c3c"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '615' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:57 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "kp0-rP3Jz5QXr7NoQpJgsPWgtvW99PswWZoPtaMzmRt5Onh1weLLiWPJDqJibC6L", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432837' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"3d4_rMoXHR850hJ7hWiv109M0vNL0tB9E6wXgNVcPDHTSsHeMqAPkQ2q5WL4SBDC","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u5927\u6570\u636e\u57fa\u7840\u4ea7\u54c1\u4e2d\u5fc3_1135"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4ea7\u54c1\u4e2d\u5fc3"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u88ab\u96c6\u6210\u4ea7\u54c1\u80fd\u529b\u7ec4_1329"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG-\u5b89\u5168\u4ea7\u54c1\u4e09\u90e8_1228"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u884c\u4e1a\u4ea7\u54c1\u4e0e\u89e3\u51b3\u65b9\u6848\u4e2d\u5fc3_1264"}],"RequestId":"da7d612a-ea1a-4a1b-ac6c-078e1d39f529"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '672' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:57 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "3d4_rMoXHR850hJ7hWiv109M0vNL0tB9E6wXgNVcPDHTSsHeMqAPkQ2q5WL4SBDC", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432837' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"YGq8EI28HeczbwPGaI_8JAgR4ZVIsWRs3yPf3I3RcwVxTTGIuBGKtgbfkSNBydPT","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u91d1\u878d\u7528\u6237\u589e\u957f\u4e2d\u5fc3_1260"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u5546\u4e1a\u94f6\u884c\u4e1a\u52a1\u4e2d\u5fc3_1258"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u6709\u5927\u884c\u4e1a\u52a1\u7ec4_1257"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4fdd\u9669\u4e1a\u52a1\u4e2d\u5fc3_1256"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u8d44\u7ba1\u4e1a\u52a1\u4e2d\u5fc3_1255"}],"RequestId":"0ca3af9c-69fa-463c-9d07-5e92731a8760"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '654' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:57 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "YGq8EI28HeczbwPGaI_8JAgR4ZVIsWRs3yPf3I3RcwVxTTGIuBGKtgbfkSNBydPT", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432837' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"RI5V3nM9YRzHfIeb_Po-Ih_G2sSkNMihxjS3aQLynm1RTRYosBZtaHq1kEF0iV0M","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u6280\u672f\u7814\u53d1\u4e2d\u5fc3_1051"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u6d77\u5916\u5b89\u5168\u4ea7\u54c1\u4e2d\u5fc3_1328"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u817e\u8baf\u4e91\u661f\u4e91"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u817e\u8baf\u4e91\u4eba\u8138\u6838\u8eab_2809"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4ea7\u54c1\u4e00\u4e2d\u5fc3_1101"}],"RequestId":"7f0be4bf-c819-4f64-bbfb-d8f391ae136a"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '625' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:57 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "RI5V3nM9YRzHfIeb_Po-Ih_G2sSkNMihxjS3aQLynm1RTRYosBZtaHq1kEF0iV0M", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432837' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"J-OQdh-1fgnIRDRyMAVg7F4VXKO7-Wx726CfUb_UPV8xgaakn7Io7Wv2t8z4aiLS","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u5e94\u7528\u4ea7\u54c1\u4e2d\u5fc32_1218"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4e91\u4ea7\u54c1\u4e00\u90e8\u8ba1\u7b97\u4ea7\u54c1\u4e2d\u5fc3"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4e91\u5b89\u5168\u4ea7\u54c1\u4e2d\u5fc3\uff08\u90e8\u95e8\uff09"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"ECDN"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CDN"}],"RequestId":"1fdfcde5-4320-402a-bda6-86c48b32ecf1"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '600' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:57 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "J-OQdh-1fgnIRDRyMAVg7F4VXKO7-Wx726CfUb_UPV8xgaakn7Io7Wv2t8z4aiLS", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432837' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"XioXsgJM3Kxl-gBzAJHNuUX1oZUrARz0Y3xcyuVwuDlQvN_BmEMttuEAeLT0Qwwt","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u884c\u4e1a\u4e13\u5bb6\u516d\u4e2d\u5fc3_1215"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u51fa\u884c\u5e94\u7528\u4e2d\u5fc3_1094"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"_0"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u7f51\u7edc\u4ea7\u54c1\u4e2d\u5fc3"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG-\u4e91\u4ea7\u54c1\u4e8c\u90e8_1054"}],"RequestId":"f0e9f347-561b-48d4-bc9b-2ae811f8d090"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '585' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:57 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "XioXsgJM3Kxl-gBzAJHNuUX1oZUrARz0Y3xcyuVwuDlQvN_BmEMttuEAeLT0Qwwt", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432837' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"0eidd4qeX90qO1Lg6baW6B2owpTzxn2ml_i-58GqVpQdZ-rZxY1s5HBPVD1gn_yd","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG-\u4e91\u4ea7\u54c1\u4e09\u90e8_1053"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u8fd0\u8425\u7ba1\u7406\u4e2d\u5fc32_1060"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"1108"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG-\u4e91\u6280\u672f\u8fd0\u8425\u670d\u52a1\u90e8_1027"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG-\u5b89\u5168\u4ea7\u54c1\u4e8c\u90e8_1279"}],"RequestId":"4f4c1d6e-e3cb-42d6-9d45-91991c147e73"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '609' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:57 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "0eidd4qeX90qO1Lg6baW6B2owpTzxn2ml_i-58GqVpQdZ-rZxY1s5HBPVD1gn_yd", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432837' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"00c_89INahClLSzS6Z_OYqJRjQVz1ooQ1FVh_fOnPAdSuelRNJByq6S4QYmER6jv","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4e3b\u673a\u5b89\u5168\u4ea7\u54c1\u4e2d\u5fc3_1230"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u96f6\u4fe1\u4efb\u4ea7\u54c1\u4e2d\u5fc3_1227"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG-\u667a\u6167\u884c\u4e1a\u4e8c\u90e8_1081"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4e1a\u52a1\u652f\u6301\u4e2d\u5fc3_1307"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG-\u4e91\u4ea7\u54c1\u4e09\u90e8_1141"}],"RequestId":"261072cd-c6f6-43cd-b615-98aa20a34239"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '646' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:58 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "00c_89INahClLSzS6Z_OYqJRjQVz1ooQ1FVh_fOnPAdSuelRNJByq6S4QYmER6jv", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432838' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"KnGPJGUGakajG7MGuWDbhNdb4h65_ToM-R7uYTeknLEnSpNmJDxT0xyPraNWHrwi","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG-\u5b89\u5168\u4ea7\u54c1\u4e09\u90e8_1230"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG-\u5b89\u5168\u4ea7\u54c1\u4e8c\u90e8_1026"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u5927\u6570\u636e\u5e94\u7528\u4ea7\u54c1\u4e2d\u5fc3_1319"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u667a\u80fd\u5e94\u7528\u7814\u53d1\u4e2d\u5fc3_1306"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG-\u4e91\u4ea7\u54c1\u4e8c\u90e8_1021"}],"RequestId":"65b1a000-cef0-4772-a992-71898d845aef"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '663' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:58 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "KnGPJGUGakajG7MGuWDbhNdb4h65_ToM-R7uYTeknLEnSpNmJDxT0xyPraNWHrwi", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432838' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"j_KtdxWuSxeoX_dJgkIWhsIgUTScOQT_LNqTZzzCfzaoNv30B_qh5V-OFyxjk-t-","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG-\u5b89\u5168\u4ea7\u54c1\u4e8c\u90e8_1038"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG-\u5b89\u5168\u4ea7\u54c1\u4e09\u90e8_1227"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG-\u817e\u8baf\u4f1a\u8bae\u4ea7\u54c1\u90e8_1071"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG-\u4e91\u4ea7\u54c1\u56db\u90e8_1272"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG-\u4e91\u4ea7\u54c1\u4e00\u90e8_1199"}],"RequestId":"4932d07d-ca3b-4adb-b630-37383b2e28ab"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '643' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:58 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "j_KtdxWuSxeoX_dJgkIWhsIgUTScOQT_LNqTZzzCfzaoNv30B_qh5V-OFyxjk-t-", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432838' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"BF4p7Fl9F_khPnn-pQQl9yKcyVAt4kPyXwhhtLiFcC6cEQPowu9VxAZRuIxtdSB0","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4ea4\u901a\u5927\u6570\u636e\u5b9e\u9a8c\u5ba4_1178"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u795e\u7b14\u4ea7\u54c1\u4e2d\u5fc3_1316"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u9e4a\u6865\u4ea7\u54c1\u4e2d\u5fc3_1315"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u6570\u636e\u4e0e\u8425\u9500\u5e73\u53f0\u4e2d\u5fc3_1108"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u65b9\u6848\u4ea7\u54c1\u4e2d\u5fc3_1126"}],"RequestId":"665d2489-5760-41e1-8f96-da9deb143616"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '654' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:58 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "BF4p7Fl9F_khPnn-pQQl9yKcyVAt4kPyXwhhtLiFcC6cEQPowu9VxAZRuIxtdSB0", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432838' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"Rvtvyuf8NcyUVEJ4sfkuDZHAgxFOhjrHz-8vFPQlBS382iWkUxzWIGY4UD4ztgk6","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"58\u540c\u57ce_79"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u817e\u8baf\u4e91\u5e9f\u5f03\u4ea7\u54c1\u96c6_1194"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4ea4\u4ed8\u670d\u52a1\u751f\u6001\u4e2d\u5fc3_1207"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u5b58\u50a8\u4ea7\u54c1\u4e2d\u5fc3_\u524d\u7aef\u5f00\u53d1\u7ec4"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u817e\u8baf\u4e91ECDN_2630"}],"RequestId":"8c4eda6f-c8e3-4bcc-854d-5b3831d4ce8e"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '636' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:58 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "Rvtvyuf8NcyUVEJ4sfkuDZHAgxFOhjrHz-8vFPQlBS382iWkUxzWIGY4UD4ztgk6", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432838' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"UaLDF2UhxzEjmGtO2Kupn9By89fOyfxyr50iwVbDuzLpUxGUNV4ZU8d9kOG63JcW","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u89e3\u51b3\u65b9\u6848\u4e2d\u5fc3_1137"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u884c\u4e1a\u62d3\u5c55\u4e2d\u5fc3_1308"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u6570\u636e\u667a\u80fd\u4e2d\u5fc3_1099"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u8fd0\u8425\u4ea7\u54c1"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u884c\u4e1a\u4ea7\u54c1\u4e8c\u4e2d\u5fc3_1302"}],"RequestId":"591f8538-bd9a-4349-80f5-8f4b533ec239"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '613' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:58 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "UaLDF2UhxzEjmGtO2Kupn9By89fOyfxyr50iwVbDuzLpUxGUNV4ZU8d9kOG63JcW", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432838' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"ztvTXpEDVzrx_r87Ty5Q87bNabrjQd6ZIlbfr4hnd4VPdHxfE-P-bCkwTazDokl5","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u5730\u4ea7\u884c\u4e1a\u4e2d\u5fc3_1137"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u667a\u80fd\u6559\u80b2\u4f53\u9a8c\u4e2d\u5fc3_1109"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u91d1\u878d\u4ea7\u54c1\u7ec4_1259"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u884c\u4e1a\u8fd0\u8425\u4e2d\u5fc32_1094"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u5927\u5ba2\u6237\u670d\u52a1\u4e2d\u5fc3_1004"}],"RequestId":"69a7b6fb-f733-4889-8b2c-cb23810d47f1"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '637' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:58 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "ztvTXpEDVzrx_r87Ty5Q87bNabrjQd6ZIlbfr4hnd4VPdHxfE-P-bCkwTazDokl5", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432838' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"IkDmxUe5vbM2HZVTL2GpsemuvI2AhjJVw-2UIT-hXjnGE5E5ey3sLdDbAzWt0KmV","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u8425\u9500\u7ba1\u7406\u4e2d\u5fc3_1188"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u4ea7\u6570\u636e\u5e93\u4ea7\u54c1\u4e2d\u5fc3_1253"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u89c4\u5212\u7ec4_1092"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u793e\u533a\u5e73\u53f0\u4e2d\u5fc3_1068"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4ea7\u54c1\u4e8c\u4e2d\u5fc3_1293"}],"RequestId":"893d26c7-7269-42c8-8236-aec9c2cb9bcf"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '618' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:58 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "IkDmxUe5vbM2HZVTL2GpsemuvI2AhjJVw-2UIT-hXjnGE5E5ey3sLdDbAzWt0KmV", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432838' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"IwuTb1OJhf59cK0RSJvIQhb9f80F12EQifmNLHcdvseKXA5NRGt0qToZuL8QJuUu","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u7389\u7b26\u4ea7\u54c1\u7ec4_1292"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u7535\u5b50\u7b7e\u5f00\u653e\u5e73\u53f0\u4e2d\u5fc3_1291"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u667a\u6167\u96f6\u552e\u6570\u636e\u4e0e\u8425\u9500\u5e73\u53f0\u4e2d\u5fc3_1108"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u5929\u7c41\u5b9e\u9a8c\u5ba4_1287"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u884c\u4e1a\u8fd0\u8425\u7ec4_1261"}],"RequestId":"a2192d69-a3ea-453d-b7e7-dedbc2cdad10"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '666' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:58 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "IwuTb1OJhf59cK0RSJvIQhb9f80F12EQifmNLHcdvseKXA5NRGt0qToZuL8QJuUu", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432838' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"50o4RkbUj71eV-9E02evPYkVQq4Iiv7iCrjEF3Oe7aRPZbtSNgNuz0fZMoMxEAeu","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u57fa\u7840\u5e73\u53f0\u7814\u53d1\u4e2d\u5fc3_1123"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4e1a\u52a1\u521b\u65b0\u4e2d\u5fc3_1215"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u91d1\u878d\u98ce\u63a7\u4ea7\u54c1\u4e2d\u5fc3_1026"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u79fb\u52a8\u670d\u52a1\u4ea7\u54c1\u4e2d\u5fc3_1223"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u76d1\u7ba1\u5b89\u5168\u4ea7\u54c1\u4e2d\u5fc3_1127"}],"RequestId":"90cc4af6-f019-452b-9999-d6849f73538e"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '672' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:58 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "50o4RkbUj71eV-9E02evPYkVQq4Iiv7iCrjEF3Oe7aRPZbtSNgNuz0fZMoMxEAeu", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432838' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"AHSy1dUtd0l7O8X1Fum-0N7Bv9AsjOoWYHne1kvLLIkFmhysi5elmLMKEJih-D_F","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u5185\u5bb9\u98ce\u63a7\u4ea7\u54c1\u4e2d\u5fc3_1279"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u6d41\u91cf\u98ce\u63a7\u4ea7\u54c1\u4e2d\u5fc3_1278"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u6280\u672f\u670d\u52a1\u4e0e\u4ea4\u4ed8\u4e2d\u5fc3_1274"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u79c1\u57df\u4ea7\u54c1\u4e2d\u5fc3_1252"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"_1199"}],"RequestId":"49d3f20c-ae65-4836-8d43-a211a71aaa96"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '630' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:58 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "AHSy1dUtd0l7O8X1Fum-0N7Bv9AsjOoWYHne1kvLLIkFmhysi5elmLMKEJih-D_F", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432838' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"9glGjH1g8s9MpkdzlNr00MJhcXua_uZOqsHcOWXbrG9-ZDBqBuPtXcvsSAYeG3fm","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u5e73\u53f0\u6280\u672f\u4e2d\u5fc3_1007"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u5e73\u53f0\u4ea7\u54c1\u4e2d\u5fc33_1100"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u817e\u8baf\u4e91\u5b9e\u65f6\u97f3\u89c6\u9891_\u4e92\u8054\u7f51_33"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"test"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u7075\u9cb2\u76d1\u7ba1\u4ea7\u54c1\u4e2d\u5fc3_1127"}],"RequestId":"09c56866-e01d-448d-b18c-933f2ac2ff7f"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '629' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:58 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "9glGjH1g8s9MpkdzlNr00MJhcXua_uZOqsHcOWXbrG9-ZDBqBuPtXcvsSAYeG3fm", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432838' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"khdD6mAlWZXqzHDmdEmu2fDRIEtol26163DrrDGOgsMfBBn7AI1H5n31HSaTsBCL","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u6280\u672f\u670d\u52a1\u4e0e\u67b6\u6784\u4e2d\u5fc3_1145"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u6210\u672c\u5e73\u53f0\u4e2d\u5fc3_1027"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u5fae\u4fe1\u4ea7\u54c1\u90e8_66"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u7814\u53d1\u6548\u80fd\u4e2d\u5fc3_1272"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u81ea\u52a8\u9a7e\u9a76\u4e1a\u52a1\u4e2d\u5fc3_1097"}],"RequestId":"1a353446-9ce0-4a69-9465-cae1d1036623"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '646' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:58 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "khdD6mAlWZXqzHDmdEmu2fDRIEtol26163DrrDGOgsMfBBn7AI1H5n31HSaTsBCL", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432838' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"dE78x62jHtybFAbm4Wslzkksuql2Qh5Io_FRJEXRf7ArjH3VveN5QBKVYFxsvLlY","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u751f\u6001\u67b6\u6784\u54a8\u8be2\u4e0e\u652f\u6301\u4e2d\u5fc3_1207"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u5bb9\u5668\u4ea7\u54c1\u4e2d\u5fc3_\u539f\u81ea\u7814_1271"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u89e3\u51b3\u65b9\u6848\u67b6\u6784\u4e2d\u5fc3_1208"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"Wecity\u5e73\u53f0\u4e2d\u5fc3_1263"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"_1261"}],"RequestId":"724b5263-58d2-4485-a1d4-b2bd46b14571"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '643' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:58 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "dE78x62jHtybFAbm4Wslzkksuql2Qh5Io_FRJEXRf7ArjH3VveN5QBKVYFxsvLlY", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432838' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"8J5TZJ60simlF8YU50biJPV3VCCDXqftkq4AmHATMIJWBVuem8gF70N3QUOQte1G","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u8fd0\u8425\u8d44\u6e90\u4e0e\u6210\u672c\u4e2d\u5fc3_1027"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u534f\u540c\u5e73\u53f0\u4e2d\u5fc3_1157"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"IOA\u4ea7\u54c1\u4e2d\u5fc3_1227"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u6559\u80b2\u5e73\u53f0\u4ea7\u54c1\u4e2d\u5fc3_1151"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u6280\u672f\u65b9\u6848\u4e2d\u5fc3_1219"}],"RequestId":"3fef43db-89b8-4abe-ab62-f9cc3e181f4b"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '645' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:59 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "8J5TZJ60simlF8YU50biJPV3VCCDXqftkq4AmHATMIJWBVuem8gF70N3QUOQte1G", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432839' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"T3p2lpyhCVbybkBhk7c7n4YiwEV4cCA7VzYQK0ADOcFzAzlPBVr2lC6u5_BVYgAq","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4eba\u624d\u57f9\u517b\u4ea7\u4e1a\u5408\u4f5c\u4e2d\u5fc3_1151"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u751f\u6001\u5efa\u8bbe\u4e2d\u5fc3_1065"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u817e\u8baf\u4e91\u7269\u8054\u7f51\u901a\u4fe1_\u4e92\u8054\u7f51_2127"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"DevOps\u4ea7\u54c1\u7ec4_1185"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG\u516c\u5171\u4e8b\u52a1\u90e8_1245"}],"RequestId":"7cf945f0-90c5-495e-8a02-ceae955f53d9"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '665' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:59 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "T3p2lpyhCVbybkBhk7c7n4YiwEV4cCA7VzYQK0ADOcFzAzlPBVr2lC6u5_BVYgAq", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432839' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"yJYcMQh-2mnPmjyLGe040kAyEmun3RMXj7-46AcZVqcf0yLGjTXiTyOuqcw1xGU_","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CBS\u4ea7\u54c1\u4e2d\u5fc3"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u57fa\u7840\u6280\u672f\u7814\u53d1\u4e2d\u5fc3_1203"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4f4d\u7f6e\u670d\u52a1\u4ea7\u54c1\u4e2d\u5fc3_1242"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u6280\u672f\u7814\u53d1\u4e2d\u5fc3_1240"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"IEG\u6280\u672f\u8fd0\u8425\u90e8_1199"}],"RequestId":"0fb124b6-3078-4216-8658-78fcd4c543ce"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '631' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:59 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "yJYcMQh-2mnPmjyLGe040kAyEmun3RMXj7-46AcZVqcf0yLGjTXiTyOuqcw1xGU_", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432839' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"LbDMszPNXPJ95wV9FLJFa1s8gRCM5VHgNvR5EFS7khP1ECg1Dkn18u88GNJFdFmL","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u667a\u6167\u6559\u80b2\u4ea7\u54c1\u4e2d\u5fc3_1037"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u6559\u5b66\u8d44\u6e90\u4ea7\u54c1\u4e2d\u5fc3_1196"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u7ffc\u626c\u5b89\u5168\u4ea7\u54c1\u4e2d\u5fc3_1224"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u521b\u65b0\u5e94\u7528\u7814\u53d1\u4e2d\u5fc3_1191"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u5b89\u5168\u7ba1\u7406\u4ea7\u54c1\u4e2d\u5fc3_1228"}],"RequestId":"1484eedb-989e-4774-9a9e-085d260c0917"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '684' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:59 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "LbDMszPNXPJ95wV9FLJFa1s8gRCM5VHgNvR5EFS7khP1ECg1Dkn18u88GNJFdFmL", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432839' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"4VaeTbPswL4kihl6KumoWewN-TELW_8c6tJ-sZwmxUBRXm2ClNe6qvxrL77UrFen","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u521b\u65b0\u5b89\u5168\u4ea7\u54c1\u4e2d\u5fc3_1221"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4ea7\u54c1\u4e2d\u5fc32_1192"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4e3b\u673a\u5b89\u5168\u4ea7\u54c1\u7ec4_1230"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u5929\u5fa1\u5b89\u5168\u4ea7\u54c1\u4e2d\u5fc3_1026"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4e91\u5b89\u5168\u4ea7\u54c1\u4e2d\u5fc3_1038"}],"RequestId":"16f284df-a694-48b1-b8ce-c9ca4666759e"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '649' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:59 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "4VaeTbPswL4kihl6KumoWewN-TELW_8c6tJ-sZwmxUBRXm2ClNe6qvxrL77UrFen", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432839' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"2McPRCvBv4gpKHOUgLZGoVL8a574G4HweCJQMhbEIJ6J4OiQxGnv98fyo0OYGChf","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u7f51\u7edc\u5b89\u5168\u4ea7\u54c1\u4e2d\u5fc3_1225"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u79d1\u6069\u5b9e\u9a8c\u5ba4_1183"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"AI\u5e94\u7528\u4ea7\u54c1\u4e2d\u5fc3_1141"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u672a\u6765\u793e\u533a\u4ea7\u54c1\u4e2d\u5fc3_1068"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4f01\u70b9\u4ea7\u54c1\u4e2d\u5fc3_1106"}],"RequestId":"ca0a4861-18d5-4a9f-a776-e27f8bf3abed"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '644' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:00 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "2McPRCvBv4gpKHOUgLZGoVL8a574G4HweCJQMhbEIJ6J4OiQxGnv98fyo0OYGChf", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432840' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"831_QC69xfPuuRqzuHbUxzQQ8WpP1Qtg280ekUZtWcDIj8nGLPg0SqCtsAX4QSD9","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u552e\u524d\u4e0e\u89e3\u51b3\u65b9\u6848\u4e2d\u5fc3_1130"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4e91\u5f00\u53d1\u4ea7\u54c1\u4e2d\u5fc3_1199"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CBS\u4ea7\u54c1\u4e2d\u5fc3_1198"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u751f\u6001\u4ea7\u54c1\u4e2d\u5fc3_1122"}],"RequestId":"c660539b-61c3-4217-92da-374517a4fb6d"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '651' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:00 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "831_QC69xfPuuRqzuHbUxzQQ8WpP1Qtg280ekUZtWcDIj8nGLPg0SqCtsAX4QSD9", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432840' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"Qw6qxXMj5sDxYORZUlNfQp4GGYiDvtRCFcbnxljajO4kYUWO0dc10BhRLnj49byI","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"Serverless\u4ea7\u54c1\u4e2d\u5fc3"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u5b89\u5168\u5e73\u53f0\u90e8_15"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u672a\u6765\u7f51\u7edc\u5b9e\u9a8c\u5ba4_1158"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc32_1195"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"PCG\u6280\u672f\u8fd0\u8425\u90e8_1052"}],"RequestId":"ba25cbdc-ed1c-4a80-bc22-f833296d6db0"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '613' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:00 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "Qw6qxXMj5sDxYORZUlNfQp4GGYiDvtRCFcbnxljajO4kYUWO0dc10BhRLnj49byI", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432840' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"2NhvTgjAj0ZoMUr2oznnq0ny0Y1WiVSvcWtAxsZR-L7YX42ghn11aQctSiYhxDds","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"TBDS\u4ea7\u54c1\u4e2d\u5fc3_1171"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4ea4\u901a\u5927\u6570\u636e\u7ec4_1178"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u65e0\u7ebf\u4e1a\u52a1_1039"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"AI\u89e3\u51b3\u65b9\u6848\u4ea7\u54c1\u4e2d\u5fc3_1132"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u751f\u6001\u4ea7\u54c1\u4e2d\u5fc32_1165"}],"RequestId":"65bcb9a7-1a2a-4fef-9a2b-2c84be20c18f"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '619' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:00 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "2NhvTgjAj0ZoMUr2oznnq0ny0Y1WiVSvcWtAxsZR-L7YX42ghn11aQctSiYhxDds", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432840' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"t3JViD9xcF0ChpMYHaHczDZ7znJJ7ZpX0b9GYvQjVKqXZ2KLvelZl-O5TX8KGGFe","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"_"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u6559\u80b2\u4f01\u4e1a\u4ea7\u4e1a\u5408\u4f5c\u4e2d\u5fc3_1173"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u81ea\u52a8\u9a7e\u9a76\u5b9e\u9a8c\u5ba4_1097"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"AI\u8ba1\u7b97\u673a\u89c6\u89c9\u4ea7\u54c1\u4e2d\u5fc3_1141"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u5408\u89c4\u7ba1\u7406\u7ec4_1036"}],"RequestId":"b858a24e-1a9b-4138-83e1-d347b67690cc"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '628' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:00 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "t3JViD9xcF0ChpMYHaHczDZ7znJJ7ZpX0b9GYvQjVKqXZ2KLvelZl-O5TX8KGGFe", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432840' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"llRVG97_637mg8KSLaFbbh9U_SBlCu3CCM92LAT2NOAuNR_T8zmnEFJljomzpXS8","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u667a\u80fd\u7ffb\u8bd1\u4ea7\u54c1\u4e2d\u5fc3_1099"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4e91\u5e73\u53f0\u4ea7\u54c1\u5de5\u7a0b + \u80fd\u6548_1146"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u884c\u4e1a\u4ea7\u54c1\u4e2d\u5fc33_1081"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"SaaS\u4e2d\u53f0\u4e2d\u5fc3_1126"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4ea7\u54c1\u7ec4_1170"}],"RequestId":"31e5ea74-1187-499f-9644-6f812260c956"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '630' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:00 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "llRVG97_637mg8KSLaFbbh9U_SBlCu3CCM92LAT2NOAuNR_T8zmnEFJljomzpXS8", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432840' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"3M4bvDbOS6aXLA_SEvrs8Xfp5r_8ukx7s0PeDDwUyqcPetupJpnV1RscRnmjKw5s","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u57df\u540d\u4e0eDNS\u4ea7\u54c1\u4e2d\u5fc3_1062"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u91d1\u878d\u4e1a\u52a1\u4e2d\u5fc3_1015"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u529e\u516c\u534f\u540c\u4ea7\u54c1\u4e2d\u5fc3_1071"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4ea7\u54c1\u7ec4_1147"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4e2d\u53f0\u4ea7\u54c1\u4e2d\u5fc3_1126"}],"RequestId":"64dc1f25-d94e-4203-a7c5-6b9dcc18a191"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '627' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:00 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "3M4bvDbOS6aXLA_SEvrs8Xfp5r_8ukx7s0PeDDwUyqcPetupJpnV1RscRnmjKw5s", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432840' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"lrdtGKw4I-k_57_3Fd6GheZ5_RvPYA1-eAEb7auPBB6dd9QiW3TIPjgaJ5OAOmOE","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u6559\u80b2SaaS\u4ea7\u54c1\u4e2d\u5fc3_1081"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u6cdb\u91d1\u878d\u4e1a\u52a1\u4e2d\u5fc3_1015"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4ea7\u54c1\u4e2d\u5fc3_1071"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"AI\u52a9\u624b\u4ea7\u54c1\u4e2d\u5fc3_1100"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u8f66\u8054\u7f51\u4e1a\u52a1\u4e2d\u5fc3_1096"}],"RequestId":"f17f5c4f-766e-4a6a-90b3-508f588fbd96"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '630' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:00 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "lrdtGKw4I-k_57_3Fd6GheZ5_RvPYA1-eAEb7auPBB6dd9QiW3TIPjgaJ5OAOmOE", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432840' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"cx3KqnyG_Q6vBTBSrs9PQAig7xq3wRIFFknMfYj9ZcGZb2v4sKP74_ADBtCohyWe","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u8fb9\u7f18\u8ba1\u7b97\u7ec4"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u667a\u6167\u533b\u7597\u5065\u5eb7\u4e1a\u52a1\u4e2d\u5fc3_1061"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u5e94\u7528\u4ea7\u54c1\u4e2d\u5fc3_1172"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u7f51\u7edc\u5e73\u53f0\u90e8_13"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4e2d\u5c0f\u4f01\u4e1a"}],"RequestId":"50f9988d-6591-4f0e-b310-0a827f9d40bb"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '612' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:00 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "cx3KqnyG_Q6vBTBSrs9PQAig7xq3wRIFFknMfYj9ZcGZb2v4sKP74_ADBtCohyWe", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432840' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"opRd0b_WTcry398hH6_y2UyKJfaKGRcZoYiA0Nu6RSZqpsibP8YPrCd8FCSafSgm","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u7efc\u5408\u4e1a\u52a1\u9879\u76ee\u7ba1\u7406\u7ec4_1148"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u817e\u8baf\u4e91\u4e58\u8f66\u7801"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u533a\u57df\u751f\u6001\u4ea4\u4ed8\u4e2d\u5fc3_1066"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u6570\u636e\u4e0e\u5546\u4e1a\u8bbe\u8ba1\u4e2d\u5fc3_1161"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u521b\u65b0\u4ea7\u54c1\u4e2d\u5fc3_1109"}],"RequestId":"1009f739-35e9-4063-aa73-a5b2d657475b"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '667' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:00 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "opRd0b_WTcry398hH6_y2UyKJfaKGRcZoYiA0Nu6RSZqpsibP8YPrCd8FCSafSgm", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432840' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"NxgI74wPeSUdfiiwPNAV-Dp22WBhqPe_jQZRO1j51io4qmilbP-vt4TcMj80Z0LN","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u521b\u65b0\u4e1a\u52a1\u6d4b\u8bd5\u7ec4_1163"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4e91\u6280\u672f\u670d\u52a1\u548c\u67b6\u6784\u4e2d\u5fc3_1145"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"eevanzhang"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"[N][\u817e\u8baf\u4e91\u661f\u4e91]_983527"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u817e\u8baf\u4e91\u661f\u4e91_1969"}],"RequestId":"7d251252-8bc0-4f6d-91ff-d5a3025fe954"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '618' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:00 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "NxgI74wPeSUdfiiwPNAV-Dp22WBhqPe_jQZRO1j51io4qmilbP-vt4TcMj80Z0LN", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432840' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"uoGW0jW-XQB3E8nHOYlURBFQ13oEHO-gfAG5Cy8X2m9HtCFHVbzYzftpkWE0NUTr","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u5408\u4f5c\u4e0e\u89e3\u51b3\u65b9\u6848\u7ec4_1147"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u667a\u80fd\u7ffb\u8bd1\u4e0e\u589e\u957f\u4ea7\u54c1\u4e2d\u5fc3_1099"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4f4d\u7f6e\u670d\u52a1\u4e2d\u5fc3_1104"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u534f\u540c\u4ea7\u54c1\u4e2d\u5fc3_1157"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":""}],"RequestId":"f6b1a7a1-1065-4ed4-87a4-043e27ff34f0"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '625' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:00 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "uoGW0jW-XQB3E8nHOYlURBFQ13oEHO-gfAG5Cy8X2m9HtCFHVbzYzftpkWE0NUTr", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432840' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"ECQEuqSvNrwT4tlpfLMCeBqAeZqxTzUW__bhedluPn2vVgWaH3Nk2CBrvf-PppYT","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1082"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4e91\u5e73\u53f0\u4ea7\u54c1\u5de5\u7a0b\u80fd\u6548_1146"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u9ed1\u77f3\u4ea7\u54c1\u4e2d\u5fc3_1010"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4e91\u5e73\u53f0\u4ea7\u54c1\u8d28\u91cf\u4e2d\u5fc3_1025"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u8d44\u8d28\u5408\u89c4\u4e2d\u5fc3_1036"}],"RequestId":"185d5977-6efc-4967-81af-765130287f81"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '660' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:01 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "ECQEuqSvNrwT4tlpfLMCeBqAeZqxTzUW__bhedluPn2vVgWaH3Nk2CBrvf-PppYT", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432841' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"TFclyy7oLKaLlob5fIql94ldWWJmyCFujsJFQMtil8ayOVrI7hmKBjXH7Xckl59k","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4e91\u67b6\u5e73\u81ea\u7814\u4e0a\u4e91_1093"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u817e\u8baf\u4e91\u670d\u52a1\u5668\u4f9b\u5e94\u94fe_2227"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u6d77\u7eb3\u4ea7\u54c1\u4e2d\u5fc3_1068"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u8fd0\u8425\u652f\u6301\u7ec4_1060"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"TSF"}],"RequestId":"d46cf5f6-36ac-40a5-83d0-e3adcf347e6a"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '604' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:01 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "TFclyy7oLKaLlob5fIql94ldWWJmyCFujsJFQMtil8ayOVrI7hmKBjXH7Xckl59k", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432841' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"fBR0Da0JRcudNuG5MBljYbpK8n2gJ91CLUbsoYw5AHTmWJ0KWzc51NcEfL_9rDma","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4e2d\u95f4\u4ef6\u4ea7\u54c1\u4e2d\u5fc3_1031"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"Serverless\u4ea7\u54c1\u4e2d\u5fc3_1031"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4e91\u9f0e\u5b9e\u9a8c\u5ba4"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u67b6\u6784\u5e73\u53f0\u90e8_25\t"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u81ea\u7814\u4e0a\u4e91\u4e91\u67b6\u5e73\u670d\u52a1_1093"}],"RequestId":"a3329df9-77f5-4fee-83d7-5d1da68f6094"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '629' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:01 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "fBR0Da0JRcudNuG5MBljYbpK8n2gJ91CLUbsoYw5AHTmWJ0KWzc51NcEfL_9rDma", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432841' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"cpthpDEEpfM0Fo-OkCGBcc2ycHoOqhZ0sieTBDLaZwSA6Rnvoydu7GD-iVEnve-M","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"WeCity\u4e1a\u52a1\u4e2d\u5fc3_1139"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4e2d\u5c0f\u4f01\u4e1a\u4ea7\u54c1\u4e2d\u5fc3_1062"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u6d4b\u8bd5\u5f00\u53d1\u4e2d\u5fc3_1138"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u884c\u4e1a\u4ea7\u54c1\u4e2d\u5fc34_1072"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u884c\u4e1a\u6280\u672f\u4e2d\u5fc3_1007"}],"RequestId":"67410e77-9e27-40f0-8f51-24ba9ec29e7a"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '631' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:01 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "cpthpDEEpfM0Fo-OkCGBcc2ycHoOqhZ0sieTBDLaZwSA6Rnvoydu7GD-iVEnve-M", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432841' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"b7-TWthFMIX04T6PQWqijKNAutOZC5URcjaw9HZBGc0la4Kv4TRTsyVJ_hEg9ZqL","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u884c\u4e1a\u4e2d\u5fc3_1137"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u5927\u6570\u636e\u4ea7\u54c1\u4e2d\u5fc3_1135"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"AI\u8bed\u97f3\u8bed\u4e49\u4e0e\u5e94\u7528\u5e73\u53f0\u4ea7\u54c1\u4e2d\u5fc3_1132"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u5fae\u670d\u52a1\u4ea7\u54c1\u4e2d\u5fc3_1133"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4e13\u6709\u4e91\u4ea7\u54c1\u4e2d\u5fc3_1033"}],"RequestId":"d1b92cb8-a88d-41de-8989-19c0011367ab"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '674' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:01 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "b7-TWthFMIX04T6PQWqijKNAutOZC5URcjaw9HZBGc0la4Kv4TRTsyVJ_hEg9ZqL", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432841' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"VXmjisDBrz_6bh8MTRd9R8amFDBaDY_yhGWxn45fR5DsQ-vFp6eE1PFdTCeEf285","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u67b6\u6784\u5e73\u53f0\u90e8_25"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u884c\u4e1a\u4ea7\u54c1\u4e2d\u5fc3_1078"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u533a\u5757\u94fe\u4ea7\u54c1\u4e2d\u5fc3_1124"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u57fa\u7840\u7814\u53d1\u4e2d\u5fc3_1123"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"IEG\u6280\u672f\u8fd0\u8425\u90e8_1041"}],"RequestId":"ab732f12-0c80-42a3-8034-85d2b9edddce"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '619' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:01 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "VXmjisDBrz_6bh8MTRd9R8amFDBaDY_yhGWxn45fR5DsQ-vFp6eE1PFdTCeEf285", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432841' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"ktUSZfQvNTUor57uv9Hji4kYCrrC614z-636tfOk0KMuOJ8ivsM7pZAW3ItqxMad","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":" + \u52a0\u901f\u4ea7\u54c1\u4e2d\u5fc3_1014"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u884c\u4e1a\u89e3\u51b3\u65b9\u6848\u4e2d\u5fc3_1103"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u667a\u6167\u96f6\u552e\u53ca\u8425\u9500\u4e91\u62d3\u5c55\u4e2d\u5fc3_1102"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u817e\u8baf\u4e91\u4e91\u76d1\u63a7_2096"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u5b89\u5168\u4e13\u5bb6\u54a8\u8be2\u4e2d\u5fc3_1092"}],"RequestId":"d5d587c8-4323-4f1b-aa0f-ff963a48c484"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '685' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:01 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "ktUSZfQvNTUor57uv9Hji4kYCrrC614z-636tfOk0KMuOJ8ivsM7pZAW3ItqxMad", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432841' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"u2psH5HcTRFCujAzl3kOsLz3OTvMKqD2L-MrIyCBu7X_Uip01POHAfUejkAlGmcK","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u817e\u8baf\u4e91\u6570\u636e\u5e93\u4ea7\u54c1\u4e2d\u5fc3"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u57fa\u7840 + paas \u4ea7\u54c1\u4e2d\u5fc3_1012"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u8fd0\u8425\u7ba1\u7406\u4e2d\u5fc3_1073"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u884c\u4e1a\u65b9\u6848\u4ea7\u54c1\u4e2d\u5fc3_1069"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u57fa\u7840\u5408\u89c4\u4e2d\u5fc3_1119"}],"RequestId":"59942768-3488-4e6f-a258-0cbbe1742e98"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '661' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:01 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "u2psH5HcTRFCujAzl3kOsLz3OTvMKqD2L-MrIyCBu7X_Uip01POHAfUejkAlGmcK", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432841' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"S_BcofK-QElcT5scAt_yvnRr5sKz7Z9dP9syaOFnsAfmh4vwrDUtcQOYwrcX8CCI","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4e91\u76d1\u63a7\u4ea7\u54c1\u4e2d\u5fc3_1120"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u4e2d\u5fc3"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u6280\u672f\u652f\u6301\u4e2d\u5fc3_1112"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4ea7\u54c1\u89e3\u51b3\u65b9\u6848\u4e2d\u5fc3_1072"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u667a\u6167\u96f6\u552e\u7814\u53d1\u4e2d\u5fc3_1101"}],"RequestId":"5c2a43ff-77b7-4394-bf54-0430f6ee9d34"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '649' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:01 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "S_BcofK-QElcT5scAt_yvnRr5sKz7Z9dP9syaOFnsAfmh4vwrDUtcQOYwrcX8CCI", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432841' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"BvfdjN7x1oiL-LpJtRyWHbf2QZX2c-rteOkvydg0whyFtB19wqN7fn7IhKDf5Acg","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u667a\u6167\u96f6\u552e\u6570\u636e\u4e2d\u5fc3_1108"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4e13\u9879\u6d4b\u8bd5\u6280\u672f\u4e2d\u5fc3_1107"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u5373\u901a\u4ea7\u54c1\u90e8_1046"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4e92\u8054\u7f51\u4e1a\u52a1_1045"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u6d4b\u8bd5_1048"}],"RequestId":"370ebad9-a4fd-4be9-97c3-8dcc0308d661"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '612' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:01 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "BvfdjN7x1oiL-LpJtRyWHbf2QZX2c-rteOkvydg0whyFtB19wqN7fn7IhKDf5Acg", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432841' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"z-0831hfVCarQ0XGhLdE8xyB87xXjCYKsfYjgEazrBzyMSyZV6TUNozFmHmCDbBS","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4e91\u57fa\u7840\u5b89\u5168\u4e2d\u5fc3_1038"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u57fa\u7840PAAS\u4ea7\u54c1\u4e2d\u5fc3_1012"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u884c\u4e1a\u8fd0\u8425\u4e2d\u5fc3_1011"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4e91\u9f0e\u5b9e\u9a8c\u5ba4_1049"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u670d\u52a1\u4ea7\u54c1\u4e2d\u5fc3_1006"}],"RequestId":"c3af1bb6-8a07-4d75-8a55-c2348cc910aa"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '628' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:01 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "z-0831hfVCarQ0XGhLdE8xyB87xXjCYKsfYjgEazrBzyMSyZV6TUNozFmHmCDbBS", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432841' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"X-q3h5PUKSEJz3fFdl4t7ZPuS0KYXVNFg8O5HSU-vwMh8B3Soxeh7-9mRCfRJDkL","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u6570\u636e\u5e73\u53f0\u4ea7\u54c1\u4e2d\u5fc3_1070"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u7ecf\u8425\u5e73\u53f0\u4ea7\u54c1\u4e2d\u5fc3_1051"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u5bb9\u5668\u4ea7\u54c1\u4e2d\u5fc3_1012"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u6570\u636e\u5e93\u4ea7\u54c1\u4e2d\u5fc3_1022"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u8ba1\u8d39\u4ea7\u54c1\u4e2d\u5fc3_1013"}],"RequestId":"6efeef38-87fd-4016-8420-c3895f3dec93"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '654' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:01 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "X-q3h5PUKSEJz3fFdl4t7ZPuS0KYXVNFg8O5HSU-vwMh8B3Soxeh7-9mRCfRJDkL", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432841' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"9i4BdntFxVtv5ErfKJIpYxGAZjgU1YQCj-cpIvixV2s5tRyW08A_2zRkg4LOqXBM","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4e91\u5e02\u573a\u4ea7\u54c1\u4e2d\u5fc3_1059"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u57fa\u7840\u4ea7\u54c1\u4e0e\u4ea4\u4ed8\u4e2d\u5fc3_1082"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"CSIG\u8fd0\u8425\u90e8_1040"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4e91\u5b89\u5168\u57fa\u7840\u4ea7\u54c1\u4e2d\u5fc3_1038"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"AI\u57fa\u7840\u4ea7\u54c1\u4e2d\u5fc3_1053"}],"RequestId":"3e75a633-1c37-4f40-a869-5222d6a525a6"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '654' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:01 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "9i4BdntFxVtv5ErfKJIpYxGAZjgU1YQCj-cpIvixV2s5tRyW08A_2zRkg4LOqXBM", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432841' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"nuxThldnGRatZL2mrSyGVbaYONhHU9yS4-IkcCl_lAfPaANiz9wv2waMo-e9M_B1","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4e91\u5b89\u5168\u4e1a\u52a1\u4ea7\u54c1\u4e2d\u5fc3_1026"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u5e73\u53f0\u4ea7\u54c1\u4e2d\u5fc3_1017"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u52a0\u901f\u4ea7\u54c1\u4e2d\u5fc3_1014"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u5fae\u74f4\u667a\u6167\u5efa\u7b51\u4ea7\u4e1a\u4e2d\u5fc3_1074"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u5b58\u50a8\u4ea7\u54c1\u4e2d\u5fc3_1003"}],"RequestId":"8f31eeb6-0486-4bf2-b25d-13f3026147ef"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '666' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:02 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "nuxThldnGRatZL2mrSyGVbaYONhHU9yS4-IkcCl_lAfPaANiz9wv2waMo-e9M_B1", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432842' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"fi6vfoWv1V7aiNeeF8_Z8DNRsjHXq_bVaW5dgJd_XZKsqJt-6PSStfX7Mh7jP_Qc","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u4e2d\u5fc3_1083"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u8ba1\u7b97\u4ea7\u54c1\u4e2d\u5fc3_1032"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u5de5\u7a0b\u9879\u76ee\u4ea4\u4ed8\u4e2d\u5fc3_1007"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u667a\u6167\u4ea4\u901a\u4e1a\u52a1\u4e2d\u5fc3_1056"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u6559\u80b2\u4e1a\u52a1\u4e2d\u5fc3_1047"}],"RequestId":"b279d4a3-c6dc-49c2-9bfa-d50f387bbba2"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '648' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:02 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "fi6vfoWv1V7aiNeeF8_Z8DNRsjHXq_bVaW5dgJd_XZKsqJt-6PSStfX7Mh7jP_Qc", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432842' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"OfmiW4g_oywpk2g3I7mlYn9wiNOwnh6Kf9xW5t-TR6qkkyuqNFgzH5npTd0x-UM1","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u5e73\u53f0\u6280\u672f\u8fd0\u8425\u4e2d\u5fc3_1048"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u5927\u6570\u636e\u53ca\u4eba\u5de5\u667a\u80fd\u4ea7\u54c1\u4e2d\u5fc3_1005"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u667a\u80fd\u5236\u9020\u4e1a\u52a1\u4e2d\u5fc3_1055"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u667a\u6167\u80fd\u6e90\u4e1a\u52a1\u4e2d\u5fc3_1057"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u8fd0\u8425\u4ea7\u54c1\u4e2d\u5fc3_1028"}],"RequestId":"eff9c829-7826-4198-8c6c-9d43f693f47e"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '696' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:02 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "OfmiW4g_oywpk2g3I7mlYn9wiNOwnh6Kf9xW5t-TR6qkkyuqNFgzH5npTd0x-UM1", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432842' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"5RZPPTxgb7YLAXImrdgsRA2HF7uqY8OCjqva2kjhHuJ_SPAj2veOBau7V7fmzHUc","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u7269\u8054\u7f51\u4ea7\u54c1\u4e2d\u5fc3_1050"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u8fd0\u8425\u5f00\u53d1\u4e2d\u5fc3_1063"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u7f51\u7edc\u4ea7\u54c1\u4e2d\u5fc3_1023"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u901a\u4fe1\u4ea7\u54c1\u4e2d\u5fc3_1054"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u667a\u6167\u793e\u533a\u4ea7\u54c1\u4e2d\u5fc3_1068"}],"RequestId":"6b5ca312-5045-461d-bda8-3d7cf39c3a5e"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '642' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:02 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"TagKeys": ["\u8fd0\u8425\u90e8\u95e8"], "PaginationToken": "5RZPPTxgb7YLAXImrdgsRA2HF7uqY8OCjqva2kjhHuJ_SPAj2veOBau7V7fmzHUc", + "MaxResults": 5}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '145' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetTagValues + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432842' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","Tags":[{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u4ea7\u54c1\u65b9\u6848\u4e2d\u5fc3_1069"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u89c6\u9891\u4ea7\u54c1\u4e2d\u5fc3_1021"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u6280\u672f\u8fd0\u8425\u4e2d\u5fc3_1027"}],"RequestId":"cdf516fe-3216-4d28-b33d-7a9e894c688d"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '374' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:02 GMT + Server: + - nginx + status: + code: 200 + message: OK +version: 1 diff --git a/tools/c7n_tencentcloud/tests/cassettes/test_tc_client/TestClient.test_query_simple.yaml b/tools/c7n_tencentcloud/tests/cassettes/test_tc_client/TestClient.test_query_simple.yaml new file mode 100644 index 00000000000..c6f4610c915 --- /dev/null +++ b/tools/c7n_tencentcloud/tests/cassettes/test_tc_client/TestClient.test_query_simple.yaml @@ -0,0 +1,55 @@ +interactions: +- request: + body: '{}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '2' + Content-Type: + - application/json + Host: + - region.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - DescribeProducts + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-shanghai + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432830' + X-TC-Version: + - '2022-06-27' + method: POST + uri: https://region.tencentcloudapi.com/ + response: + body: + string: '{"Response": {"TotalCount": 86, "Products": [{"Name": "apigateway"}, + {"Name": "as"}, {"Name": "asr"}, {"Name": "batch"}, {"Name": "bda"}, {"Name": + "cbs"}, {"Name": "cdb"}, {"Name": "cdc"}, {"Name": "cdh"}, {"Name": "chdfs"}, + {"Name": "ci"}, {"Name": "cii"}, {"Name": "ckafka"}, {"Name": "clb"}, {"Name": + "cloudhsm"}, {"Name": "cmq"}, {"Name": "csg"}, {"Name": "ctsdb"}, {"Name": + "customocr"}, {"Name": "cvm"}], "RequestId": "1531497f-3c9c-4d6d-bfb2-c6bc07e5b83b"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '464' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:53:50 GMT + Server: + - nginx + status: + code: 200 + message: OK +version: 1 diff --git a/tools/c7n_tencentcloud/tests/cassettes/test_tc_query/TestQueryResourceManager.test_resources.yaml b/tools/c7n_tencentcloud/tests/cassettes/test_tc_query/TestQueryResourceManager.test_resources.yaml new file mode 100644 index 00000000000..650a00ef776 --- /dev/null +++ b/tools/c7n_tencentcloud/tests/cassettes/test_tc_query/TestQueryResourceManager.test_resources.yaml @@ -0,0 +1,3632 @@ +interactions: +- request: + body: '{"Offset": 0, "Limit": 20}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '26' + Content-Type: + - application/json + Host: + - cvm.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - DescribeInstances + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432852' + X-TC-Version: + - '2017-03-12' + method: POST + uri: https://cvm.tencentcloudapi.com/ + response: + body: + string: "{\"Response\": {\"TotalCount\": 40, \"InstanceSet\": [{\"Placement\": + {\"Zone\": \"ap-singapore-2\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-5m1qoe12\", \"Uuid\": \"99dec0d3-208c-4bfa-88d6-8641c6e956c4\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-prod-26\", + \"InstanceChargeType\": \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-fz7rygkk\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-hv1z33fs\", \"DiskSize\": 500, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"11.146.148.162\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-7jck3lok\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-r7vh5s36\", \"sg-j71b9eie\"], \"LoginSettings\": {\"KeyIds\": null}, + \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2022-08-15T09:46:44Z\", \"ExpiredTime\": + \"2022-09-15T09:46:44Z\", \"Tags\": [{\"tagKey\": \"maid_status\", \"tagValue\": + \"Resource does not meet policy: terminate@2022-09-01T03:01:00+00:00\", \"Key\": + \"maid_status\", \"Value\": \"Resource does not meet policy: terminate@2022-09-01T03:01:00+00:00\"}, + {\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"patrickjxli\"}, + {\"tagKey\": \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": + \"\u8D1F\u8D23\u4EBA\", \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"tagValue\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": + \"\u8FD0\u8425\u4EA7\u54C1\", \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, + {\"tagKey\": \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"AssociateSecurityGroups\", + \"LatestOperationState\": \"SUCCESS\", \"LatestOperationRequestId\": \"059e8d06-63f6-468a-b06b-116b13ada2fc\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-3\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-lquxvxc0\", \"Uuid\": \"399a65fd-efa2-4a21-b867-f3664dc56d09\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-dev-4\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-aa0rhmz2\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-ah75ho3m\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"11.168.77.76\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-d921vuqs\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-r7vh5s36\", \"sg-j71b9eie\"], \"LoginSettings\": {\"KeyIds\": null}, + \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2022-05-12T07:59:10Z\", \"ExpiredTime\": + \"2022-09-12T07:59:10Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"patrickjxli\"}, + {\"tagKey\": \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": + \"\u8D1F\u8D23\u4EBA\", \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"tagValue\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": + \"\u8FD0\u8425\u4EA7\u54C1\", \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, + {\"tagKey\": \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"9b32d134-75b0-4135-87bc-49cfc3b6c329\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-3\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-cazj1vbe\", \"Uuid\": \"b1f2dd12-eeb3-4807-b12d-b1231cd3bb97\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-dev-5\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-pa3o7dbi\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-nrtnw0ku\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"11.168.77.32\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-d921vuqs\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-r7vh5s36\", \"sg-j71b9eie\"], \"LoginSettings\": {\"KeyIds\": null}, + \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2022-05-12T07:59:07Z\", \"ExpiredTime\": + \"2022-09-12T07:59:07Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"patrickjxli\"}, + {\"tagKey\": \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": + \"\u8D1F\u8D23\u4EBA\", \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"tagValue\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": + \"\u8FD0\u8425\u4EA7\u54C1\", \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, + {\"tagKey\": \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"3b85adeb-1823-4cf5-868f-66ccabd84098\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-3\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-kvl0w2ma\", \"Uuid\": \"abfafd6d-778f-445e-8694-32d35dbcd2b8\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-beta-3\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-24ywyfok\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-qozy1xfo\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"11.168.77.73\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-d921vuqs\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-r7vh5s36\", \"sg-j71b9eie\"], \"LoginSettings\": {\"KeyIds\": null}, + \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2022-05-12T07:59:08Z\", \"ExpiredTime\": + \"2022-09-12T07:59:08Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"patrickjxli\"}, + {\"tagKey\": \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": + \"\u8D1F\u8D23\u4EBA\", \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"tagValue\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": + \"\u8FD0\u8425\u4EA7\u54C1\", \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, + {\"tagKey\": \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"889f1486-4967-4d56-9425-2aee8e42bbe8\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-3\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-qsglba6k\", \"Uuid\": \"bf3bdb9f-e56e-4e22-9f72-a6e7d483d5ea\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-beta-4\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-8u9tsgg6\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-5wv81rka\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"11.168.77.66\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-d921vuqs\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-r7vh5s36\", \"sg-j71b9eie\"], \"LoginSettings\": {\"KeyIds\": null}, + \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2022-05-12T07:59:08Z\", \"ExpiredTime\": + \"2022-09-12T07:59:08Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"patrickjxli\"}, + {\"tagKey\": \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": + \"\u8D1F\u8D23\u4EBA\", \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"tagValue\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": + \"\u8FD0\u8425\u4EA7\u54C1\", \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, + {\"tagKey\": \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"889f1486-4967-4d56-9425-2aee8e42bbe8\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-3\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-9o2kyd4y\", \"Uuid\": \"e69813d2-948a-4355-b52a-cd60022da3a5\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"\u672A\u547D\u540D2\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-jkmzmciw\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-3kt3p7uy\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"11.142.213.137\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-jsikmt7j\", + \"SubnetId\": \"subnet-haulk56o\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-j71b9eie\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-fjxtfi0n\", + \"OsName\": \"TencentOS Server 2.6 (TK4)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2022-01-10T08:23:07Z\", \"ExpiredTime\": \"2022-09-10T08:23:07Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u56FD\u9645\u7AD9\u8D26\u53F7\u540E\u53F0][\u903B\u8F91]_1523761\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u56FD\u9645\u7AD9\u8D26\u53F7\u540E\u53F0][\u903B\u8F91]_1523761\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][\u56FD\u9645\u7AD9\u8D26\u53F7\u540E\u53F0]_1523759\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][\u56FD\u9645\u7AD9\u8D26\u53F7\u540E\u53F0]_1523759\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"svkingfang\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"svkingfang\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"3657ae39-898b-47b3-bb65-b5ce6b545f2a\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-pdeakyss\", \"Uuid\": \"30eff38d-8b54-49bd-8de6-1cd6f15f2bae\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.LARGE8\", + \"CPU\": 4, \"Memory\": 8, \"InstanceName\": \"qcintl-opcenter-prod-1\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-f72js47i\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-k478ex3g\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"11.186.188.198\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-jsikmt7j\", + \"SubnetId\": \"subnet-b8lc32a0\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-j71b9eie\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", + \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2021-10-18T02:08:48Z\", \"ExpiredTime\": \"2022-09-18T02:08:48Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u73B0\u7F51\u73AF\u5883][WEB]_1481933\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u73B0\u7F51\u73AF\u5883][WEB]_1481933\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u524D\u7AEF\u670D\u52A1][\u8FD0\u8425\u5E73\u53F0]_1481930\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u524D\u7AEF\u670D\u52A1][\u8FD0\u8425\u5E73\u53F0]_1481930\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"junoma\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"junoma\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"23ecb9cb-09ad-4afc-be25-766328afe35b\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-fh0uofmu\", \"Uuid\": \"9fc9ea52-ab48-4827-af75-644fb20db7fa\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.LARGE8\", + \"CPU\": 4, \"Memory\": 8, \"InstanceName\": \"qcintl-opcenter-prod-2\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-8r8zvio8\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-060i7p70\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"11.186.188.173\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-jsikmt7j\", + \"SubnetId\": \"subnet-b8lc32a0\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-j71b9eie\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", + \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2021-10-18T02:08:48Z\", \"ExpiredTime\": \"2022-09-18T02:08:49Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u73B0\u7F51\u73AF\u5883][WEB]_1481933\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u73B0\u7F51\u73AF\u5883][WEB]_1481933\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u524D\u7AEF\u670D\u52A1][\u8FD0\u8425\u5E73\u53F0]_1481930\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u524D\u7AEF\u670D\u52A1][\u8FD0\u8425\u5E73\u53F0]_1481930\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"junoma\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"junoma\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"53432dc2-9943-4580-a226-ae56c63c1a3c\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-opgb2z8u\", \"Uuid\": \"cdcdfc74-f41e-46d8-b551-485b2c7f042e\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.LARGE8\", + \"CPU\": 4, \"Memory\": 8, \"InstanceName\": \"qcintl-opcenter-test\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-cpc7d12i\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-k9k9oq4q\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"11.186.188.254\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-jsikmt7j\", + \"SubnetId\": \"subnet-b8lc32a0\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-j71b9eie\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", + \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2021-10-18T02:08:52Z\", \"ExpiredTime\": \"2022-09-18T02:08:52Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u6D4B\u8BD5\u73AF\u5883][WEB]_1481932\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u6D4B\u8BD5\u73AF\u5883][WEB]_1481932\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u524D\u7AEF\u670D\u52A1][\u8FD0\u8425\u5E73\u53F0]_1481930\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u524D\u7AEF\u670D\u52A1][\u8FD0\u8425\u5E73\u53F0]_1481930\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"kairongsun\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"kairongsun\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"0584ddeb-85dd-4de3-9676-240b19344d9f\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-2\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-cnbvisqw\", \"Uuid\": \"b96e4b4c-dc26-4156-aae6-f828812e49f3\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-prod-24\", + \"InstanceChargeType\": \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-21k78kkg\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-6zthw9lw\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.95.12\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-lgbal5s0\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-roagpzjw\", \"sg-ph6m7unq\", \"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": + null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-09-15T09:44:59Z\", \"ExpiredTime\": + \"2022-09-15T09:45:00Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"b2dd0116-2dba-4c04-a8b8-7250f5107c00\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-2\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-b33khmau\", \"Uuid\": \"9b262cde-54bb-4bf2-b88b-c5e2acd1938c\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-prod-22\", + \"InstanceChargeType\": \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-r28rqsv8\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-hioh0uvg\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.95.10\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-lgbal5s0\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-roagpzjw\", \"sg-ph6m7unq\", \"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": + null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-09-15T09:44:59Z\", \"ExpiredTime\": + \"2022-09-15T09:44:59Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"28171911-0cea-4bba-a242-b05deb666d13\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-2\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-6tr12fgu\", \"Uuid\": \"1ddf4305-801d-4195-89cb-03a7b3af1ece\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-back-prod\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-0irloafc\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-qtnnxxm6\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.95.15\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-lgbal5s0\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", + \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2020-09-15T09:44:59Z\", \"ExpiredTime\": \"2022-09-15T09:44:59Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u7AEF_\u6B63\u5F0F_SGP2][\u5176\u4ED6]_1325549\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u7AEF_\u6B63\u5F0F_SGP2][\u5176\u4ED6]_1325549\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u524D\u7AEF\u670D\u52A1][\u540E\u7AEF\u670D\u52A1]_1325546\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u524D\u7AEF\u670D\u52A1][\u540E\u7AEF\u670D\u52A1]_1325546\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"yuiffydong\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"yuiffydong\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"b2dd0116-2dba-4c04-a8b8-7250f5107c00\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-2\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-2bxfa3gi\", \"Uuid\": \"d7965133-3567-4be4-a4e8-ac36702bac9e\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-back-prod\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-1ag1szhm\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-jlfd4nm6\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.95.14\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-lgbal5s0\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", + \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2020-09-15T09:45:00Z\", \"ExpiredTime\": \"2022-09-15T09:45:00Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u7AEF_\u6B63\u5F0F_SGP2][\u5176\u4ED6]_1325549\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u7AEF_\u6B63\u5F0F_SGP2][\u5176\u4ED6]_1325549\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u524D\u7AEF\u670D\u52A1][\u540E\u7AEF\u670D\u52A1]_1325546\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u524D\u7AEF\u670D\u52A1][\u540E\u7AEF\u670D\u52A1]_1325546\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"yuiffydong\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"yuiffydong\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"b2dd0116-2dba-4c04-a8b8-7250f5107c00\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-2\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-ig8ceoh4\", \"Uuid\": \"e101efd6-7e51-4058-b3d5-d3299f882f1d\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-prod-23\", + \"InstanceChargeType\": \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-07ezpn1k\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-aq0sb5ra\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.95.7\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-lgbal5s0\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-roagpzjw\", \"sg-ph6m7unq\", \"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": + null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-09-15T09:44:59Z\", \"ExpiredTime\": + \"2022-09-15T09:44:59Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"d8ec9800-008f-4785-9030-2b0688dfcca1\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-2\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-eoux8wtm\", \"Uuid\": \"d7b08e67-6c43-4b76-992f-55ef4c5dcb03\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-prod-21\", + \"InstanceChargeType\": \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-be94oeh0\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-au8p56lm\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.95.5\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-lgbal5s0\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-roagpzjw\", \"sg-ph6m7unq\", \"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": + null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-09-15T09:44:59Z\", \"ExpiredTime\": + \"2022-09-15T09:44:59Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"544d3276-8c66-49a7-8162-4f8f73606693\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-2\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-occ2nl6s\", \"Uuid\": \"04f3cf0b-284d-4269-91bf-82cf7c1aff14\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-back-prod\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-297yzrr8\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-6ribrryk\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.95.6\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-lgbal5s0\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", + \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2020-09-15T09:44:59Z\", \"ExpiredTime\": \"2022-09-15T09:44:59Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u7AEF_\u6B63\u5F0F_SGP2][\u5176\u4ED6]_1325549\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u7AEF_\u6B63\u5F0F_SGP2][\u5176\u4ED6]_1325549\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u524D\u7AEF\u670D\u52A1][\u540E\u7AEF\u670D\u52A1]_1325546\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u524D\u7AEF\u670D\u52A1][\u540E\u7AEF\u670D\u52A1]_1325546\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"yuiffydong\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"yuiffydong\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"28171911-0cea-4bba-a242-b05deb666d13\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-mdcokq98\", \"Uuid\": \"1d792fff-744a-491d-8dcf-1b6347b15445\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-front-dev\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-gffrowys\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-92udsnae\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.91.166\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-ptx9u3my\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-bh86p0sv\", + \"OsName\": \"TencentOS Server 2.2 (Final)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2020-09-03T09:51:03Z\", \"ExpiredTime\": \"2022-10-03T09:51:03Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u5F00\u53D1][\u5176\u4ED6]_1325553\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u5F00\u53D1][\u5176\u4ED6]_1325553\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u524D\u7AEF\u670D\u52A1][\u975E\u6B63\u5F0F\u670D\u52A1]_1325551\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u524D\u7AEF\u670D\u52A1][\u975E\u6B63\u5F0F\u670D\u52A1]_1325551\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"yuiffydong\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"yuiffydong\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"6beecbea-a4b6-42fe-a69d-c59ce0d41fcd\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-ewpgkq5m\", \"Uuid\": \"13c865a6-5735-4e3e-a91c-ce85660a4f8e\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-back-prod\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-nucs9b7o\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-03achy76\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.91.198\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-ptx9u3my\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-bh86p0sv\", + \"OsName\": \"TencentOS Server 2.2 (Final)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2020-09-03T09:51:04Z\", \"ExpiredTime\": \"2022-10-03T09:51:04Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u7AEF_\u6B63\u5F0F_SGP1][\u5176\u4ED6]_1325548\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u7AEF_\u6B63\u5F0F_SGP1][\u5176\u4ED6]_1325548\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u524D\u7AEF\u670D\u52A1][\u540E\u7AEF\u670D\u52A1]_1325546\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u524D\u7AEF\u670D\u52A1][\u540E\u7AEF\u670D\u52A1]_1325546\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"breezmchen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"breezmchen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"029ae917-7000-4cc8-87f1-189aab7f8587\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-7l2hz5s0\", \"Uuid\": \"4e59e5fc-cbe9-4502-952e-1b256617bda3\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-back-prod\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-ckxq4mlc\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-c8s7ksqy\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.91.195\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-ptx9u3my\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-bh86p0sv\", + \"OsName\": \"TencentOS Server 2.2 (Final)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2020-09-03T09:51:03Z\", \"ExpiredTime\": \"2022-10-03T09:51:03Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u7AEF_\u6B63\u5F0F_SGP1][\u5176\u4ED6]_1325548\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u7AEF_\u6B63\u5F0F_SGP1][\u5176\u4ED6]_1325548\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u524D\u7AEF\u670D\u52A1][\u540E\u7AEF\u670D\u52A1]_1325546\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u524D\u7AEF\u670D\u52A1][\u540E\u7AEF\u670D\u52A1]_1325546\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"breezmchen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"breezmchen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"1313bdd6-cfea-47fc-bd2e-8a2d3886bdb0\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-81e19k7c\", \"Uuid\": \"f722c370-c5f7-43b7-a04f-e438a0f9e4e2\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-prod-13\", + \"InstanceChargeType\": \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-6yw2kd62\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-ai4m70oe\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": \"disk-bhnp19j6\", + \"DiskSize\": 10, \"DeleteWithInstance\": false, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-ljft6zri\", \"DiskSize\": 400, \"DeleteWithInstance\": + false, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": + 0, \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.68.31\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-3dwmuf9c\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-roagpzjw\", \"sg-ok5i7gu4\", \"sg-p81jcyj8\", \"sg-4qmt4lwy\"], \"LoginSettings\": + {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS + Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": + 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-09-03T09:51:03Z\", + \"ExpiredTime\": \"2022-10-03T09:51:03Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"20ae3f8f-092c-4d3f-901d-04bd29159941\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}], \"RequestId\": + \"39c89f88-f928-4b49-b6ef-b06b5bc28c29\"}}" + headers: + Connection: + - keep-alive + Content-Length: + - '54459' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:13 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"Offset": 20, "Limit": 20}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '27' + Content-Type: + - application/json + Host: + - cvm.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - DescribeInstances + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432853' + X-TC-Version: + - '2017-03-12' + method: POST + uri: https://cvm.tencentcloudapi.com/ + response: + body: + string: "{\"Response\": {\"TotalCount\": 40, \"InstanceSet\": [{\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-j8c1m65q\", \"Uuid\": \"8cdf5568-237f-4c66-9fe5-93cd22d4ec64\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-beta\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-54bylppg\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-fivilcr0\", \"DiskSize\": 10, \"DeleteWithInstance\": + false, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": + 0, \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": \"disk-l3nkjww8\", + \"DiskSize\": 100, \"DeleteWithInstance\": true, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-68irdwys\", \"DiskSize\": 50, \"DeleteWithInstance\": false, + \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, \"CdcId\": + null}, {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": \"disk-s1izyoiq\", \"DiskSize\": + 400, \"DeleteWithInstance\": false, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.70.7\"], + \"PublicIpAddresses\": null, \"IPv6Addresses\": null, \"InternetAccessible\": + {\"InternetMaxBandwidthOut\": 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": + {\"VpcId\": \"vpc-fydywcwh\", \"SubnetId\": \"subnet-3dwmuf9c\", \"AsVpcGateway\": + false}, \"SecurityGroupIds\": [\"sg-roagpzjw\", \"sg-dpogscvk\", \"sg-p81jcyj8\", + \"sg-2vzd8v4i\", \"sg-6x8gh0je\"], \"LoginSettings\": {\"KeyIds\": null}, + \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-09-03T09:51:03Z\", \"ExpiredTime\": + \"2022-10-03T09:51:03Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"3d8b7421-0f23-4e24-a3b4-e32f9982f92e\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-lxqenzuw\", \"Uuid\": \"720a4e3d-8bdb-4a99-845b-94f4c3fb0839\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"\u672A\u547D\u540D16\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-no6t14su\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-j8nydwgy\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.91.253\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-ptx9u3my\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-bh86p0sv\", + \"OsName\": \"TencentOS Server 2.2 (Final)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2020-09-03T09:51:03Z\", \"ExpiredTime\": \"2022-10-03T09:51:03Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"5d455cc4-9c59-4877-af7b-f5a9b3507b75\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-rybpuhnw\", \"Uuid\": \"9d2aee12-1052-4504-b59c-f1f5d39d14d9\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-prod-14\", + \"InstanceChargeType\": \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-0r8s83fs\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-1q0q9r0g\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": \"disk-lzgcdekq\", + \"DiskSize\": 10, \"DeleteWithInstance\": false, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}], \"PrivateIpAddresses\": + [\"9.208.69.193\"], \"PublicIpAddresses\": null, \"IPv6Addresses\": null, + \"InternetAccessible\": {\"InternetMaxBandwidthOut\": 0, \"InternetChargeType\": + null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", \"SubnetId\": + \"subnet-3dwmuf9c\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": [\"sg-roagpzjw\", + \"sg-ok5i7gu4\", \"sg-p81jcyj8\", \"sg-4qmt4lwy\"], \"LoginSettings\": {\"KeyIds\": + null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-09-03T09:51:03Z\", \"ExpiredTime\": + \"2022-10-03T09:51:03Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"2cee38bd-be28-451d-bb93-a6777f048340\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-ij5m40hy\", \"Uuid\": \"97aab50e-c750-4f10-a508-358cd4595af3\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-dev\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-ptvotjfw\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-d5cxwpr4\", \"DiskSize\": 50, \"DeleteWithInstance\": + false, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": + 0, \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": \"disk-3q145fus\", + \"DiskSize\": 10, \"DeleteWithInstance\": false, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-a5sj8xpq\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": \"disk-2phetixw\", + \"DiskSize\": 400, \"DeleteWithInstance\": false, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}], \"PrivateIpAddresses\": + [\"9.208.68.145\"], \"PublicIpAddresses\": null, \"IPv6Addresses\": null, + \"InternetAccessible\": {\"InternetMaxBandwidthOut\": 0, \"InternetChargeType\": + null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", \"SubnetId\": + \"subnet-3dwmuf9c\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": [\"sg-roagpzjw\", + \"sg-5ebvdz6e\", \"sg-p81jcyj8\", \"sg-q0yp346q\"], \"LoginSettings\": {\"KeyIds\": + null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-09-03T09:51:04Z\", \"ExpiredTime\": + \"2022-10-03T09:51:04Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"2d8aafd1-466a-4307-a1f4-26430d24b15f\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-earktg9y\", \"Uuid\": \"2531cf82-d685-4d4a-aeb5-289644b2254f\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-prod-12\", + \"InstanceChargeType\": \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-qy40c7yi\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-hypjhhv0\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": \"disk-crrfgu18\", + \"DiskSize\": 50, \"DeleteWithInstance\": false, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-6mznvmay\", \"DiskSize\": 400, \"DeleteWithInstance\": + false, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": + 0, \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.68.119\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-3dwmuf9c\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-roagpzjw\", \"sg-ok5i7gu4\", \"sg-p81jcyj8\", \"sg-4qmt4lwy\"], \"LoginSettings\": + {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS + Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": + 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-09-03T09:51:03Z\", + \"ExpiredTime\": \"2022-10-03T09:51:03Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"61881d48-20cd-49ab-bd7f-0ccf2e5448dd\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-e6mdubmu\", \"Uuid\": \"ae56ae97-f2d8-4c1c-9e1b-54f58d7fd4b3\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-prod-offline\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-i5c9jc3k\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-gypduomk\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.91.214\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-ptx9u3my\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-bh86p0sv\", + \"OsName\": \"TencentOS Server 2.2 (Final)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2020-09-03T09:51:03Z\", \"ExpiredTime\": \"2022-10-03T09:51:03Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[PUBGM_SGP][WEB]_1327106\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[PUBGM_SGP][WEB]_1327106\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[PUBGM][\u516C\u5171\u670D\u52A1\u5668]_1327104\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[PUBGM][\u516C\u5171\u670D\u52A1\u5668]_1327104\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"shaohuali\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"shaohuali\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"dfd50187-cd4d-4f56-93ec-f2b30e6884fb\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-o1hbwh54\", \"Uuid\": \"19e3a498-83f1-4e66-aed4-5ce1b55b0227\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-front-test\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-ppmy2a22\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-jabt8rnu\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.91.207\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-ptx9u3my\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-bh86p0sv\", + \"OsName\": \"TencentOS Server 2.2 (Final)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2020-09-03T09:51:02Z\", \"ExpiredTime\": \"2022-10-03T09:51:02Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u6D4B\u8BD5][\u5176\u4ED6]_1325554\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u6D4B\u8BD5][\u5176\u4ED6]_1325554\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u524D\u7AEF\u670D\u52A1][\u975E\u6B63\u5F0F\u670D\u52A1]_1325551\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u524D\u7AEF\u670D\u52A1][\u975E\u6B63\u5F0F\u670D\u52A1]_1325551\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"yuiffydong\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"yuiffydong\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"0b3d118e-ee1d-42a6-a5c9-ea02065ef7b7\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-oop30fwq\", \"Uuid\": \"e8826ec0-a97c-4c2a-9462-04c6a0c7022a\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcint-prod-offline\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-ipnnryng\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-k5e15sbo\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.91.189\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-ptx9u3my\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-bh86p0sv\", + \"OsName\": \"TencentOS Server 2.2 (Final)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2020-09-03T09:51:03Z\", \"ExpiredTime\": \"2022-10-03T09:51:03Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u79BB\u7EBF_\u6B63\u5F0F_SGP][WEB]_1326949\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u79BB\u7EBF_\u6B63\u5F0F_SGP][WEB]_1326949\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u524D\u7AEF\u670D\u52A1][\u79BB\u7EBF\u670D\u52A1]_1326947\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u524D\u7AEF\u670D\u52A1][\u79BB\u7EBF\u670D\u52A1]_1326947\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"yuiffydong\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"yuiffydong\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"0fa28178-3212-490f-9846-4ba7498f95f1\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-3jtdpbvu\", \"Uuid\": \"51ecb443-bd61-47a4-9ae0-0683cd97e180\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-back-prod\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-0jacxewe\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-jow4hl4w\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.91.209\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-ptx9u3my\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-bh86p0sv\", + \"OsName\": \"TencentOS Server 2.2 (Final)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2020-09-03T09:51:02Z\", \"ExpiredTime\": \"2022-10-03T09:51:02Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u7AEF_\u6B63\u5F0F_SGP1][\u5176\u4ED6]_1325548\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u7AEF_\u6B63\u5F0F_SGP1][\u5176\u4ED6]_1325548\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u524D\u7AEF\u670D\u52A1][\u540E\u7AEF\u670D\u52A1]_1325546\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u524D\u7AEF\u670D\u52A1][\u540E\u7AEF\u670D\u52A1]_1325546\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"breezmchen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"breezmchen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"56f93c64-b5c7-4f09-8ac0-2e8e0f6d26fc\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-6e5k0flw\", \"Uuid\": \"a2ff36a4-67ae-477f-afee-e392625e74cd\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-front-beta\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-3wlq4duy\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-6kmr6eug\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.91.197\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-ptx9u3my\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-bh86p0sv\", + \"OsName\": \"TencentOS Server 2.2 (Final)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2020-09-03T09:51:01Z\", \"ExpiredTime\": \"2022-10-03T09:51:01Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u9884\u53D1][\u5176\u4ED6]_1325555\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u9884\u53D1][\u5176\u4ED6]_1325555\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u524D\u7AEF\u670D\u52A1][\u975E\u6B63\u5F0F\u670D\u52A1]_1325551\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u524D\u7AEF\u670D\u52A1][\u975E\u6B63\u5F0F\u670D\u52A1]_1325551\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"kairongsun\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"kairongsun\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"d01e0239-c16a-4e47-a6e2-382168997675\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-3qoxwfkc\", \"Uuid\": \"2a4f7102-f55e-4d7c-81d8-3187aa3b3f65\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-prod-11\", + \"InstanceChargeType\": \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-7bgjl2a2\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-5c8o755u\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.68.168\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-3dwmuf9c\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-roagpzjw\", \"sg-ok5i7gu4\", \"sg-p81jcyj8\", \"sg-4qmt4lwy\"], \"LoginSettings\": + {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS + Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": + 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-09-03T09:51:03Z\", + \"ExpiredTime\": \"2022-10-03T09:51:03Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"fb98360c-7866-4dc5-80c9-2ee94a185257\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-g1nr75ly\", \"Uuid\": \"2f2ef505-b285-4c3e-a0b1-c5b62a6b2d36\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-beta-2\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-12b5k5go\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-qqe1zci4\", \"DiskSize\": 400, \"DeleteWithInstance\": + false, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": + 0, \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": \"disk-mvmhfvqm\", + \"DiskSize\": 50, \"DeleteWithInstance\": false, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-1dcklova\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.94.14\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-g358yx8m\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-dpogscvk\", \"sg-roagpzjw\", \"sg-p81jcyj8\", \"sg-hl3uvt30\", \"sg-ar3w3c4a\"], + \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": + \"TencentOS Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": + 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-08-25T09:22:59Z\", + \"ExpiredTime\": \"2022-09-25T09:22:59Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"079d2151-e36d-4b40-a4e1-373a54227ca4\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-hwask3og\", \"Uuid\": \"b58d87f4-e90c-4c97-96d6-9c2cdfc64247\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-prod-27\", + \"InstanceChargeType\": \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-ie08ex5u\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-5wowz6vi\", \"DiskSize\": 500, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.64.120\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-2dm4dzqc\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-r7vh5s36\", \"sg-roagpzjw\", \"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": + null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-08-25T09:22:59Z\", \"ExpiredTime\": + \"2022-09-25T09:22:59Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[QcatProd][\u903B\u8F91]_1451967\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[QcatProd][\u903B\u8F91]_1451967\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[Qcat][TKE\u540E\u53F0]_1451964\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[Qcat][TKE\u540E\u53F0]_1451964\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"d8eb740a-3e5d-4c7e-93c3-3a6d8cbb3ef2\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-pws7le08\", \"Uuid\": \"9152c941-e1e9-4c0d-be78-b45fdefd3c02\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-beta-1\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-2ls87r7k\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-2pzu7gui\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.94.15\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-g358yx8m\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-dpogscvk\", \"sg-roagpzjw\", \"sg-p81jcyj8\", \"sg-hl3uvt30\", \"sg-ar3w3c4a\"], + \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": + \"TencentOS Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": + 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-08-25T09:23:39Z\", + \"ExpiredTime\": \"2022-09-25T09:23:39Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"0c4c9f77-90f5-4700-962e-d0c86c58d180\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-hgpb1si4\", \"Uuid\": \"22177033-f043-4c25-b5e3-2c44dcd9aab4\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-prod-15\", + \"InstanceChargeType\": \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-gizufa7a\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-gv2wtrqe\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": \"disk-21lfuoo6\", + \"DiskSize\": 300, \"DeleteWithInstance\": false, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}], \"PrivateIpAddresses\": + [\"9.208.64.20\"], \"PublicIpAddresses\": null, \"IPv6Addresses\": null, \"InternetAccessible\": + {\"InternetMaxBandwidthOut\": 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": + {\"VpcId\": \"vpc-fydywcwh\", \"SubnetId\": \"subnet-2dm4dzqc\", \"AsVpcGateway\": + false}, \"SecurityGroupIds\": [\"sg-ok5i7gu4\", \"sg-roagpzjw\", \"sg-p81jcyj8\"], + \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": + \"TencentOS Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": + 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-08-25T09:22:57Z\", + \"ExpiredTime\": \"2022-09-25T09:22:58Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[QcatProd][\u903B\u8F91]_1451967\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[QcatProd][\u903B\u8F91]_1451967\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[Qcat][TKE\u540E\u53F0]_1451964\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[Qcat][TKE\u540E\u53F0]_1451964\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"c3dd752b-916e-4794-ba6b-09d4e5ceb9be\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-d27ciw8c\", \"Uuid\": \"85b81fa4-f4ab-4488-abcb-186e14f66d03\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-dev-2\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-4p746nd2\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-k48h4hz6\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": \"disk-72ucfhai\", + \"DiskSize\": 10, \"DeleteWithInstance\": false, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-cob9fwlm\", \"DiskSize\": 100, \"DeleteWithInstance\": + false, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": + 0, \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": \"disk-72j3knwu\", + \"DiskSize\": 50, \"DeleteWithInstance\": false, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}], \"PrivateIpAddresses\": + [\"9.208.94.5\"], \"PublicIpAddresses\": null, \"IPv6Addresses\": null, \"InternetAccessible\": + {\"InternetMaxBandwidthOut\": 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": + {\"VpcId\": \"vpc-fydywcwh\", \"SubnetId\": \"subnet-g358yx8m\", \"AsVpcGateway\": + false}, \"SecurityGroupIds\": [\"sg-5ebvdz6e\", \"sg-roagpzjw\", \"sg-lagk3c58\", + \"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", + \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2020-08-25T09:22:58Z\", \"ExpiredTime\": \"2022-09-25T09:22:58Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"9e4a1283-2539-443d-8c3f-941eaefb143e\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-99a1z3uq\", \"Uuid\": \"8670c44c-5429-4051-929f-9f8c707f03c4\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-prod-16\", + \"InstanceChargeType\": \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-8f4c4p0o\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-c9hv4odk\", \"DiskSize\": 50, \"DeleteWithInstance\": + false, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": + 0, \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": \"disk-g3mhe42w\", + \"DiskSize\": 100, \"DeleteWithInstance\": true, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}], \"PrivateIpAddresses\": + [\"9.208.64.85\"], \"PublicIpAddresses\": null, \"IPv6Addresses\": null, \"InternetAccessible\": + {\"InternetMaxBandwidthOut\": 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": + {\"VpcId\": \"vpc-fydywcwh\", \"SubnetId\": \"subnet-2dm4dzqc\", \"AsVpcGateway\": + false}, \"SecurityGroupIds\": [\"sg-ok5i7gu4\", \"sg-roagpzjw\", \"sg-p81jcyj8\"], + \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": + \"TencentOS Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": + 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-08-25T09:22:57Z\", + \"ExpiredTime\": \"2022-09-25T09:22:57Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[QcatProd][\u903B\u8F91]_1451967\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[QcatProd][\u903B\u8F91]_1451967\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[Qcat][TKE\u540E\u53F0]_1451964\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[Qcat][TKE\u540E\u53F0]_1451964\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"ccc63b01-843e-4e3a-a961-edd3f33b831c\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-3rqj55qk\", \"Uuid\": \"0e34a9fa-5fe6-4485-a5a8-6e6ddae3f0f5\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-prod-17\", + \"InstanceChargeType\": \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-1y1ogl5a\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-plq4m8a0\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": \"disk-bwpq2w7g\", + \"DiskSize\": 50, \"DeleteWithInstance\": false, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-a60b4efa\", \"DiskSize\": 10, \"DeleteWithInstance\": false, + \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, \"CdcId\": + null}, {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": \"disk-bcia3ngs\", \"DiskSize\": + 200, \"DeleteWithInstance\": false, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.79.3\"], + \"PublicIpAddresses\": null, \"IPv6Addresses\": null, \"InternetAccessible\": + {\"InternetMaxBandwidthOut\": 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": + {\"VpcId\": \"vpc-fydywcwh\", \"SubnetId\": \"subnet-nmg0q7yi\", \"AsVpcGateway\": + false}, \"SecurityGroupIds\": [\"sg-ok5i7gu4\", \"sg-roagpzjw\", \"sg-p81jcyj8\"], + \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": + \"TencentOS Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": + 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-08-25T09:22:58Z\", + \"ExpiredTime\": \"2022-09-25T09:22:58Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[QcatBeta][\u903B\u8F91]_1451971\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[QcatBeta][\u903B\u8F91]_1451971\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[Qcat][TKE\u540E\u53F0]_1451964\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[Qcat][TKE\u540E\u53F0]_1451964\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"839f1aaf-21f7-4da4-9040-e9c078ec6da6\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-0hioe9fs\", \"Uuid\": \"bfff0162-9cb6-417c-9546-db3a37a73180\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-prod-25\", + \"InstanceChargeType\": \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-iqdrfeei\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-dzp2ipvk\", \"DiskSize\": 10, \"DeleteWithInstance\": + false, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": + 0, \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": \"disk-c1ez5gve\", + \"DiskSize\": 100, \"DeleteWithInstance\": true, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}], \"PrivateIpAddresses\": + [\"9.208.79.14\"], \"PublicIpAddresses\": null, \"IPv6Addresses\": null, \"InternetAccessible\": + {\"InternetMaxBandwidthOut\": 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": + {\"VpcId\": \"vpc-fydywcwh\", \"SubnetId\": \"subnet-nmg0q7yi\", \"AsVpcGateway\": + false}, \"SecurityGroupIds\": [\"sg-r7vh5s36\", \"sg-roagpzjw\", \"sg-p81jcyj8\"], + \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": + \"TencentOS Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": + 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-08-25T09:22:57Z\", + \"ExpiredTime\": \"2022-09-25T09:22:58Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[QcatDev][\u903B\u8F91]_1451970\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[QcatDev][\u903B\u8F91]_1451970\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[Qcat][TKE\u540E\u53F0]_1451964\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[Qcat][TKE\u540E\u53F0]_1451964\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"48e87b3e-af8e-4401-aebe-04128e66103d\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-o20umf2m\", \"Uuid\": \"baa8ca70-9264-403a-b0cb-1d896a88cd45\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-dev-3\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-e4wi34fg\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-f8bf2e4m\", \"DiskSize\": 10, \"DeleteWithInstance\": + false, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": + 0, \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": \"disk-he9v82dg\", + \"DiskSize\": 100, \"DeleteWithInstance\": true, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}], \"PrivateIpAddresses\": + [\"9.208.94.4\"], \"PublicIpAddresses\": null, \"IPv6Addresses\": null, \"InternetAccessible\": + {\"InternetMaxBandwidthOut\": 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": + {\"VpcId\": \"vpc-fydywcwh\", \"SubnetId\": \"subnet-g358yx8m\", \"AsVpcGateway\": + false}, \"SecurityGroupIds\": [\"sg-5ebvdz6e\", \"sg-roagpzjw\", \"sg-p81jcyj8\", + \"sg-hl3uvt30\", \"sg-ar3w3c4a\"], \"LoginSettings\": {\"KeyIds\": null}, + \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-08-25T09:22:58Z\", \"ExpiredTime\": + \"2022-09-25T09:22:58Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"b3534495-2001-4ac8-bdf9-7c748fbe02e0\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}], \"RequestId\": + \"6fd7a348-06b4-4ec0-9bcc-a22e4e0af40f\"}}" + headers: + Connection: + - keep-alive + Content-Length: + - '57828' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:13 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"Offset": 40, "Limit": 20}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '27' + Content-Type: + - application/json + Host: + - cvm.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - DescribeInstances + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432853' + X-TC-Version: + - '2017-03-12' + method: POST + uri: https://cvm.tencentcloudapi.com/ + response: + body: + string: '{"Response": {"TotalCount": 40, "InstanceSet": [], "RequestId": "4d19cf3f-3e05-4c48-bfbd-d379b24e38c6"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '104' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:14 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-5m1qoe12"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432854' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-5m1qoe12","Tags":[{"TagKey":"maid_status","TagValue":"Resource + does not meet policy: terminate@2022-09-01T03:01:00+00:00"},{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[TKE][\u903b\u8f91]_1233351"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u540e\u53f0\u670d\u52a1][QCintlBackend]_1177037"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"033beefa-0fe9-4ee1-8592-fd2455d16d63"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '931' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:14 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-lquxvxc0"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432854' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-lquxvxc0","Tags":[{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[TKE][\u903b\u8f91]_1233351"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u540e\u53f0\u670d\u52a1][QCintlBackend]_1177037"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"6825f034-2af6-44ce-aa08-c94a7e763d7b"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '826' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:14 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-cazj1vbe"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432854' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-cazj1vbe","Tags":[{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[TKE][\u903b\u8f91]_1233351"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u540e\u53f0\u670d\u52a1][QCintlBackend]_1177037"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"c71a69ad-ce09-42bc-9207-9d2375aa4999"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '826' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:14 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-kvl0w2ma"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432854' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-kvl0w2ma","Tags":[{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[TKE][\u903b\u8f91]_1233351"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u540e\u53f0\u670d\u52a1][QCintlBackend]_1177037"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"66b6f731-e50e-4e6c-a9b2-5070446997d6"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '826' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:14 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-qsglba6k"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432854' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-qsglba6k","Tags":[{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[TKE][\u903b\u8f91]_1233351"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u540e\u53f0\u670d\u52a1][QCintlBackend]_1177037"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"e8407ed6-55da-4973-a317-85c377468281"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '826' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:14 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-9o2kyd4y"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432854' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-9o2kyd4y","Tags":[{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[\u56fd\u9645\u7ad9\u8d26\u53f7\u540e\u53f0][\u903b\u8f91]_1523761"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u540e\u53f0\u670d\u52a1][\u56fd\u9645\u7ad9\u8d26\u53f7\u540e\u53f0]_1523759"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"svkingfang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"c7353cae-c09c-4720-995e-cc4f9feb42a8"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '893' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:14 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-pdeakyss"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432854' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-pdeakyss","Tags":[{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"junoma"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[\u73b0\u7f51\u73af\u5883][WEB]_1481933"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u524d\u7aef\u670d\u52a1][\u8fd0\u8425\u5e73\u53f0]_1481930"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"cedbda02-e85b-4390-92f4-9ea0106cea92"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '844' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:14 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-fh0uofmu"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432854' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-fh0uofmu","Tags":[{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"junoma"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[\u73b0\u7f51\u73af\u5883][WEB]_1481933"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u524d\u7aef\u670d\u52a1][\u8fd0\u8425\u5e73\u53f0]_1481930"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"ed2d6e41-94cb-4ec3-8211-9f17803d168f"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '844' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:14 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-opgb2z8u"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432854' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-opgb2z8u","Tags":[{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"kairongsun"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[\u6d4b\u8bd5\u73af\u5883][WEB]_1481932"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u524d\u7aef\u670d\u52a1][\u8fd0\u8425\u5e73\u53f0]_1481930"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"3ad175d5-d093-4de6-ad13-4846d2583491"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '848' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:14 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-cnbvisqw"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432854' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-cnbvisqw","Tags":[{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[TKE][\u903b\u8f91]_1233351"},{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"rostachen"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u540e\u53f0\u670d\u52a1][QCintlBackend]_1177037"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"db7c7a7a-a2d7-4d2e-9232-66e54a56cc52"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '824' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:14 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-b33khmau"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432854' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-b33khmau","Tags":[{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[TKE][\u903b\u8f91]_1233351"},{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"rostachen"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u540e\u53f0\u670d\u52a1][QCintlBackend]_1177037"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"72d8eed2-3257-4872-bdfb-a1a658681f43"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '824' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:14 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-6tr12fgu"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432854' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-6tr12fgu","Tags":[{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[\u540e\u7aef_\u6b63\u5f0f_SGP2][\u5176\u4ed6]_1325549"},{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"yuiffydong"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u524d\u7aef\u670d\u52a1][\u540e\u7aef\u670d\u52a1]_1325546"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"86e03a75-846d-4912-934e-91c50b2ed70a"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '863' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:14 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-2bxfa3gi"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432854' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-2bxfa3gi","Tags":[{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[\u540e\u7aef_\u6b63\u5f0f_SGP2][\u5176\u4ed6]_1325549"},{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"yuiffydong"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u524d\u7aef\u670d\u52a1][\u540e\u7aef\u670d\u52a1]_1325546"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"f1eb5791-4b36-48ba-9412-1ef7f5837d02"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '863' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:15 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-ig8ceoh4"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432855' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-ig8ceoh4","Tags":[{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[TKE][\u903b\u8f91]_1233351"},{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"rostachen"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u540e\u53f0\u670d\u52a1][QCintlBackend]_1177037"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"6595b5b2-3f32-4c25-966e-37950fa3cebe"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '824' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:15 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-eoux8wtm"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432855' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-eoux8wtm","Tags":[{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[TKE][\u903b\u8f91]_1233351"},{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"rostachen"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u540e\u53f0\u670d\u52a1][QCintlBackend]_1177037"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"76e7dd21-b882-4529-8c03-03bba991258c"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '824' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:15 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-occ2nl6s"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432855' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-occ2nl6s","Tags":[{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[\u540e\u7aef_\u6b63\u5f0f_SGP2][\u5176\u4ed6]_1325549"},{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"yuiffydong"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u524d\u7aef\u670d\u52a1][\u540e\u7aef\u670d\u52a1]_1325546"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"da69129d-b5e9-4333-8b58-c1215f87648d"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '863' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:15 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-mdcokq98"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432855' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-mdcokq98","Tags":[{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[\u5f00\u53d1][\u5176\u4ed6]_1325553"},{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"yuiffydong"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u524d\u7aef\u670d\u52a1][\u975e\u6b63\u5f0f\u670d\u52a1]_1325551"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"a2a9f2ff-4b6b-42e3-8451-3366b466a249"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '851' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:15 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-ewpgkq5m"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432855' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-ewpgkq5m","Tags":[{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[\u540e\u7aef_\u6b63\u5f0f_SGP1][\u5176\u4ed6]_1325548"},{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"breezmchen"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u524d\u7aef\u670d\u52a1][\u540e\u7aef\u670d\u52a1]_1325546"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"54e81672-15cf-43f2-8ddd-d19ee51a34ca"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '863' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:15 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-7l2hz5s0"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432855' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-7l2hz5s0","Tags":[{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[\u540e\u7aef_\u6b63\u5f0f_SGP1][\u5176\u4ed6]_1325548"},{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"breezmchen"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u524d\u7aef\u670d\u52a1][\u540e\u7aef\u670d\u52a1]_1325546"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"ef87f409-4926-497b-88d0-8405331a1617"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '863' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:15 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-81e19k7c"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432855' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-81e19k7c","Tags":[{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[TKE][\u903b\u8f91]_1233351"},{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"rostachen"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u540e\u53f0\u670d\u52a1][QCintlBackend]_1177037"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"d483f399-54c3-4250-b7f2-933c12685028"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '824' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:15 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-j8c1m65q"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432855' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-j8c1m65q","Tags":[{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[TKE][\u903b\u8f91]_1233351"},{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"rostachen"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u540e\u53f0\u670d\u52a1][QCintlBackend]_1177037"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"c9b2506e-ae72-4f69-9070-2751c6e9d84c"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '824' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:15 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-lxqenzuw"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432855' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-lxqenzuw","Tags":[{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[TKE][\u903b\u8f91]_1233351"},{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"rostachen"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u540e\u53f0\u670d\u52a1][QCintlBackend]_1177037"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"72d1e8d2-5825-4932-b137-c045dfda9f73"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '824' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:15 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-rybpuhnw"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432855' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-rybpuhnw","Tags":[{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[TKE][\u903b\u8f91]_1233351"},{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"rostachen"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u540e\u53f0\u670d\u52a1][QCintlBackend]_1177037"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"13e2914b-ff01-40c8-846e-967af634e5c0"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '824' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:15 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-ij5m40hy"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432855' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-ij5m40hy","Tags":[{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[TKE][\u903b\u8f91]_1233351"},{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"rostachen"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u540e\u53f0\u670d\u52a1][QCintlBackend]_1177037"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"6652fac4-9ab6-4d90-ba5b-e3a4833de2c5"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '824' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:15 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-earktg9y"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432855' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-earktg9y","Tags":[{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[TKE][\u903b\u8f91]_1233351"},{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"rostachen"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u540e\u53f0\u670d\u52a1][QCintlBackend]_1177037"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"f059a257-10d6-4801-8bee-f272934cd944"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '824' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:15 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-e6mdubmu"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432855' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-e6mdubmu","Tags":[{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[PUBGM_SGP][WEB]_1327106"},{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"shaohuali"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[PUBGM][\u516c\u5171\u670d\u52a1\u5668]_1327104"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"0bc15b8b-922b-4bb4-aaaf-da885003d810"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '819' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:15 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-o1hbwh54"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432855' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-o1hbwh54","Tags":[{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[\u6d4b\u8bd5][\u5176\u4ed6]_1325554"},{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"yuiffydong"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u524d\u7aef\u670d\u52a1][\u975e\u6b63\u5f0f\u670d\u52a1]_1325551"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"3ff23003-d892-48d7-b68a-f8db77246e65"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '851' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:16 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-oop30fwq"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432856' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-oop30fwq","Tags":[{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[\u79bb\u7ebf_\u6b63\u5f0f_SGP][WEB]_1326949"},{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"yuiffydong"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u524d\u7aef\u670d\u52a1][\u79bb\u7ebf\u670d\u52a1]_1326947"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"4779cfb0-2fcc-4020-87d2-f1e4b9a822ae"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '853' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:16 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-3jtdpbvu"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432856' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-3jtdpbvu","Tags":[{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[\u540e\u7aef_\u6b63\u5f0f_SGP1][\u5176\u4ed6]_1325548"},{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"breezmchen"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u524d\u7aef\u670d\u52a1][\u540e\u7aef\u670d\u52a1]_1325546"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"193d6797-f00e-4efa-895e-bd90743980b2"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '863' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:16 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-6e5k0flw"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432856' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-6e5k0flw","Tags":[{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[\u9884\u53d1][\u5176\u4ed6]_1325555"},{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"kairongsun"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u524d\u7aef\u670d\u52a1][\u975e\u6b63\u5f0f\u670d\u52a1]_1325551"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"7d6469f1-8a8b-4214-b15b-81128d90f8e8"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '851' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:16 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-3qoxwfkc"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432856' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-3qoxwfkc","Tags":[{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[TKE][\u903b\u8f91]_1233351"},{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"rostachen"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u540e\u53f0\u670d\u52a1][QCintlBackend]_1177037"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"4921b051-9020-4e04-9bd6-8224b9ac01d8"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '824' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:16 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-g1nr75ly"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432856' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-g1nr75ly","Tags":[{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[TKE][\u903b\u8f91]_1233351"},{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"rostachen"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u540e\u53f0\u670d\u52a1][QCintlBackend]_1177037"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"52dc42d7-ae40-4f67-9eef-4200bcbb2c4f"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '824' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:16 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-hwask3og"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432856' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-hwask3og","Tags":[{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[QcatProd][\u903b\u8f91]_1451967"},{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"rostachen"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[Qcat][TKE\u540e\u53f0]_1451964"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"f3d8a9da-f443-4535-88da-c9f03a26fe1f"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '811' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:16 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-pws7le08"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432856' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-pws7le08","Tags":[{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[TKE][\u903b\u8f91]_1233351"},{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"rostachen"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u540e\u53f0\u670d\u52a1][QCintlBackend]_1177037"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"293a0d5f-597f-4b2e-933c-2ce6b68c4301"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '824' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:16 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-hgpb1si4"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432856' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-hgpb1si4","Tags":[{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[QcatProd][\u903b\u8f91]_1451967"},{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"rostachen"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[Qcat][TKE\u540e\u53f0]_1451964"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"0759d1c2-aa3b-4dcf-bf55-1132f563092e"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '811' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:16 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-d27ciw8c"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432856' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-d27ciw8c","Tags":[{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[TKE][\u903b\u8f91]_1233351"},{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"rostachen"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u540e\u53f0\u670d\u52a1][QCintlBackend]_1177037"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"36df3cf9-e819-4414-b54c-8b8838697ce9"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '824' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:16 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-99a1z3uq"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432856' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-99a1z3uq","Tags":[{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[QcatProd][\u903b\u8f91]_1451967"},{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"rostachen"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[Qcat][TKE\u540e\u53f0]_1451964"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"59b67bc8-93b6-41e5-8ff8-8ce3a5d6f9e8"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '811' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:16 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-3rqj55qk"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432856' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-3rqj55qk","Tags":[{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[QcatBeta][\u903b\u8f91]_1451971"},{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"rostachen"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[Qcat][TKE\u540e\u53f0]_1451964"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"ec35a16c-e7ac-42fe-86ba-e3b11cfee7fd"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '811' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:16 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-0hioe9fs"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432856' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-0hioe9fs","Tags":[{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[QcatDev][\u903b\u8f91]_1451970"},{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"rostachen"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[Qcat][TKE\u540e\u53f0]_1451964"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"329eb591-c859-422e-ad20-ed0e704bb292"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '810' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:16 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-o20umf2m"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432856' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-o20umf2m","Tags":[{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[TKE][\u903b\u8f91]_1233351"},{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"rostachen"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u540e\u53f0\u670d\u52a1][QCintlBackend]_1177037"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"bc4fe9e1-d4db-4011-a503-6812ca905138"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '824' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:16 GMT + Server: + - nginx + status: + code: 200 + message: OK +version: 1 diff --git a/tools/c7n_tencentcloud/tests/cassettes/test_tc_query/TestQueryResourceManager.test_resources_no_pagination.yaml b/tools/c7n_tencentcloud/tests/cassettes/test_tc_query/TestQueryResourceManager.test_resources_no_pagination.yaml new file mode 100644 index 00000000000..7c79e665984 --- /dev/null +++ b/tools/c7n_tencentcloud/tests/cassettes/test_tc_query/TestQueryResourceManager.test_resources_no_pagination.yaml @@ -0,0 +1,1769 @@ +interactions: +- request: + body: '{}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '2' + Content-Type: + - application/json + Host: + - cvm.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - DescribeInstances + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.727 + X-TC-Timestamp: + - '1662445889' + X-TC-Version: + - '2017-03-12' + method: POST + uri: https://cvm.tencentcloudapi.com/ + response: + body: + string: "{\"Response\": {\"TotalCount\": 40, \"InstanceSet\": [{\"Placement\": + {\"Zone\": \"ap-singapore-2\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-5m1qoe12\", \"Uuid\": \"99dec0d3-208c-4bfa-88d6-8641c6e956c4\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-prod-26\", + \"InstanceChargeType\": \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-fz7rygkk\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-hv1z33fs\", \"DiskSize\": 500, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"11.146.148.162\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-7jck3lok\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-r7vh5s36\", \"sg-j71b9eie\"], \"LoginSettings\": {\"KeyIds\": null}, + \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2022-08-15T09:46:44Z\", \"ExpiredTime\": + \"2022-09-15T09:46:44Z\", \"Tags\": [{\"tagKey\": \"maid_status\", \"tagValue\": + \"Resource does not meet policy: terminate@2022-09-01T03:01:00+00:00\", \"Key\": + \"maid_status\", \"Value\": \"Resource does not meet policy: terminate@2022-09-01T03:01:00+00:00\"}, + {\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"patrickjxli\"}, + {\"tagKey\": \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": + \"\u8D1F\u8D23\u4EBA\", \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"tagValue\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": + \"\u8FD0\u8425\u4EA7\u54C1\", \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, + {\"tagKey\": \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"AssociateSecurityGroups\", + \"LatestOperationState\": \"SUCCESS\", \"LatestOperationRequestId\": \"059e8d06-63f6-468a-b06b-116b13ada2fc\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-3\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-lquxvxc0\", \"Uuid\": \"399a65fd-efa2-4a21-b867-f3664dc56d09\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-dev-4\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-aa0rhmz2\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-ah75ho3m\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"11.168.77.76\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-d921vuqs\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-r7vh5s36\", \"sg-j71b9eie\"], \"LoginSettings\": {\"KeyIds\": null}, + \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2022-05-12T07:59:10Z\", \"ExpiredTime\": + \"2022-09-12T07:59:10Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"patrickjxli\"}, + {\"tagKey\": \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": + \"\u8D1F\u8D23\u4EBA\", \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"tagValue\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": + \"\u8FD0\u8425\u4EA7\u54C1\", \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, + {\"tagKey\": \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"9b32d134-75b0-4135-87bc-49cfc3b6c329\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-3\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-cazj1vbe\", \"Uuid\": \"b1f2dd12-eeb3-4807-b12d-b1231cd3bb97\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-dev-5\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-pa3o7dbi\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-nrtnw0ku\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"11.168.77.32\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-d921vuqs\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-r7vh5s36\", \"sg-j71b9eie\"], \"LoginSettings\": {\"KeyIds\": null}, + \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2022-05-12T07:59:07Z\", \"ExpiredTime\": + \"2022-09-12T07:59:07Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"patrickjxli\"}, + {\"tagKey\": \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": + \"\u8D1F\u8D23\u4EBA\", \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"tagValue\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": + \"\u8FD0\u8425\u4EA7\u54C1\", \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, + {\"tagKey\": \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"3b85adeb-1823-4cf5-868f-66ccabd84098\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-3\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-kvl0w2ma\", \"Uuid\": \"abfafd6d-778f-445e-8694-32d35dbcd2b8\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-beta-3\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-24ywyfok\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-qozy1xfo\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"11.168.77.73\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-d921vuqs\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-r7vh5s36\", \"sg-j71b9eie\"], \"LoginSettings\": {\"KeyIds\": null}, + \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2022-05-12T07:59:08Z\", \"ExpiredTime\": + \"2022-09-12T07:59:08Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"patrickjxli\"}, + {\"tagKey\": \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": + \"\u8D1F\u8D23\u4EBA\", \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"tagValue\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": + \"\u8FD0\u8425\u4EA7\u54C1\", \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, + {\"tagKey\": \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"889f1486-4967-4d56-9425-2aee8e42bbe8\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-3\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-qsglba6k\", \"Uuid\": \"bf3bdb9f-e56e-4e22-9f72-a6e7d483d5ea\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-beta-4\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-8u9tsgg6\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-5wv81rka\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"11.168.77.66\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-d921vuqs\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-r7vh5s36\", \"sg-j71b9eie\"], \"LoginSettings\": {\"KeyIds\": null}, + \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2022-05-12T07:59:08Z\", \"ExpiredTime\": + \"2022-09-12T07:59:08Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"patrickjxli\"}, + {\"tagKey\": \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": + \"\u8D1F\u8D23\u4EBA\", \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"tagValue\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": + \"\u8FD0\u8425\u4EA7\u54C1\", \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, + {\"tagKey\": \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"889f1486-4967-4d56-9425-2aee8e42bbe8\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-3\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-9o2kyd4y\", \"Uuid\": \"e69813d2-948a-4355-b52a-cd60022da3a5\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"\u672A\u547D\u540D2\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-jkmzmciw\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-3kt3p7uy\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"11.142.213.137\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-jsikmt7j\", + \"SubnetId\": \"subnet-haulk56o\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-j71b9eie\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-fjxtfi0n\", + \"OsName\": \"TencentOS Server 2.6 (TK4)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2022-01-10T08:23:07Z\", \"ExpiredTime\": \"2022-09-10T08:23:07Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u56FD\u9645\u7AD9\u8D26\u53F7\u540E\u53F0][\u903B\u8F91]_1523761\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u56FD\u9645\u7AD9\u8D26\u53F7\u540E\u53F0][\u903B\u8F91]_1523761\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][\u56FD\u9645\u7AD9\u8D26\u53F7\u540E\u53F0]_1523759\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][\u56FD\u9645\u7AD9\u8D26\u53F7\u540E\u53F0]_1523759\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"svkingfang\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"svkingfang\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"3657ae39-898b-47b3-bb65-b5ce6b545f2a\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-pdeakyss\", \"Uuid\": \"30eff38d-8b54-49bd-8de6-1cd6f15f2bae\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.LARGE8\", + \"CPU\": 4, \"Memory\": 8, \"InstanceName\": \"qcintl-opcenter-prod-1\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-f72js47i\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-k478ex3g\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"11.186.188.198\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-jsikmt7j\", + \"SubnetId\": \"subnet-b8lc32a0\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-j71b9eie\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", + \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2021-10-18T02:08:48Z\", \"ExpiredTime\": \"2022-09-18T02:08:48Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u73B0\u7F51\u73AF\u5883][WEB]_1481933\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u73B0\u7F51\u73AF\u5883][WEB]_1481933\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u524D\u7AEF\u670D\u52A1][\u8FD0\u8425\u5E73\u53F0]_1481930\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u524D\u7AEF\u670D\u52A1][\u8FD0\u8425\u5E73\u53F0]_1481930\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"junoma\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"junoma\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"23ecb9cb-09ad-4afc-be25-766328afe35b\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-fh0uofmu\", \"Uuid\": \"9fc9ea52-ab48-4827-af75-644fb20db7fa\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.LARGE8\", + \"CPU\": 4, \"Memory\": 8, \"InstanceName\": \"qcintl-opcenter-prod-2\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-8r8zvio8\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-060i7p70\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"11.186.188.173\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-jsikmt7j\", + \"SubnetId\": \"subnet-b8lc32a0\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-j71b9eie\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", + \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2021-10-18T02:08:48Z\", \"ExpiredTime\": \"2022-09-18T02:08:49Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u73B0\u7F51\u73AF\u5883][WEB]_1481933\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u73B0\u7F51\u73AF\u5883][WEB]_1481933\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u524D\u7AEF\u670D\u52A1][\u8FD0\u8425\u5E73\u53F0]_1481930\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u524D\u7AEF\u670D\u52A1][\u8FD0\u8425\u5E73\u53F0]_1481930\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"junoma\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"junoma\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"53432dc2-9943-4580-a226-ae56c63c1a3c\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-opgb2z8u\", \"Uuid\": \"cdcdfc74-f41e-46d8-b551-485b2c7f042e\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.LARGE8\", + \"CPU\": 4, \"Memory\": 8, \"InstanceName\": \"qcintl-opcenter-test\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-cpc7d12i\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-k9k9oq4q\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"11.186.188.254\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-jsikmt7j\", + \"SubnetId\": \"subnet-b8lc32a0\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-j71b9eie\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", + \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2021-10-18T02:08:52Z\", \"ExpiredTime\": \"2022-09-18T02:08:52Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u6D4B\u8BD5\u73AF\u5883][WEB]_1481932\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u6D4B\u8BD5\u73AF\u5883][WEB]_1481932\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u524D\u7AEF\u670D\u52A1][\u8FD0\u8425\u5E73\u53F0]_1481930\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u524D\u7AEF\u670D\u52A1][\u8FD0\u8425\u5E73\u53F0]_1481930\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"kairongsun\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"kairongsun\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"0584ddeb-85dd-4de3-9676-240b19344d9f\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-2\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-cnbvisqw\", \"Uuid\": \"b96e4b4c-dc26-4156-aae6-f828812e49f3\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-prod-24\", + \"InstanceChargeType\": \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-21k78kkg\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-6zthw9lw\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.95.12\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-lgbal5s0\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-roagpzjw\", \"sg-ph6m7unq\", \"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": + null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-09-15T09:44:59Z\", \"ExpiredTime\": + \"2022-09-15T09:45:00Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"b2dd0116-2dba-4c04-a8b8-7250f5107c00\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-2\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-b33khmau\", \"Uuid\": \"9b262cde-54bb-4bf2-b88b-c5e2acd1938c\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-prod-22\", + \"InstanceChargeType\": \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-r28rqsv8\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-hioh0uvg\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.95.10\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-lgbal5s0\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-roagpzjw\", \"sg-ph6m7unq\", \"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": + null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-09-15T09:44:59Z\", \"ExpiredTime\": + \"2022-09-15T09:44:59Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"28171911-0cea-4bba-a242-b05deb666d13\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-2\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-6tr12fgu\", \"Uuid\": \"1ddf4305-801d-4195-89cb-03a7b3af1ece\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-back-prod\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-0irloafc\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-qtnnxxm6\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.95.15\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-lgbal5s0\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", + \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2020-09-15T09:44:59Z\", \"ExpiredTime\": \"2022-09-15T09:44:59Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u7AEF_\u6B63\u5F0F_SGP2][\u5176\u4ED6]_1325549\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u7AEF_\u6B63\u5F0F_SGP2][\u5176\u4ED6]_1325549\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u524D\u7AEF\u670D\u52A1][\u540E\u7AEF\u670D\u52A1]_1325546\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u524D\u7AEF\u670D\u52A1][\u540E\u7AEF\u670D\u52A1]_1325546\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"yuiffydong\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"yuiffydong\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"b2dd0116-2dba-4c04-a8b8-7250f5107c00\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-2\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-2bxfa3gi\", \"Uuid\": \"d7965133-3567-4be4-a4e8-ac36702bac9e\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-back-prod\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-1ag1szhm\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-jlfd4nm6\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.95.14\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-lgbal5s0\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", + \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2020-09-15T09:45:00Z\", \"ExpiredTime\": \"2022-09-15T09:45:00Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u7AEF_\u6B63\u5F0F_SGP2][\u5176\u4ED6]_1325549\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u7AEF_\u6B63\u5F0F_SGP2][\u5176\u4ED6]_1325549\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u524D\u7AEF\u670D\u52A1][\u540E\u7AEF\u670D\u52A1]_1325546\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u524D\u7AEF\u670D\u52A1][\u540E\u7AEF\u670D\u52A1]_1325546\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"yuiffydong\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"yuiffydong\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"b2dd0116-2dba-4c04-a8b8-7250f5107c00\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-2\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-ig8ceoh4\", \"Uuid\": \"e101efd6-7e51-4058-b3d5-d3299f882f1d\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-prod-23\", + \"InstanceChargeType\": \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-07ezpn1k\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-aq0sb5ra\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.95.7\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-lgbal5s0\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-roagpzjw\", \"sg-ph6m7unq\", \"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": + null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-09-15T09:44:59Z\", \"ExpiredTime\": + \"2022-09-15T09:44:59Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"d8ec9800-008f-4785-9030-2b0688dfcca1\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-2\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-eoux8wtm\", \"Uuid\": \"d7b08e67-6c43-4b76-992f-55ef4c5dcb03\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-prod-21\", + \"InstanceChargeType\": \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-be94oeh0\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-au8p56lm\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.95.5\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-lgbal5s0\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-roagpzjw\", \"sg-ph6m7unq\", \"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": + null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-09-15T09:44:59Z\", \"ExpiredTime\": + \"2022-09-15T09:44:59Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"544d3276-8c66-49a7-8162-4f8f73606693\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-2\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-occ2nl6s\", \"Uuid\": \"04f3cf0b-284d-4269-91bf-82cf7c1aff14\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-back-prod\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-297yzrr8\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-6ribrryk\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.95.6\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-lgbal5s0\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", + \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2020-09-15T09:44:59Z\", \"ExpiredTime\": \"2022-09-15T09:44:59Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u7AEF_\u6B63\u5F0F_SGP2][\u5176\u4ED6]_1325549\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u7AEF_\u6B63\u5F0F_SGP2][\u5176\u4ED6]_1325549\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u524D\u7AEF\u670D\u52A1][\u540E\u7AEF\u670D\u52A1]_1325546\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u524D\u7AEF\u670D\u52A1][\u540E\u7AEF\u670D\u52A1]_1325546\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"yuiffydong\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"yuiffydong\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"28171911-0cea-4bba-a242-b05deb666d13\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-mdcokq98\", \"Uuid\": \"1d792fff-744a-491d-8dcf-1b6347b15445\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-front-dev\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-gffrowys\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-92udsnae\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.91.166\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-ptx9u3my\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-bh86p0sv\", + \"OsName\": \"TencentOS Server 2.2 (Final)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2020-09-03T09:51:03Z\", \"ExpiredTime\": \"2022-10-03T09:51:03Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u5F00\u53D1][\u5176\u4ED6]_1325553\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u5F00\u53D1][\u5176\u4ED6]_1325553\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u524D\u7AEF\u670D\u52A1][\u975E\u6B63\u5F0F\u670D\u52A1]_1325551\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u524D\u7AEF\u670D\u52A1][\u975E\u6B63\u5F0F\u670D\u52A1]_1325551\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"yuiffydong\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"yuiffydong\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"6beecbea-a4b6-42fe-a69d-c59ce0d41fcd\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-ewpgkq5m\", \"Uuid\": \"13c865a6-5735-4e3e-a91c-ce85660a4f8e\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-back-prod\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-nucs9b7o\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-03achy76\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.91.198\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-ptx9u3my\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-bh86p0sv\", + \"OsName\": \"TencentOS Server 2.2 (Final)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2020-09-03T09:51:04Z\", \"ExpiredTime\": \"2022-10-03T09:51:04Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u7AEF_\u6B63\u5F0F_SGP1][\u5176\u4ED6]_1325548\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u7AEF_\u6B63\u5F0F_SGP1][\u5176\u4ED6]_1325548\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u524D\u7AEF\u670D\u52A1][\u540E\u7AEF\u670D\u52A1]_1325546\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u524D\u7AEF\u670D\u52A1][\u540E\u7AEF\u670D\u52A1]_1325546\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"breezmchen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"breezmchen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"029ae917-7000-4cc8-87f1-189aab7f8587\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-7l2hz5s0\", \"Uuid\": \"4e59e5fc-cbe9-4502-952e-1b256617bda3\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-back-prod\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-ckxq4mlc\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-c8s7ksqy\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.91.195\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-ptx9u3my\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-bh86p0sv\", + \"OsName\": \"TencentOS Server 2.2 (Final)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2020-09-03T09:51:03Z\", \"ExpiredTime\": \"2022-10-03T09:51:03Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u7AEF_\u6B63\u5F0F_SGP1][\u5176\u4ED6]_1325548\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u7AEF_\u6B63\u5F0F_SGP1][\u5176\u4ED6]_1325548\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u524D\u7AEF\u670D\u52A1][\u540E\u7AEF\u670D\u52A1]_1325546\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u524D\u7AEF\u670D\u52A1][\u540E\u7AEF\u670D\u52A1]_1325546\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"breezmchen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"breezmchen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"1313bdd6-cfea-47fc-bd2e-8a2d3886bdb0\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-81e19k7c\", \"Uuid\": \"f722c370-c5f7-43b7-a04f-e438a0f9e4e2\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-prod-13\", + \"InstanceChargeType\": \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-6yw2kd62\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-ai4m70oe\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": \"disk-bhnp19j6\", + \"DiskSize\": 10, \"DeleteWithInstance\": false, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-ljft6zri\", \"DiskSize\": 400, \"DeleteWithInstance\": + false, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": + 0, \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.68.31\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-3dwmuf9c\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-roagpzjw\", \"sg-ok5i7gu4\", \"sg-p81jcyj8\", \"sg-4qmt4lwy\"], \"LoginSettings\": + {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS + Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": + 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-09-03T09:51:03Z\", + \"ExpiredTime\": \"2022-10-03T09:51:03Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"20ae3f8f-092c-4d3f-901d-04bd29159941\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}], \"RequestId\": + \"4ee019ec-670f-4b62-b413-629a26d6ac08\"}}" + headers: + Connection: + - keep-alive + Content-Length: + - '54459' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 06:31:30 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-5m1qoe12"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.727 + X-TC-Timestamp: + - '1662445890' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-5m1qoe12","Tags":[{"TagKey":"maid_status","TagValue":"Resource + does not meet policy: terminate@2022-09-01T03:01:00+00:00"},{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[TKE][\u903b\u8f91]_1233351"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u540e\u53f0\u670d\u52a1][QCintlBackend]_1177037"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"078161c4-e5a9-4b96-a374-20fcd0c71e66"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '931' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 06:31:30 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-lquxvxc0"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.727 + X-TC-Timestamp: + - '1662445890' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-lquxvxc0","Tags":[{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[TKE][\u903b\u8f91]_1233351"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u540e\u53f0\u670d\u52a1][QCintlBackend]_1177037"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"a4aea112-91cf-4706-8cfe-2f9d5c632962"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '826' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 06:31:30 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-cazj1vbe"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.727 + X-TC-Timestamp: + - '1662445890' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-cazj1vbe","Tags":[{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[TKE][\u903b\u8f91]_1233351"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u540e\u53f0\u670d\u52a1][QCintlBackend]_1177037"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"541f48f7-0db5-4dc1-989e-be076bc5a47c"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '826' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 06:31:30 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-kvl0w2ma"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.727 + X-TC-Timestamp: + - '1662445890' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-kvl0w2ma","Tags":[{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[TKE][\u903b\u8f91]_1233351"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u540e\u53f0\u670d\u52a1][QCintlBackend]_1177037"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"695d6b76-b008-49b8-8a39-187374ab59c3"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '826' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 06:31:30 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-qsglba6k"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.727 + X-TC-Timestamp: + - '1662445890' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-qsglba6k","Tags":[{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[TKE][\u903b\u8f91]_1233351"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u540e\u53f0\u670d\u52a1][QCintlBackend]_1177037"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"f5c5e470-6da5-4343-88ea-bca9c6b33243"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '826' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 06:31:30 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-9o2kyd4y"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.727 + X-TC-Timestamp: + - '1662445890' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-9o2kyd4y","Tags":[{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[\u56fd\u9645\u7ad9\u8d26\u53f7\u540e\u53f0][\u903b\u8f91]_1523761"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u540e\u53f0\u670d\u52a1][\u56fd\u9645\u7ad9\u8d26\u53f7\u540e\u53f0]_1523759"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"svkingfang"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"1ffbe523-9743-4935-82da-bb87bb88b02e"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '893' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 06:31:30 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-pdeakyss"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.727 + X-TC-Timestamp: + - '1662445890' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-pdeakyss","Tags":[{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"junoma"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[\u73b0\u7f51\u73af\u5883][WEB]_1481933"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u524d\u7aef\u670d\u52a1][\u8fd0\u8425\u5e73\u53f0]_1481930"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"43caaf79-4815-481d-a481-e0afc4c42ff6"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '844' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 06:31:30 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-fh0uofmu"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.727 + X-TC-Timestamp: + - '1662445890' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-fh0uofmu","Tags":[{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"junoma"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[\u73b0\u7f51\u73af\u5883][WEB]_1481933"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u524d\u7aef\u670d\u52a1][\u8fd0\u8425\u5e73\u53f0]_1481930"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"cca89807-14c5-41fa-875a-5e5e693cb98e"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '844' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 06:31:30 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-opgb2z8u"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.727 + X-TC-Timestamp: + - '1662445890' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-opgb2z8u","Tags":[{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"kairongsun"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[\u6d4b\u8bd5\u73af\u5883][WEB]_1481932"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u524d\u7aef\u670d\u52a1][\u8fd0\u8425\u5e73\u53f0]_1481930"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"00776c49-0b99-44bb-b60c-1e6fd4168ba4"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '848' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 06:31:30 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-cnbvisqw"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.727 + X-TC-Timestamp: + - '1662445890' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-cnbvisqw","Tags":[{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[TKE][\u903b\u8f91]_1233351"},{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"rostachen"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u540e\u53f0\u670d\u52a1][QCintlBackend]_1177037"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"c331f599-be45-4cfe-84c9-d9d298980411"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '824' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 06:31:31 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-b33khmau"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.727 + X-TC-Timestamp: + - '1662445891' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-b33khmau","Tags":[{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[TKE][\u903b\u8f91]_1233351"},{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"rostachen"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u540e\u53f0\u670d\u52a1][QCintlBackend]_1177037"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"0bb49793-a285-4fc0-a63a-5f574e44dca0"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '824' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 06:31:31 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-6tr12fgu"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.727 + X-TC-Timestamp: + - '1662445891' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-6tr12fgu","Tags":[{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[\u540e\u7aef_\u6b63\u5f0f_SGP2][\u5176\u4ed6]_1325549"},{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"yuiffydong"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u524d\u7aef\u670d\u52a1][\u540e\u7aef\u670d\u52a1]_1325546"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"e8e8644b-09f6-41b0-8f49-953717d9ccf3"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '863' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 06:31:31 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-2bxfa3gi"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.727 + X-TC-Timestamp: + - '1662445891' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-2bxfa3gi","Tags":[{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[\u540e\u7aef_\u6b63\u5f0f_SGP2][\u5176\u4ed6]_1325549"},{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"yuiffydong"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u524d\u7aef\u670d\u52a1][\u540e\u7aef\u670d\u52a1]_1325546"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"79e62a81-23a7-4103-985c-f95fba7353d3"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '863' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 06:31:31 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-ig8ceoh4"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.727 + X-TC-Timestamp: + - '1662445891' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-ig8ceoh4","Tags":[{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[TKE][\u903b\u8f91]_1233351"},{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"rostachen"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u540e\u53f0\u670d\u52a1][QCintlBackend]_1177037"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"c8f8935a-0f74-494f-8604-ba706223d76f"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '824' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 06:31:31 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-eoux8wtm"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.727 + X-TC-Timestamp: + - '1662445891' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-eoux8wtm","Tags":[{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[TKE][\u903b\u8f91]_1233351"},{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"rostachen"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u540e\u53f0\u670d\u52a1][QCintlBackend]_1177037"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"cb08ec14-e47a-4570-9488-6b325c0915aa"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '824' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 06:31:31 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-occ2nl6s"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.727 + X-TC-Timestamp: + - '1662445891' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-occ2nl6s","Tags":[{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[\u540e\u7aef_\u6b63\u5f0f_SGP2][\u5176\u4ed6]_1325549"},{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"yuiffydong"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u524d\u7aef\u670d\u52a1][\u540e\u7aef\u670d\u52a1]_1325546"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"61724cde-84eb-4949-8ee8-cd5fd7f9e367"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '863' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 06:31:31 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-mdcokq98"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.727 + X-TC-Timestamp: + - '1662445891' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-mdcokq98","Tags":[{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[\u5f00\u53d1][\u5176\u4ed6]_1325553"},{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"yuiffydong"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u524d\u7aef\u670d\u52a1][\u975e\u6b63\u5f0f\u670d\u52a1]_1325551"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"46f7c35e-8f69-4924-be6a-c6757976ff6d"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '851' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 06:31:31 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-ewpgkq5m"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.727 + X-TC-Timestamp: + - '1662445891' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-ewpgkq5m","Tags":[{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[\u540e\u7aef_\u6b63\u5f0f_SGP1][\u5176\u4ed6]_1325548"},{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"breezmchen"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u524d\u7aef\u670d\u52a1][\u540e\u7aef\u670d\u52a1]_1325546"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"179712da-d13c-4f10-bf51-6a5b342b00da"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '863' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 06:31:31 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-7l2hz5s0"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.727 + X-TC-Timestamp: + - '1662445891' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-7l2hz5s0","Tags":[{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[\u540e\u7aef_\u6b63\u5f0f_SGP1][\u5176\u4ed6]_1325548"},{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"breezmchen"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u524d\u7aef\u670d\u52a1][\u540e\u7aef\u670d\u52a1]_1325546"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"ea1a8771-216e-4bb6-8bae-7d51a3249962"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '863' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 06:31:31 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"ResourceList": ["qcs::cvm:ap-singapore::instance/ins-81e19k7c"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + Host: + - tag.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - GetResources + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.727 + X-TC-Timestamp: + - '1662445891' + X-TC-Version: + - '2018-08-13' + method: POST + uri: https://tag.tencentcloudapi.com/ + response: + body: + string: '{"Response":{"PaginationToken":"","ResourceTagMappingList":[{"Resource":"qcs::cvm:ap-singapore:uin\/438167613:instance\/ins-81e19k7c","Tags":[{"TagKey":"\u4e09\u7ea7\u4e1a\u52a1","TagValue":"[TKE][\u903b\u8f91]_1233351"},{"TagKey":"\u5907\u4efd\u8d1f\u8d23\u4eba","TagValue":"rostachen"},{"TagKey":"\u8d1f\u8d23\u4eba","TagValue":"patrickjxli"},{"TagKey":"\u4e8c\u7ea7\u4e1a\u52a1","TagValue":"[\u540e\u53f0\u670d\u52a1][QCintlBackend]_1177037"},{"TagKey":"\u4e00\u7ea7\u4e1a\u52a1","TagValue":"[N][\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51]_1175429"},{"TagKey":"\u8fd0\u8425\u4ea7\u54c1","TagValue":"\u817e\u8baf\u4e91\u56fd\u9645\u7248\u5b98\u7f51_2462"},{"TagKey":"\u8fd0\u8425\u90e8\u95e8","TagValue":"\u56fd\u9645\u4ea7\u54c1\u7814\u53d1\u4e2d\u5fc3_1182"}]}],"RequestId":"13a4100f-7607-4452-8ae3-f245d1f72d91"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '824' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 06:31:31 GMT + Server: + - nginx + status: + code: 200 + message: OK +version: 1 diff --git a/tools/c7n_tencentcloud/tests/cassettes/test_tc_query/TestResourcetQuery.test_filter.yaml b/tools/c7n_tencentcloud/tests/cassettes/test_tc_query/TestResourcetQuery.test_filter.yaml new file mode 100644 index 00000000000..2fcf4528951 --- /dev/null +++ b/tools/c7n_tencentcloud/tests/cassettes/test_tc_query/TestResourcetQuery.test_filter.yaml @@ -0,0 +1,95 @@ +interactions: +- request: + body: '{}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '2' + Content-Type: + - application/json + Host: + - cvm.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - DescribeRegions + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432850' + X-TC-Version: + - '2017-03-12' + method: POST + uri: https://cvm.tencentcloudapi.com/ + response: + body: + string: '{"Response": {"TotalCount": 41, "RequestId": "9891a274-bf13-4c11-9dc0-f0e57dab1a2c", + "RegionSet": [{"RegionState": "AVAILABLE", "Region": "ap-guangzhou", "RegionName": + "\u534e\u5357\u5730\u533a(\u5e7f\u5dde)"}, {"RegionState": "AVAILABLE", "Region": + "ap-shenzhen-fsi", "RegionName": "\u534e\u5357\u5730\u533a(\u6df1\u5733\u91d1\u878d)"}, + {"RegionState": "AVAILABLE", "Region": "ap-guangzhou-open", "RegionName": + "\u534e\u5357\u5730\u533a(\u5e7f\u5ddeOPEN)"}, {"RegionState": "AVAILABLE", + "Region": "ap-shenzhen", "RegionName": "\u534e\u5357\u5730\u533a(\u6df1\u5733)"}, + {"RegionState": "AVAILABLE", "Region": "ap-qingyuan", "RegionName": "\u534e\u5357\u5730\u533a(\u6e05\u8fdc)"}, + {"RegionState": "AVAILABLE", "Region": "ap-qingyuan-xinan", "RegionName": + "\u534e\u5357\u5730\u533a(\u6e05\u8fdc\u4fe1\u5b89)"}, {"RegionState": "AVAILABLE", + "Region": "ap-shenzhen-sycft", "RegionName": "\u534e\u5357\u5730\u533a(\u6df1\u5733\u6df1\u5b87\u8d22\u4ed8\u901a)"}, + {"RegionState": "AVAILABLE", "Region": "ap-shanghai", "RegionName": "\u534e\u4e1c\u5730\u533a(\u4e0a\u6d77)"}, + {"RegionState": "AVAILABLE", "Region": "ap-shanghai-fsi", "RegionName": "\u534e\u4e1c\u5730\u533a(\u4e0a\u6d77\u91d1\u878d)"}, + {"RegionState": "AVAILABLE", "Region": "ap-jinan-ec", "RegionName": "\u534e\u4e1c\u5730\u533a(\u6d4e\u5357)"}, + {"RegionState": "AVAILABLE", "Region": "ap-hangzhou-ec", "RegionName": "\u534e\u4e1c\u5730\u533a(\u676d\u5dde)"}, + {"RegionState": "AVAILABLE", "Region": "ap-nanjing", "RegionName": "\u534e\u4e1c\u5730\u533a(\u5357\u4eac)"}, + {"RegionState": "AVAILABLE", "Region": "ap-fuzhou-ec", "RegionName": "\u534e\u4e1c\u5730\u533a(\u798f\u5dde)"}, + {"RegionState": "AVAILABLE", "Region": "ap-hefei-ec", "RegionName": "\u534e\u4e1c\u5730\u533a(\u5408\u80a5)"}, + {"RegionState": "AVAILABLE", "Region": "ap-shanghai-adc", "RegionName": "\u534e\u4e1c\u5730\u533a(\u4e0a\u6d77\u81ea\u52a8\u9a7e\u9a76\u4e91)"}, + {"RegionState": "AVAILABLE", "Region": "ap-beijing", "RegionName": "\u534e\u5317\u5730\u533a(\u5317\u4eac)"}, + {"RegionState": "AVAILABLE", "Region": "ap-tianjin", "RegionName": "\u534e\u5317\u5730\u533a(\u5929\u6d25)"}, + {"RegionState": "AVAILABLE", "Region": "ap-beijing-fsi", "RegionName": "\u534e\u5317\u5730\u533a(\u5317\u4eac\u91d1\u878d)"}, + {"RegionState": "AVAILABLE", "Region": "ap-shijiazhuang-ec", "RegionName": + "\u534e\u5317\u5730\u533a(\u77f3\u5bb6\u5e84)"}, {"RegionState": "AVAILABLE", + "Region": "ap-wuhan-ec", "RegionName": "\u534e\u4e2d\u5730\u533a(\u6b66\u6c49)"}, + {"RegionState": "AVAILABLE", "Region": "ap-changsha-ec", "RegionName": "\u534e\u4e2d\u5730\u533a(\u957f\u6c99)"}, + {"RegionState": "AVAILABLE", "Region": "ap-zhengzhou-ec", "RegionName": "\u534e\u4e2d\u5730\u533a(\u90d1\u5dde)"}, + {"RegionState": "AVAILABLE", "Region": "ap-chengdu", "RegionName": "\u897f\u5357\u5730\u533a(\u6210\u90fd)"}, + {"RegionState": "AVAILABLE", "Region": "ap-chongqing", "RegionName": "\u897f\u5357\u5730\u533a(\u91cd\u5e86)"}, + {"RegionState": "AVAILABLE", "Region": "ap-xian-ec", "RegionName": "\u897f\u5317\u5730\u533a(\u897f\u5b89)"}, + {"RegionState": "AVAILABLE", "Region": "ap-xibei-ec", "RegionName": "\u897f\u5317\u5730\u533a(\u897f\u5317)"}, + {"RegionState": "AVAILABLE", "Region": "ap-shenyang-ec", "RegionName": "\u4e1c\u5317\u5730\u533a(\u6c88\u9633)"}, + {"RegionState": "AVAILABLE", "Region": "ap-hongkong", "RegionName": "\u6e2f\u6fb3\u53f0\u5730\u533a(\u4e2d\u56fd\u9999\u6e2f)"}, + {"RegionState": "AVAILABLE", "Region": "ap-taipei", "RegionName": "\u6e2f\u6fb3\u53f0\u5730\u533a(\u4e2d\u56fd\u53f0\u5317)"}, + {"RegionState": "AVAILABLE", "Region": "ap-seoul", "RegionName": "\u4e9a\u592a\u4e1c\u5317(\u9996\u5c14)"}, + {"RegionState": "AVAILABLE", "Region": "ap-tokyo", "RegionName": "\u4e9a\u592a\u4e1c\u5317(\u4e1c\u4eac)"}, + {"RegionState": "AVAILABLE", "Region": "ap-singapore", "RegionName": "\u4e9a\u592a\u4e1c\u5357(\u65b0\u52a0\u5761)"}, + {"RegionState": "AVAILABLE", "Region": "ap-bangkok", "RegionName": "\u4e9a\u592a\u4e1c\u5357(\u66fc\u8c37)"}, + {"RegionState": "AVAILABLE", "Region": "ap-jakarta", "RegionName": "\u4e9a\u592a\u4e1c\u5357(\u96c5\u52a0\u8fbe)"}, + {"RegionState": "AVAILABLE", "Region": "na-siliconvalley", "RegionName": "\u7f8e\u56fd\u897f\u90e8(\u7845\u8c37)"}, + {"RegionState": "AVAILABLE", "Region": "eu-frankfurt", "RegionName": "\u6b27\u6d32\u5730\u533a(\u6cd5\u5170\u514b\u798f)"}, + {"RegionState": "AVAILABLE", "Region": "eu-moscow", "RegionName": "\u6b27\u6d32\u5730\u533a(\u83ab\u65af\u79d1)"}, + {"RegionState": "AVAILABLE", "Region": "ap-mumbai", "RegionName": "\u4e9a\u592a\u5357\u90e8(\u5b5f\u4e70)"}, + {"RegionState": "AVAILABLE", "Region": "na-ashburn", "RegionName": "\u7f8e\u56fd\u4e1c\u90e8(\u5f17\u5409\u5c3c\u4e9a)"}, + {"RegionState": "AVAILABLE", "Region": "sa-saopaulo", "RegionName": "\u5357\u7f8e\u5730\u533a(\u5723\u4fdd\u7f57)"}, + {"RegionState": "AVAILABLE", "Region": "na-toronto", "RegionName": "\u5317\u7f8e\u5730\u533a(\u591a\u4f26\u591a)"}]}}' + headers: + Connection: + - keep-alive + Content-Length: + - '4901' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:11 GMT + Server: + - nginx + status: + code: 200 + message: OK +version: 1 diff --git a/tools/c7n_tencentcloud/tests/cassettes/test_tc_query/TestResourcetQuery.test_paged_filter.yaml b/tools/c7n_tencentcloud/tests/cassettes/test_tc_query/TestResourcetQuery.test_paged_filter.yaml new file mode 100644 index 00000000000..6194ba51fda --- /dev/null +++ b/tools/c7n_tencentcloud/tests/cassettes/test_tc_query/TestResourcetQuery.test_paged_filter.yaml @@ -0,0 +1,1711 @@ +interactions: +- request: + body: '{"Offset": 0, "Limit": 20}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '26' + Content-Type: + - application/json + Host: + - cvm.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - DescribeInstances + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432851' + X-TC-Version: + - '2017-03-12' + method: POST + uri: https://cvm.tencentcloudapi.com/ + response: + body: + string: "{\"Response\": {\"TotalCount\": 40, \"InstanceSet\": [{\"Placement\": + {\"Zone\": \"ap-singapore-2\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-5m1qoe12\", \"Uuid\": \"99dec0d3-208c-4bfa-88d6-8641c6e956c4\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-prod-26\", + \"InstanceChargeType\": \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-fz7rygkk\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-hv1z33fs\", \"DiskSize\": 500, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"11.146.148.162\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-7jck3lok\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-r7vh5s36\", \"sg-j71b9eie\"], \"LoginSettings\": {\"KeyIds\": null}, + \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2022-08-15T09:46:44Z\", \"ExpiredTime\": + \"2022-09-15T09:46:44Z\", \"Tags\": [{\"tagKey\": \"maid_status\", \"tagValue\": + \"Resource does not meet policy: terminate@2022-09-01T03:01:00+00:00\", \"Key\": + \"maid_status\", \"Value\": \"Resource does not meet policy: terminate@2022-09-01T03:01:00+00:00\"}, + {\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"patrickjxli\"}, + {\"tagKey\": \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": + \"\u8D1F\u8D23\u4EBA\", \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"tagValue\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": + \"\u8FD0\u8425\u4EA7\u54C1\", \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, + {\"tagKey\": \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"AssociateSecurityGroups\", + \"LatestOperationState\": \"SUCCESS\", \"LatestOperationRequestId\": \"059e8d06-63f6-468a-b06b-116b13ada2fc\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-3\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-lquxvxc0\", \"Uuid\": \"399a65fd-efa2-4a21-b867-f3664dc56d09\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-dev-4\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-aa0rhmz2\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-ah75ho3m\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"11.168.77.76\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-d921vuqs\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-r7vh5s36\", \"sg-j71b9eie\"], \"LoginSettings\": {\"KeyIds\": null}, + \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2022-05-12T07:59:10Z\", \"ExpiredTime\": + \"2022-09-12T07:59:10Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"patrickjxli\"}, + {\"tagKey\": \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": + \"\u8D1F\u8D23\u4EBA\", \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"tagValue\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": + \"\u8FD0\u8425\u4EA7\u54C1\", \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, + {\"tagKey\": \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"9b32d134-75b0-4135-87bc-49cfc3b6c329\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-3\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-cazj1vbe\", \"Uuid\": \"b1f2dd12-eeb3-4807-b12d-b1231cd3bb97\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-dev-5\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-pa3o7dbi\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-nrtnw0ku\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"11.168.77.32\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-d921vuqs\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-r7vh5s36\", \"sg-j71b9eie\"], \"LoginSettings\": {\"KeyIds\": null}, + \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2022-05-12T07:59:07Z\", \"ExpiredTime\": + \"2022-09-12T07:59:07Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"patrickjxli\"}, + {\"tagKey\": \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": + \"\u8D1F\u8D23\u4EBA\", \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"tagValue\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": + \"\u8FD0\u8425\u4EA7\u54C1\", \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, + {\"tagKey\": \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"3b85adeb-1823-4cf5-868f-66ccabd84098\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-3\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-kvl0w2ma\", \"Uuid\": \"abfafd6d-778f-445e-8694-32d35dbcd2b8\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-beta-3\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-24ywyfok\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-qozy1xfo\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"11.168.77.73\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-d921vuqs\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-r7vh5s36\", \"sg-j71b9eie\"], \"LoginSettings\": {\"KeyIds\": null}, + \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2022-05-12T07:59:08Z\", \"ExpiredTime\": + \"2022-09-12T07:59:08Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"patrickjxli\"}, + {\"tagKey\": \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": + \"\u8D1F\u8D23\u4EBA\", \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"tagValue\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": + \"\u8FD0\u8425\u4EA7\u54C1\", \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, + {\"tagKey\": \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"889f1486-4967-4d56-9425-2aee8e42bbe8\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-3\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-qsglba6k\", \"Uuid\": \"bf3bdb9f-e56e-4e22-9f72-a6e7d483d5ea\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-beta-4\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-8u9tsgg6\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-5wv81rka\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"11.168.77.66\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-d921vuqs\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-r7vh5s36\", \"sg-j71b9eie\"], \"LoginSettings\": {\"KeyIds\": null}, + \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2022-05-12T07:59:08Z\", \"ExpiredTime\": + \"2022-09-12T07:59:08Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"patrickjxli\"}, + {\"tagKey\": \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": + \"\u8D1F\u8D23\u4EBA\", \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"tagValue\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": + \"\u8FD0\u8425\u4EA7\u54C1\", \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, + {\"tagKey\": \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"889f1486-4967-4d56-9425-2aee8e42bbe8\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-3\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-9o2kyd4y\", \"Uuid\": \"e69813d2-948a-4355-b52a-cd60022da3a5\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"\u672A\u547D\u540D2\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-jkmzmciw\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-3kt3p7uy\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"11.142.213.137\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-jsikmt7j\", + \"SubnetId\": \"subnet-haulk56o\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-j71b9eie\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-fjxtfi0n\", + \"OsName\": \"TencentOS Server 2.6 (TK4)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2022-01-10T08:23:07Z\", \"ExpiredTime\": \"2022-09-10T08:23:07Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u56FD\u9645\u7AD9\u8D26\u53F7\u540E\u53F0][\u903B\u8F91]_1523761\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u56FD\u9645\u7AD9\u8D26\u53F7\u540E\u53F0][\u903B\u8F91]_1523761\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][\u56FD\u9645\u7AD9\u8D26\u53F7\u540E\u53F0]_1523759\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][\u56FD\u9645\u7AD9\u8D26\u53F7\u540E\u53F0]_1523759\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"svkingfang\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"svkingfang\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"3657ae39-898b-47b3-bb65-b5ce6b545f2a\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-pdeakyss\", \"Uuid\": \"30eff38d-8b54-49bd-8de6-1cd6f15f2bae\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.LARGE8\", + \"CPU\": 4, \"Memory\": 8, \"InstanceName\": \"qcintl-opcenter-prod-1\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-f72js47i\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-k478ex3g\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"11.186.188.198\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-jsikmt7j\", + \"SubnetId\": \"subnet-b8lc32a0\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-j71b9eie\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", + \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2021-10-18T02:08:48Z\", \"ExpiredTime\": \"2022-09-18T02:08:48Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u73B0\u7F51\u73AF\u5883][WEB]_1481933\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u73B0\u7F51\u73AF\u5883][WEB]_1481933\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u524D\u7AEF\u670D\u52A1][\u8FD0\u8425\u5E73\u53F0]_1481930\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u524D\u7AEF\u670D\u52A1][\u8FD0\u8425\u5E73\u53F0]_1481930\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"junoma\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"junoma\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"23ecb9cb-09ad-4afc-be25-766328afe35b\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-fh0uofmu\", \"Uuid\": \"9fc9ea52-ab48-4827-af75-644fb20db7fa\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.LARGE8\", + \"CPU\": 4, \"Memory\": 8, \"InstanceName\": \"qcintl-opcenter-prod-2\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-8r8zvio8\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-060i7p70\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"11.186.188.173\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-jsikmt7j\", + \"SubnetId\": \"subnet-b8lc32a0\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-j71b9eie\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", + \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2021-10-18T02:08:48Z\", \"ExpiredTime\": \"2022-09-18T02:08:49Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u73B0\u7F51\u73AF\u5883][WEB]_1481933\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u73B0\u7F51\u73AF\u5883][WEB]_1481933\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u524D\u7AEF\u670D\u52A1][\u8FD0\u8425\u5E73\u53F0]_1481930\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u524D\u7AEF\u670D\u52A1][\u8FD0\u8425\u5E73\u53F0]_1481930\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"junoma\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"junoma\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"53432dc2-9943-4580-a226-ae56c63c1a3c\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-opgb2z8u\", \"Uuid\": \"cdcdfc74-f41e-46d8-b551-485b2c7f042e\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.LARGE8\", + \"CPU\": 4, \"Memory\": 8, \"InstanceName\": \"qcintl-opcenter-test\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-cpc7d12i\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-k9k9oq4q\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"11.186.188.254\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-jsikmt7j\", + \"SubnetId\": \"subnet-b8lc32a0\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-j71b9eie\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", + \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2021-10-18T02:08:52Z\", \"ExpiredTime\": \"2022-09-18T02:08:52Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u6D4B\u8BD5\u73AF\u5883][WEB]_1481932\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u6D4B\u8BD5\u73AF\u5883][WEB]_1481932\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u524D\u7AEF\u670D\u52A1][\u8FD0\u8425\u5E73\u53F0]_1481930\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u524D\u7AEF\u670D\u52A1][\u8FD0\u8425\u5E73\u53F0]_1481930\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"kairongsun\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"kairongsun\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"0584ddeb-85dd-4de3-9676-240b19344d9f\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-2\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-cnbvisqw\", \"Uuid\": \"b96e4b4c-dc26-4156-aae6-f828812e49f3\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-prod-24\", + \"InstanceChargeType\": \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-21k78kkg\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-6zthw9lw\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.95.12\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-lgbal5s0\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-roagpzjw\", \"sg-ph6m7unq\", \"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": + null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-09-15T09:44:59Z\", \"ExpiredTime\": + \"2022-09-15T09:45:00Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"b2dd0116-2dba-4c04-a8b8-7250f5107c00\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-2\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-b33khmau\", \"Uuid\": \"9b262cde-54bb-4bf2-b88b-c5e2acd1938c\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-prod-22\", + \"InstanceChargeType\": \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-r28rqsv8\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-hioh0uvg\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.95.10\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-lgbal5s0\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-roagpzjw\", \"sg-ph6m7unq\", \"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": + null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-09-15T09:44:59Z\", \"ExpiredTime\": + \"2022-09-15T09:44:59Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"28171911-0cea-4bba-a242-b05deb666d13\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-2\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-6tr12fgu\", \"Uuid\": \"1ddf4305-801d-4195-89cb-03a7b3af1ece\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-back-prod\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-0irloafc\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-qtnnxxm6\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.95.15\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-lgbal5s0\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", + \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2020-09-15T09:44:59Z\", \"ExpiredTime\": \"2022-09-15T09:44:59Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u7AEF_\u6B63\u5F0F_SGP2][\u5176\u4ED6]_1325549\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u7AEF_\u6B63\u5F0F_SGP2][\u5176\u4ED6]_1325549\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u524D\u7AEF\u670D\u52A1][\u540E\u7AEF\u670D\u52A1]_1325546\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u524D\u7AEF\u670D\u52A1][\u540E\u7AEF\u670D\u52A1]_1325546\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"yuiffydong\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"yuiffydong\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"b2dd0116-2dba-4c04-a8b8-7250f5107c00\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-2\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-2bxfa3gi\", \"Uuid\": \"d7965133-3567-4be4-a4e8-ac36702bac9e\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-back-prod\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-1ag1szhm\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-jlfd4nm6\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.95.14\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-lgbal5s0\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", + \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2020-09-15T09:45:00Z\", \"ExpiredTime\": \"2022-09-15T09:45:00Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u7AEF_\u6B63\u5F0F_SGP2][\u5176\u4ED6]_1325549\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u7AEF_\u6B63\u5F0F_SGP2][\u5176\u4ED6]_1325549\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u524D\u7AEF\u670D\u52A1][\u540E\u7AEF\u670D\u52A1]_1325546\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u524D\u7AEF\u670D\u52A1][\u540E\u7AEF\u670D\u52A1]_1325546\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"yuiffydong\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"yuiffydong\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"b2dd0116-2dba-4c04-a8b8-7250f5107c00\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-2\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-ig8ceoh4\", \"Uuid\": \"e101efd6-7e51-4058-b3d5-d3299f882f1d\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-prod-23\", + \"InstanceChargeType\": \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-07ezpn1k\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-aq0sb5ra\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.95.7\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-lgbal5s0\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-roagpzjw\", \"sg-ph6m7unq\", \"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": + null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-09-15T09:44:59Z\", \"ExpiredTime\": + \"2022-09-15T09:44:59Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"d8ec9800-008f-4785-9030-2b0688dfcca1\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-2\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-eoux8wtm\", \"Uuid\": \"d7b08e67-6c43-4b76-992f-55ef4c5dcb03\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-prod-21\", + \"InstanceChargeType\": \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-be94oeh0\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-au8p56lm\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.95.5\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-lgbal5s0\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-roagpzjw\", \"sg-ph6m7unq\", \"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": + null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-09-15T09:44:59Z\", \"ExpiredTime\": + \"2022-09-15T09:44:59Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"544d3276-8c66-49a7-8162-4f8f73606693\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-2\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-occ2nl6s\", \"Uuid\": \"04f3cf0b-284d-4269-91bf-82cf7c1aff14\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S5.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-back-prod\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-297yzrr8\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-6ribrryk\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.95.6\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-lgbal5s0\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", + \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2020-09-15T09:44:59Z\", \"ExpiredTime\": \"2022-09-15T09:44:59Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u7AEF_\u6B63\u5F0F_SGP2][\u5176\u4ED6]_1325549\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u7AEF_\u6B63\u5F0F_SGP2][\u5176\u4ED6]_1325549\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u524D\u7AEF\u670D\u52A1][\u540E\u7AEF\u670D\u52A1]_1325546\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u524D\u7AEF\u670D\u52A1][\u540E\u7AEF\u670D\u52A1]_1325546\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"yuiffydong\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"yuiffydong\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"28171911-0cea-4bba-a242-b05deb666d13\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-mdcokq98\", \"Uuid\": \"1d792fff-744a-491d-8dcf-1b6347b15445\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-front-dev\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-gffrowys\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-92udsnae\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.91.166\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-ptx9u3my\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-bh86p0sv\", + \"OsName\": \"TencentOS Server 2.2 (Final)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2020-09-03T09:51:03Z\", \"ExpiredTime\": \"2022-10-03T09:51:03Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u5F00\u53D1][\u5176\u4ED6]_1325553\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u5F00\u53D1][\u5176\u4ED6]_1325553\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u524D\u7AEF\u670D\u52A1][\u975E\u6B63\u5F0F\u670D\u52A1]_1325551\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u524D\u7AEF\u670D\u52A1][\u975E\u6B63\u5F0F\u670D\u52A1]_1325551\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"yuiffydong\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"yuiffydong\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"6beecbea-a4b6-42fe-a69d-c59ce0d41fcd\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-ewpgkq5m\", \"Uuid\": \"13c865a6-5735-4e3e-a91c-ce85660a4f8e\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-back-prod\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-nucs9b7o\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-03achy76\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.91.198\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-ptx9u3my\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-bh86p0sv\", + \"OsName\": \"TencentOS Server 2.2 (Final)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2020-09-03T09:51:04Z\", \"ExpiredTime\": \"2022-10-03T09:51:04Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u7AEF_\u6B63\u5F0F_SGP1][\u5176\u4ED6]_1325548\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u7AEF_\u6B63\u5F0F_SGP1][\u5176\u4ED6]_1325548\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u524D\u7AEF\u670D\u52A1][\u540E\u7AEF\u670D\u52A1]_1325546\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u524D\u7AEF\u670D\u52A1][\u540E\u7AEF\u670D\u52A1]_1325546\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"breezmchen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"breezmchen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"029ae917-7000-4cc8-87f1-189aab7f8587\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-7l2hz5s0\", \"Uuid\": \"4e59e5fc-cbe9-4502-952e-1b256617bda3\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-back-prod\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-ckxq4mlc\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-c8s7ksqy\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.91.195\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-ptx9u3my\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-bh86p0sv\", + \"OsName\": \"TencentOS Server 2.2 (Final)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2020-09-03T09:51:03Z\", \"ExpiredTime\": \"2022-10-03T09:51:03Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u7AEF_\u6B63\u5F0F_SGP1][\u5176\u4ED6]_1325548\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u7AEF_\u6B63\u5F0F_SGP1][\u5176\u4ED6]_1325548\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u524D\u7AEF\u670D\u52A1][\u540E\u7AEF\u670D\u52A1]_1325546\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u524D\u7AEF\u670D\u52A1][\u540E\u7AEF\u670D\u52A1]_1325546\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"breezmchen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"breezmchen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"1313bdd6-cfea-47fc-bd2e-8a2d3886bdb0\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-81e19k7c\", \"Uuid\": \"f722c370-c5f7-43b7-a04f-e438a0f9e4e2\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-prod-13\", + \"InstanceChargeType\": \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-6yw2kd62\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-ai4m70oe\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": \"disk-bhnp19j6\", + \"DiskSize\": 10, \"DeleteWithInstance\": false, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-ljft6zri\", \"DiskSize\": 400, \"DeleteWithInstance\": + false, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": + 0, \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.68.31\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-3dwmuf9c\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-roagpzjw\", \"sg-ok5i7gu4\", \"sg-p81jcyj8\", \"sg-4qmt4lwy\"], \"LoginSettings\": + {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS + Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": + 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-09-03T09:51:03Z\", + \"ExpiredTime\": \"2022-10-03T09:51:03Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"20ae3f8f-092c-4d3f-901d-04bd29159941\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}], \"RequestId\": + \"c4e1f961-9742-4b85-bda2-f264b0016256\"}}" + headers: + Connection: + - keep-alive + Content-Length: + - '54459' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:11 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"Offset": 20, "Limit": 20}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '27' + Content-Type: + - application/json + Host: + - cvm.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - DescribeInstances + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432851' + X-TC-Version: + - '2017-03-12' + method: POST + uri: https://cvm.tencentcloudapi.com/ + response: + body: + string: "{\"Response\": {\"TotalCount\": 40, \"InstanceSet\": [{\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-j8c1m65q\", \"Uuid\": \"8cdf5568-237f-4c66-9fe5-93cd22d4ec64\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-beta\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-54bylppg\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-fivilcr0\", \"DiskSize\": 10, \"DeleteWithInstance\": + false, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": + 0, \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": \"disk-l3nkjww8\", + \"DiskSize\": 100, \"DeleteWithInstance\": true, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-68irdwys\", \"DiskSize\": 50, \"DeleteWithInstance\": false, + \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, \"CdcId\": + null}, {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": \"disk-s1izyoiq\", \"DiskSize\": + 400, \"DeleteWithInstance\": false, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.70.7\"], + \"PublicIpAddresses\": null, \"IPv6Addresses\": null, \"InternetAccessible\": + {\"InternetMaxBandwidthOut\": 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": + {\"VpcId\": \"vpc-fydywcwh\", \"SubnetId\": \"subnet-3dwmuf9c\", \"AsVpcGateway\": + false}, \"SecurityGroupIds\": [\"sg-roagpzjw\", \"sg-dpogscvk\", \"sg-p81jcyj8\", + \"sg-2vzd8v4i\", \"sg-6x8gh0je\"], \"LoginSettings\": {\"KeyIds\": null}, + \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-09-03T09:51:03Z\", \"ExpiredTime\": + \"2022-10-03T09:51:03Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"3d8b7421-0f23-4e24-a3b4-e32f9982f92e\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-lxqenzuw\", \"Uuid\": \"720a4e3d-8bdb-4a99-845b-94f4c3fb0839\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"\u672A\u547D\u540D16\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-no6t14su\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-j8nydwgy\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.91.253\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-ptx9u3my\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-bh86p0sv\", + \"OsName\": \"TencentOS Server 2.2 (Final)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2020-09-03T09:51:03Z\", \"ExpiredTime\": \"2022-10-03T09:51:03Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"5d455cc4-9c59-4877-af7b-f5a9b3507b75\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-rybpuhnw\", \"Uuid\": \"9d2aee12-1052-4504-b59c-f1f5d39d14d9\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-prod-14\", + \"InstanceChargeType\": \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-0r8s83fs\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-1q0q9r0g\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": \"disk-lzgcdekq\", + \"DiskSize\": 10, \"DeleteWithInstance\": false, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}], \"PrivateIpAddresses\": + [\"9.208.69.193\"], \"PublicIpAddresses\": null, \"IPv6Addresses\": null, + \"InternetAccessible\": {\"InternetMaxBandwidthOut\": 0, \"InternetChargeType\": + null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", \"SubnetId\": + \"subnet-3dwmuf9c\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": [\"sg-roagpzjw\", + \"sg-ok5i7gu4\", \"sg-p81jcyj8\", \"sg-4qmt4lwy\"], \"LoginSettings\": {\"KeyIds\": + null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-09-03T09:51:03Z\", \"ExpiredTime\": + \"2022-10-03T09:51:03Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"2cee38bd-be28-451d-bb93-a6777f048340\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-ij5m40hy\", \"Uuid\": \"97aab50e-c750-4f10-a508-358cd4595af3\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-dev\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-ptvotjfw\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-d5cxwpr4\", \"DiskSize\": 50, \"DeleteWithInstance\": + false, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": + 0, \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": \"disk-3q145fus\", + \"DiskSize\": 10, \"DeleteWithInstance\": false, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-a5sj8xpq\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": \"disk-2phetixw\", + \"DiskSize\": 400, \"DeleteWithInstance\": false, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}], \"PrivateIpAddresses\": + [\"9.208.68.145\"], \"PublicIpAddresses\": null, \"IPv6Addresses\": null, + \"InternetAccessible\": {\"InternetMaxBandwidthOut\": 0, \"InternetChargeType\": + null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", \"SubnetId\": + \"subnet-3dwmuf9c\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": [\"sg-roagpzjw\", + \"sg-5ebvdz6e\", \"sg-p81jcyj8\", \"sg-q0yp346q\"], \"LoginSettings\": {\"KeyIds\": + null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-09-03T09:51:04Z\", \"ExpiredTime\": + \"2022-10-03T09:51:04Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"2d8aafd1-466a-4307-a1f4-26430d24b15f\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-earktg9y\", \"Uuid\": \"2531cf82-d685-4d4a-aeb5-289644b2254f\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-prod-12\", + \"InstanceChargeType\": \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-qy40c7yi\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-hypjhhv0\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": \"disk-crrfgu18\", + \"DiskSize\": 50, \"DeleteWithInstance\": false, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-6mznvmay\", \"DiskSize\": 400, \"DeleteWithInstance\": + false, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": + 0, \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.68.119\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-3dwmuf9c\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-roagpzjw\", \"sg-ok5i7gu4\", \"sg-p81jcyj8\", \"sg-4qmt4lwy\"], \"LoginSettings\": + {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS + Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": + 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-09-03T09:51:03Z\", + \"ExpiredTime\": \"2022-10-03T09:51:03Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"61881d48-20cd-49ab-bd7f-0ccf2e5448dd\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-e6mdubmu\", \"Uuid\": \"ae56ae97-f2d8-4c1c-9e1b-54f58d7fd4b3\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-prod-offline\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-i5c9jc3k\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-gypduomk\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.91.214\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-ptx9u3my\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-bh86p0sv\", + \"OsName\": \"TencentOS Server 2.2 (Final)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2020-09-03T09:51:03Z\", \"ExpiredTime\": \"2022-10-03T09:51:03Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[PUBGM_SGP][WEB]_1327106\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[PUBGM_SGP][WEB]_1327106\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[PUBGM][\u516C\u5171\u670D\u52A1\u5668]_1327104\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[PUBGM][\u516C\u5171\u670D\u52A1\u5668]_1327104\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"shaohuali\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"shaohuali\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"dfd50187-cd4d-4f56-93ec-f2b30e6884fb\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-o1hbwh54\", \"Uuid\": \"19e3a498-83f1-4e66-aed4-5ce1b55b0227\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-front-test\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-ppmy2a22\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-jabt8rnu\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.91.207\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-ptx9u3my\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-bh86p0sv\", + \"OsName\": \"TencentOS Server 2.2 (Final)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2020-09-03T09:51:02Z\", \"ExpiredTime\": \"2022-10-03T09:51:02Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u6D4B\u8BD5][\u5176\u4ED6]_1325554\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u6D4B\u8BD5][\u5176\u4ED6]_1325554\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u524D\u7AEF\u670D\u52A1][\u975E\u6B63\u5F0F\u670D\u52A1]_1325551\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u524D\u7AEF\u670D\u52A1][\u975E\u6B63\u5F0F\u670D\u52A1]_1325551\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"yuiffydong\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"yuiffydong\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"0b3d118e-ee1d-42a6-a5c9-ea02065ef7b7\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-oop30fwq\", \"Uuid\": \"e8826ec0-a97c-4c2a-9462-04c6a0c7022a\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcint-prod-offline\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-ipnnryng\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-k5e15sbo\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.91.189\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-ptx9u3my\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-bh86p0sv\", + \"OsName\": \"TencentOS Server 2.2 (Final)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2020-09-03T09:51:03Z\", \"ExpiredTime\": \"2022-10-03T09:51:03Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u79BB\u7EBF_\u6B63\u5F0F_SGP][WEB]_1326949\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u79BB\u7EBF_\u6B63\u5F0F_SGP][WEB]_1326949\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u524D\u7AEF\u670D\u52A1][\u79BB\u7EBF\u670D\u52A1]_1326947\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u524D\u7AEF\u670D\u52A1][\u79BB\u7EBF\u670D\u52A1]_1326947\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"yuiffydong\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"yuiffydong\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"0fa28178-3212-490f-9846-4ba7498f95f1\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-3jtdpbvu\", \"Uuid\": \"51ecb443-bd61-47a4-9ae0-0683cd97e180\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-back-prod\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-0jacxewe\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-jow4hl4w\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.91.209\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-ptx9u3my\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-bh86p0sv\", + \"OsName\": \"TencentOS Server 2.2 (Final)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2020-09-03T09:51:02Z\", \"ExpiredTime\": \"2022-10-03T09:51:02Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u7AEF_\u6B63\u5F0F_SGP1][\u5176\u4ED6]_1325548\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u7AEF_\u6B63\u5F0F_SGP1][\u5176\u4ED6]_1325548\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u524D\u7AEF\u670D\u52A1][\u540E\u7AEF\u670D\u52A1]_1325546\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u524D\u7AEF\u670D\u52A1][\u540E\u7AEF\u670D\u52A1]_1325546\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"breezmchen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"breezmchen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"56f93c64-b5c7-4f09-8ac0-2e8e0f6d26fc\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-6e5k0flw\", \"Uuid\": \"a2ff36a4-67ae-477f-afee-e392625e74cd\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-front-beta\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-3wlq4duy\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-6kmr6eug\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.91.197\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-ptx9u3my\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-bh86p0sv\", + \"OsName\": \"TencentOS Server 2.2 (Final)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2020-09-03T09:51:01Z\", \"ExpiredTime\": \"2022-10-03T09:51:01Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u9884\u53D1][\u5176\u4ED6]_1325555\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u9884\u53D1][\u5176\u4ED6]_1325555\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u524D\u7AEF\u670D\u52A1][\u975E\u6B63\u5F0F\u670D\u52A1]_1325551\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u524D\u7AEF\u670D\u52A1][\u975E\u6B63\u5F0F\u670D\u52A1]_1325551\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"kairongsun\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"kairongsun\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"d01e0239-c16a-4e47-a6e2-382168997675\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-3qoxwfkc\", \"Uuid\": \"2a4f7102-f55e-4d7c-81d8-3187aa3b3f65\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-prod-11\", + \"InstanceChargeType\": \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-7bgjl2a2\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-5c8o755u\", \"DiskSize\": 400, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.68.168\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-3dwmuf9c\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-roagpzjw\", \"sg-ok5i7gu4\", \"sg-p81jcyj8\", \"sg-4qmt4lwy\"], \"LoginSettings\": + {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS + Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": + 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-09-03T09:51:03Z\", + \"ExpiredTime\": \"2022-10-03T09:51:03Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"fb98360c-7866-4dc5-80c9-2ee94a185257\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-g1nr75ly\", \"Uuid\": \"2f2ef505-b285-4c3e-a0b1-c5b62a6b2d36\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-beta-2\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-12b5k5go\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-qqe1zci4\", \"DiskSize\": 400, \"DeleteWithInstance\": + false, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": + 0, \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": \"disk-mvmhfvqm\", + \"DiskSize\": 50, \"DeleteWithInstance\": false, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-1dcklova\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.94.14\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-g358yx8m\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-dpogscvk\", \"sg-roagpzjw\", \"sg-p81jcyj8\", \"sg-hl3uvt30\", \"sg-ar3w3c4a\"], + \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": + \"TencentOS Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": + 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-08-25T09:22:59Z\", + \"ExpiredTime\": \"2022-09-25T09:22:59Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"079d2151-e36d-4b40-a4e1-373a54227ca4\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-hwask3og\", \"Uuid\": \"b58d87f4-e90c-4c97-96d6-9c2cdfc64247\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-prod-27\", + \"InstanceChargeType\": \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-ie08ex5u\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-5wowz6vi\", \"DiskSize\": 500, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.64.120\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-2dm4dzqc\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-r7vh5s36\", \"sg-roagpzjw\", \"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": + null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-08-25T09:22:59Z\", \"ExpiredTime\": + \"2022-09-25T09:22:59Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[QcatProd][\u903B\u8F91]_1451967\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[QcatProd][\u903B\u8F91]_1451967\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[Qcat][TKE\u540E\u53F0]_1451964\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[Qcat][TKE\u540E\u53F0]_1451964\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"d8eb740a-3e5d-4c7e-93c3-3a6d8cbb3ef2\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-pws7le08\", \"Uuid\": \"9152c941-e1e9-4c0d-be78-b45fdefd3c02\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-beta-1\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-2ls87r7k\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-2pzu7gui\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.94.15\"], \"PublicIpAddresses\": + null, \"IPv6Addresses\": null, \"InternetAccessible\": {\"InternetMaxBandwidthOut\": + 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": {\"VpcId\": \"vpc-fydywcwh\", + \"SubnetId\": \"subnet-g358yx8m\", \"AsVpcGateway\": false}, \"SecurityGroupIds\": + [\"sg-dpogscvk\", \"sg-roagpzjw\", \"sg-p81jcyj8\", \"sg-hl3uvt30\", \"sg-ar3w3c4a\"], + \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": + \"TencentOS Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": + 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-08-25T09:23:39Z\", + \"ExpiredTime\": \"2022-09-25T09:23:39Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"0c4c9f77-90f5-4700-962e-d0c86c58d180\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-hgpb1si4\", \"Uuid\": \"22177033-f043-4c25-b5e3-2c44dcd9aab4\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-prod-15\", + \"InstanceChargeType\": \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-gizufa7a\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-gv2wtrqe\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": \"disk-21lfuoo6\", + \"DiskSize\": 300, \"DeleteWithInstance\": false, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}], \"PrivateIpAddresses\": + [\"9.208.64.20\"], \"PublicIpAddresses\": null, \"IPv6Addresses\": null, \"InternetAccessible\": + {\"InternetMaxBandwidthOut\": 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": + {\"VpcId\": \"vpc-fydywcwh\", \"SubnetId\": \"subnet-2dm4dzqc\", \"AsVpcGateway\": + false}, \"SecurityGroupIds\": [\"sg-ok5i7gu4\", \"sg-roagpzjw\", \"sg-p81jcyj8\"], + \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": + \"TencentOS Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": + 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-08-25T09:22:57Z\", + \"ExpiredTime\": \"2022-09-25T09:22:58Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[QcatProd][\u903B\u8F91]_1451967\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[QcatProd][\u903B\u8F91]_1451967\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[Qcat][TKE\u540E\u53F0]_1451964\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[Qcat][TKE\u540E\u53F0]_1451964\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"c3dd752b-916e-4794-ba6b-09d4e5ceb9be\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-d27ciw8c\", \"Uuid\": \"85b81fa4-f4ab-4488-abcb-186e14f66d03\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-dev-2\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-4p746nd2\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-k48h4hz6\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": \"disk-72ucfhai\", + \"DiskSize\": 10, \"DeleteWithInstance\": false, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-cob9fwlm\", \"DiskSize\": 100, \"DeleteWithInstance\": + false, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": + 0, \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": \"disk-72j3knwu\", + \"DiskSize\": 50, \"DeleteWithInstance\": false, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}], \"PrivateIpAddresses\": + [\"9.208.94.5\"], \"PublicIpAddresses\": null, \"IPv6Addresses\": null, \"InternetAccessible\": + {\"InternetMaxBandwidthOut\": 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": + {\"VpcId\": \"vpc-fydywcwh\", \"SubnetId\": \"subnet-g358yx8m\", \"AsVpcGateway\": + false}, \"SecurityGroupIds\": [\"sg-5ebvdz6e\", \"sg-roagpzjw\", \"sg-lagk3c58\", + \"sg-p81jcyj8\"], \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", + \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", + \"DefaultLoginPort\": 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": + \"2020-08-25T09:22:58Z\", \"ExpiredTime\": \"2022-09-25T09:22:58Z\", \"Tags\": + [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"9e4a1283-2539-443d-8c3f-941eaefb143e\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-99a1z3uq\", \"Uuid\": \"8670c44c-5429-4051-929f-9f8c707f03c4\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-prod-16\", + \"InstanceChargeType\": \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-8f4c4p0o\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-c9hv4odk\", \"DiskSize\": 50, \"DeleteWithInstance\": + false, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": + 0, \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": \"disk-g3mhe42w\", + \"DiskSize\": 100, \"DeleteWithInstance\": true, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}], \"PrivateIpAddresses\": + [\"9.208.64.85\"], \"PublicIpAddresses\": null, \"IPv6Addresses\": null, \"InternetAccessible\": + {\"InternetMaxBandwidthOut\": 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": + {\"VpcId\": \"vpc-fydywcwh\", \"SubnetId\": \"subnet-2dm4dzqc\", \"AsVpcGateway\": + false}, \"SecurityGroupIds\": [\"sg-ok5i7gu4\", \"sg-roagpzjw\", \"sg-p81jcyj8\"], + \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": + \"TencentOS Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": + 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-08-25T09:22:57Z\", + \"ExpiredTime\": \"2022-09-25T09:22:57Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[QcatProd][\u903B\u8F91]_1451967\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[QcatProd][\u903B\u8F91]_1451967\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[Qcat][TKE\u540E\u53F0]_1451964\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[Qcat][TKE\u540E\u53F0]_1451964\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"ccc63b01-843e-4e3a-a961-edd3f33b831c\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-3rqj55qk\", \"Uuid\": \"0e34a9fa-5fe6-4485-a5a8-6e6ddae3f0f5\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-prod-17\", + \"InstanceChargeType\": \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-1y1ogl5a\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-plq4m8a0\", \"DiskSize\": 100, \"DeleteWithInstance\": + true, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, + \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": \"disk-bwpq2w7g\", + \"DiskSize\": 50, \"DeleteWithInstance\": false, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-a60b4efa\", \"DiskSize\": 10, \"DeleteWithInstance\": false, + \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": 0, \"CdcId\": + null}, {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": \"disk-bcia3ngs\", \"DiskSize\": + 200, \"DeleteWithInstance\": false, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}], \"PrivateIpAddresses\": [\"9.208.79.3\"], + \"PublicIpAddresses\": null, \"IPv6Addresses\": null, \"InternetAccessible\": + {\"InternetMaxBandwidthOut\": 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": + {\"VpcId\": \"vpc-fydywcwh\", \"SubnetId\": \"subnet-nmg0q7yi\", \"AsVpcGateway\": + false}, \"SecurityGroupIds\": [\"sg-ok5i7gu4\", \"sg-roagpzjw\", \"sg-p81jcyj8\"], + \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": + \"TencentOS Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": + 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-08-25T09:22:58Z\", + \"ExpiredTime\": \"2022-09-25T09:22:58Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[QcatBeta][\u903B\u8F91]_1451971\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[QcatBeta][\u903B\u8F91]_1451971\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[Qcat][TKE\u540E\u53F0]_1451964\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[Qcat][TKE\u540E\u53F0]_1451964\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"839f1aaf-21f7-4da4-9040-e9c078ec6da6\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-0hioe9fs\", \"Uuid\": \"bfff0162-9cb6-417c-9546-db3a37a73180\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-prod-25\", + \"InstanceChargeType\": \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", + \"DiskId\": \"disk-iqdrfeei\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-dzp2ipvk\", \"DiskSize\": 10, \"DeleteWithInstance\": + false, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": + 0, \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": \"disk-c1ez5gve\", + \"DiskSize\": 100, \"DeleteWithInstance\": true, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}], \"PrivateIpAddresses\": + [\"9.208.79.14\"], \"PublicIpAddresses\": null, \"IPv6Addresses\": null, \"InternetAccessible\": + {\"InternetMaxBandwidthOut\": 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": + {\"VpcId\": \"vpc-fydywcwh\", \"SubnetId\": \"subnet-nmg0q7yi\", \"AsVpcGateway\": + false}, \"SecurityGroupIds\": [\"sg-r7vh5s36\", \"sg-roagpzjw\", \"sg-p81jcyj8\"], + \"LoginSettings\": {\"KeyIds\": null}, \"ImageId\": \"img-2lr9q49h\", \"OsName\": + \"TencentOS Server 2.2 (tkernel3)\", \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": + 36000, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-08-25T09:22:57Z\", + \"ExpiredTime\": \"2022-09-25T09:22:58Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[QcatDev][\u903B\u8F91]_1451970\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[QcatDev][\u903B\u8F91]_1451970\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[Qcat][TKE\u540E\u53F0]_1451964\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[Qcat][TKE\u540E\u53F0]_1451964\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"48e87b3e-af8e-4401-aebe-04128e66103d\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}, {\"Placement\": + {\"Zone\": \"ap-singapore-1\", \"HostId\": null, \"ProjectId\": 0}, \"InstanceId\": + \"ins-o20umf2m\", \"Uuid\": \"baa8ca70-9264-403a-b0cb-1d896a88cd45\", \"InstanceState\": + \"RUNNING\", \"RestrictState\": \"NORMAL\", \"InstanceType\": \"S2.2XLARGE16\", + \"CPU\": 8, \"Memory\": 16, \"InstanceName\": \"qcintl-backend-dev-3\", \"InstanceChargeType\": + \"PREPAID\", \"SystemDisk\": {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": + \"disk-e4wi34fg\", \"DiskSize\": 100, \"Encrypt\": false, \"KmsKeyId\": null, + \"ThroughputPerformance\": 0, \"CdcId\": null}, \"DataDisks\": [{\"DiskType\": + \"CLOUD_PREMIUM\", \"DiskId\": \"disk-f8bf2e4m\", \"DiskSize\": 10, \"DeleteWithInstance\": + false, \"Encrypt\": false, \"KmsKeyId\": null, \"ThroughputPerformance\": + 0, \"CdcId\": null}, {\"DiskType\": \"CLOUD_PREMIUM\", \"DiskId\": \"disk-he9v82dg\", + \"DiskSize\": 100, \"DeleteWithInstance\": true, \"Encrypt\": false, \"KmsKeyId\": + null, \"ThroughputPerformance\": 0, \"CdcId\": null}], \"PrivateIpAddresses\": + [\"9.208.94.4\"], \"PublicIpAddresses\": null, \"IPv6Addresses\": null, \"InternetAccessible\": + {\"InternetMaxBandwidthOut\": 0, \"InternetChargeType\": null}, \"VirtualPrivateCloud\": + {\"VpcId\": \"vpc-fydywcwh\", \"SubnetId\": \"subnet-g358yx8m\", \"AsVpcGateway\": + false}, \"SecurityGroupIds\": [\"sg-5ebvdz6e\", \"sg-roagpzjw\", \"sg-p81jcyj8\", + \"sg-hl3uvt30\", \"sg-ar3w3c4a\"], \"LoginSettings\": {\"KeyIds\": null}, + \"ImageId\": \"img-2lr9q49h\", \"OsName\": \"TencentOS Server 2.2 (tkernel3)\", + \"DefaultLoginUser\": \"root\", \"DefaultLoginPort\": 36000, \"RenewFlag\": + \"NOTIFY_AND_AUTO_RENEW\", \"CreatedTime\": \"2020-08-25T09:22:58Z\", \"ExpiredTime\": + \"2022-09-25T09:22:58Z\", \"Tags\": [{\"tagKey\": \"\u4E00\u7EA7\u4E1A\u52A1\", + \"tagValue\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\", + \"Key\": \"\u4E00\u7EA7\u4E1A\u52A1\", \"Value\": \"[N][\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51]_1175429\"}, + {\"tagKey\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[TKE][\u903B\u8F91]_1233351\", + \"Key\": \"\u4E09\u7EA7\u4E1A\u52A1\", \"Value\": \"[TKE][\u903B\u8F91]_1233351\"}, + {\"tagKey\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"tagValue\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\", + \"Key\": \"\u4E8C\u7EA7\u4E1A\u52A1\", \"Value\": \"[\u540E\u53F0\u670D\u52A1][QCintlBackend]_1177037\"}, + {\"tagKey\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"tagValue\": \"rostachen\", + \"Key\": \"\u5907\u4EFD\u8D1F\u8D23\u4EBA\", \"Value\": \"rostachen\"}, {\"tagKey\": + \"\u8D1F\u8D23\u4EBA\", \"tagValue\": \"patrickjxli\", \"Key\": \"\u8D1F\u8D23\u4EBA\", + \"Value\": \"patrickjxli\"}, {\"tagKey\": \"\u8FD0\u8425\u4EA7\u54C1\", \"tagValue\": + \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\", \"Key\": \"\u8FD0\u8425\u4EA7\u54C1\", + \"Value\": \"\u817E\u8BAF\u4E91\u56FD\u9645\u7248\u5B98\u7F51_2462\"}, {\"tagKey\": + \"\u8FD0\u8425\u90E8\u95E8\", \"tagValue\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\", + \"Key\": \"\u8FD0\u8425\u90E8\u95E8\", \"Value\": \"\u56FD\u9645\u4EA7\u54C1\u7814\u53D1\u4E2D\u5FC3_1182\"}], + \"PlatformProjectId\": null, \"DisasterRecoverGroupId\": \"\", \"DedicatedClusterId\": + \"\", \"CamRoleName\": \"\", \"LatestOperation\": \"RenewInstances\", \"LatestOperationState\": + \"SUCCESS\", \"LatestOperationRequestId\": \"b3534495-2001-4ac8-bdf9-7c748fbe02e0\", + \"IsolatedSource\": \"NOTISOLATED\", \"HpcClusterId\": \"\", \"DisableApiTermination\": + false, \"RdmaIpAddresses\": null, \"LicenseType\": \"TencentCloud\", \"ExtraAttribute\": + {\"MWait\": \"OFF\"}, \"StopChargingMode\": \"NOT_APPLICABLE\"}], \"RequestId\": + \"e611a958-6d4a-4926-98d0-395d125d208a\"}}" + headers: + Connection: + - keep-alive + Content-Length: + - '57828' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:12 GMT + Server: + - nginx + status: + code: 200 + message: OK +- request: + body: '{"Offset": 40, "Limit": 20}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '27' + Content-Type: + - application/json + Host: + - cvm.tencentcloudapi.com + User-Agent: + - python-requests/2.28.1 + X-TC-Action: + - DescribeInstances + X-TC-Language: + - zh-CN + X-TC-Region: + - ap-singapore + X-TC-RequestClient: + - SDK_PYTHON_3.0.715 + X-TC-Timestamp: + - '1662432852' + X-TC-Version: + - '2017-03-12' + method: POST + uri: https://cvm.tencentcloudapi.com/ + response: + body: + string: '{"Response": {"TotalCount": 40, "InstanceSet": [], "RequestId": "bd4a6873-c7dd-457d-bca4-4d8335811554"}}' + headers: + Connection: + - keep-alive + Content-Length: + - '104' + Content-Type: + - application/json + Date: + - Tue, 06 Sep 2022 02:54:12 GMT + Server: + - nginx + status: + code: 200 + message: OK +version: 1 diff --git a/tools/c7n_tencentcloud/tests/conftest.py b/tools/c7n_tencentcloud/tests/conftest.py index 90555294b62..ff57481988f 100644 --- a/tools/c7n_tencentcloud/tests/conftest.py +++ b/tools/c7n_tencentcloud/tests/conftest.py @@ -7,17 +7,26 @@ from c7n_tencentcloud.client import Session -@pytest.fixture -def mock_env_aksk(monkeypatch): - monkeypatch.setenv("TENCENTCLOUD_SECRET_ID", "xxx") - monkeypatch.setenv("TENCENTCLOUD_SECRET_KEY", "yyy") +@pytest.fixture(scope="package") +def vcr_config(): + return {"filter_headers": ["authorization"]} @pytest.fixture -def session(mock_env_aksk): +def session(): return Session() +@pytest.fixture +def client_cvm(session): + return session.client("cvm.tencentcloudapi.com", "cvm", "2017-03-12", "ap-singapore") + + +@pytest.fixture +def client_tag(session): + return session.client("tag.tencentcloudapi.com", "tag", "2018-08-13", "ap-singapore") + + @pytest.fixture def options(): return Config.empty(**{ diff --git a/tools/c7n_tencentcloud/tests/test_tc_client.py b/tools/c7n_tencentcloud/tests/test_tc_client.py index ffc4726070e..16cd9030004 100644 --- a/tools/c7n_tencentcloud/tests/test_tc_client.py +++ b/tools/c7n_tencentcloud/tests/test_tc_client.py @@ -2,266 +2,152 @@ # SPDX-License-Identifier: Apache-2.0 from datetime import datetime +import jmespath import pytest import socket from retrying import RetryError from c7n_tencentcloud.utils import PageMethod from c7n.exceptions import PolicyExecutionError -from c7n_tencentcloud.client import Client from tencentcloud.common.abstract_client import AbstractClient from tencentcloud.common.exception.tencent_cloud_sdk_exception import TencentCloudSDKException -def test_call_client(session): - endpoint = "region.tencentcloudapi.com" - service = "region" - version = "2022-06-27" - region = "ap-singapore" - action = "DescribeProducts" - param = {} - cli = session.client(endpoint, service, version, region) - with pytest.raises(TencentCloudSDKException): - cli.execute_query(action, param) - - -@pytest.fixture -def client_once(session): - # just for init, ignore the value - return session.client("test", "test", "test", "test") - - -@pytest.fixture -def gen_error_reponse(): - def _make_response(err_code): - return { - "Response": { - "Error": { - "Code": err_code - } - } - } - return _make_response - - -def test_client_retry_result(client_once, gen_error_reponse, monkeypatch): - call_counter = 0 - - def mock_call_json(*args, **kwargs): - nonlocal call_counter - call_counter += 1 - if call_counter == 3: - return gen_error_reponse("Invalid") - return gen_error_reponse("RequestLimitExceeded") - - monkeypatch.setattr(AbstractClient, "call_json", mock_call_json) - client_once.execute_query("test", {}) - assert call_counter == 3 - - -def test_client_retry_exception(client_once, monkeypatch): - call_counter = 0 - - def mock_call_json(*args, **kwargs): - nonlocal call_counter - call_counter += 1 - if call_counter == 3: - raise TencentCloudSDKException() - raise socket.error() - monkeypatch.setattr(AbstractClient, "call_json", mock_call_json) - with pytest.raises(TencentCloudSDKException): - client_once.execute_query("test", {}) - assert call_counter == 3 - - -def test_client_non_retry_exception(client_once, monkeypatch): - call_counter = 0 - - def mock_call_json(*args, **kwargs): - nonlocal call_counter - call_counter += 1 - raise TencentCloudSDKException() - - monkeypatch.setattr(AbstractClient, "call_json", mock_call_json) - with pytest.raises(TencentCloudSDKException): - client_once.execute_query("test", {}) - - assert call_counter == 1 - - -def test_client_over_retry_times(client_once, gen_error_reponse, monkeypatch): - call_counter = 0 - call_timer = None - call_at = [0] - - def mock_call_json(*args, **kwargs): - nonlocal call_counter - nonlocal call_timer - nonlocal call_at - if call_counter == 0: - call_timer = datetime.now().timestamp() - else: - call_at.append(datetime.now().timestamp() - call_timer) - call_counter += 1 - return gen_error_reponse("RequestLimitExceeded") - - monkeypatch.setattr(AbstractClient, "call_json", mock_call_json) - with pytest.raises(RetryError): - client_once.execute_query("test", {}) - assert call_counter == 5 - - -@pytest.fixture -def gen_response(): - def _gen_response(data_id): - if data_id is not None: - return { - "Response": { - "InstanceSet": [data_id], - "PaginationToken": f"token_{data_id}" - } - } - else: +class TestClient: + @pytest.fixture + def simple_client(self, session): + return session.client("region.tencentcloudapi.com", "region", "2022-06-27", "ap-shanghai") + + @pytest.mark.vcr + def test_query_simple(self, simple_client): + # cli = session.client("region.tencentcloudapi.com", "region", "2022-06-27", "ap-shanghai") + action = "DescribeProducts" + jsonpath = "Response.Products[]" + resp = simple_client.execute_query(action, {}) + data = jmespath.search(jsonpath, resp) + # TODO assert some value + assert data + + @pytest.fixture + def gen_error_reponse(self): + def _make_response(err_code): return { "Response": { - "InstanceSet": [], - "PaginationToken": "" + "Error": { + "Code": err_code + } } } - return _gen_response - - -def test_client_paged_query_offset(client_once, gen_response, monkeypatch): - start = 0 - total_number = 10 - counter = 0 - - def mock_call_json(cls, action, params, *args, **kwargs): - nonlocal counter - if counter != params["Offset"]: - raise Exception(f"wrong offset {params['Offset']} should be {counter}") - if counter < total_number: - data = gen_response(start + counter) - counter += 1 - return data - else: - return gen_response(None) - monkeypatch.setattr(AbstractClient, "call_json", mock_call_json) - - data_jsonpath = "Response.InstanceSet[]" - paging_def = { - "method": PageMethod.Offset - } - params = { - "Offset": 0 - } - res = client_once.execute_paged_query("action", params, data_jsonpath, paging_def) - assert res == list(range(start, start + total_number)) - - -def test_client_paged_query_token(client_once, gen_response, monkeypatch): - start = 0 - total_number = 10 - counter = 0 - - def mock_call_json(cls, action, params, *args, **kwargs): - nonlocal counter - if (counter != 0 and params["PaginationToken"] != f"token_{start + counter - 1}"): - err_msg = f"token got: {params['PaginationToken']} want: token_{start + counter - 1}" - raise Exception(err_msg) - if counter < total_number: - data = gen_response(start + counter) - counter += 1 - return data - else: - return gen_response(None) - monkeypatch.setattr(AbstractClient, "call_json", mock_call_json) - - data_jsonpath = "Response.InstanceSet[]" - paging_def = { - "method": PageMethod.PaginationToken, - "pagination_token_path": "Response.PaginationToken" - } - res = client_once.execute_paged_query("action", {}, data_jsonpath, paging_def) - assert res == list(range(start, start + total_number)) - - -test_cases = [ - { - "method": "" - }, - { - "method": PageMethod.PaginationToken - }, - { - "method": PageMethod.PaginationToken, - "pagination_token_path": "" - } -] - - -@pytest.fixture(params=test_cases) -def paging_def(request): - return request.param - - -def test_client_paged_query_error(client_once, paging_def): - data_jsonpath = "Response.InstanceSet[]" - with pytest.raises(PolicyExecutionError): - _ = client_once.execute_paged_query("action", {}, data_jsonpath, paging_def) - - -def test_client_paged_query_over_limit(client_once, monkeypatch): - assert_value = 1 - monkeypatch.setattr(Client, "MAX_REQUEST_TIMES", assert_value) - counter = 0 + return _make_response + + def test_retry_error(self, simple_client, gen_error_reponse, monkeypatch): + call_counter = 0 + + def mock_call_json(*args, **kwargs): + nonlocal call_counter + call_counter += 1 + if call_counter == 3: + return gen_error_reponse("Invalid") + return gen_error_reponse("RequestLimitExceeded") + + monkeypatch.setattr(AbstractClient, "call_json", mock_call_json) + simple_client.execute_query("test", {}) + assert call_counter == 3 + + def test_retry_exception(self, simple_client, monkeypatch): + call_counter = 0 + + def mock_call_json(*args, **kwargs): + nonlocal call_counter + call_counter += 1 + if call_counter == 3: + raise TencentCloudSDKException() + raise socket.error() + monkeypatch.setattr(AbstractClient, "call_json", mock_call_json) + with pytest.raises(TencentCloudSDKException): + simple_client.execute_query("test", {}) + + assert call_counter == 3 + + def test_non_retry_exception(self, simple_client, monkeypatch): + call_counter = 0 + + def mock_call_json(*args, **kwargs): + nonlocal call_counter + call_counter += 1 + raise TencentCloudSDKException() - def mock_call_json(*args, **kwargs): - nonlocal counter - counter += 1 - return { - "Response": { - "InstanceSet": [1] + monkeypatch.setattr(AbstractClient, "call_json", mock_call_json) + with pytest.raises(TencentCloudSDKException): + simple_client.execute_query("test", {}) + + assert call_counter == 1 + + def test_over_retry_times(self, simple_client, gen_error_reponse, monkeypatch): + call_counter = 0 + call_timer = None + call_at = [0] + + def mock_call_json(*args, **kwargs): + nonlocal call_counter + nonlocal call_timer + nonlocal call_at + if call_counter == 0: + call_timer = datetime.now().timestamp() + else: + call_at.append(datetime.now().timestamp() - call_timer) + call_counter += 1 + return gen_error_reponse("RequestLimitExceeded") + + monkeypatch.setattr(AbstractClient, "call_json", mock_call_json) + with pytest.raises(RetryError): + simple_client.execute_query("test", {}) + + assert call_counter == 5 + + @pytest.mark.vcr + def test_paging_offset(self, client_cvm): + jsonpath = "Response.InstanceSet[]" + paging_def = { + "method": PageMethod.Offset, + "limit": { + "key": "Limit", + "value": 20 } } - monkeypatch.setattr(AbstractClient, "call_json", mock_call_json) - - data_jsonpath = "Response.InstanceSet[]" - paging_def = { - "method": PageMethod.Offset - } - params = { - "Offset": 0 - } - - with pytest.raises(PolicyExecutionError): - _ = client_once.execute_paged_query("action", params, data_jsonpath, paging_def) - - assert counter == assert_value - - -def test_client_paged_query_over_data_limit(client_once, monkeypatch): - assert_value = 100 - monkeypatch.setattr(Client, "MAX_RESPONSE_DATA_COUNT", assert_value) - counter = 0 - - def mock_call_json(*args, **kwargs): - nonlocal counter - counter += 1 - return { - "Response": { - "InstanceSet": [1] + params = {} + res = client_cvm.execute_paged_query("DescribeInstances", params, jsonpath, paging_def) + assert len(res) == 40 + + @pytest.mark.vcr + def test_paging_token(self, client_tag): + jsonpath = "Response.Tags" + paging_def = { + "method": PageMethod.PaginationToken, + "pagination_token_path": "Response.PaginationToken", + "limit": { + "key": "MaxResults", + "value": 5 } } - monkeypatch.setattr(AbstractClient, "call_json", mock_call_json) - - data_jsonpath = "Response.InstanceSet[]" - paging_def = { - "method": PageMethod.Offset - } - params = { - "Offset": 0 - } - with pytest.raises(PolicyExecutionError): - _ = client_once.execute_paged_query("action", params, data_jsonpath, paging_def) - - assert counter == assert_value + params = { + "TagKeys": ["运营部门"] + } + res = client_tag.execute_paged_query("GetTagValues", params, jsonpath, paging_def) + assert len(res) == 398 + + @pytest.mark.vcr + def test_paging_over_request_limit(self, client_tag): + jsonpath = "Response.Tags" + paging_def = { + "method": PageMethod.PaginationToken, + "pagination_token_path": "Response.PaginationToken", + "limit": { + "key": "MaxResults", + "value": 5 + } + } + params = { + "TagKeys": ["负责人"] + } + with pytest.raises(PolicyExecutionError): + _ = client_tag.execute_paged_query("GetTagValues", params, jsonpath, paging_def) diff --git a/tools/c7n_tencentcloud/tests/test_provider.py b/tools/c7n_tencentcloud/tests/test_tc_provider.py similarity index 93% rename from tools/c7n_tencentcloud/tests/test_provider.py rename to tools/c7n_tencentcloud/tests/test_tc_provider.py index ce870f2158b..a00fbd19563 100644 --- a/tools/c7n_tencentcloud/tests/test_provider.py +++ b/tools/c7n_tencentcloud/tests/test_tc_provider.py @@ -13,14 +13,14 @@ def tc_provider(): return TencentCloud() -def test_get_session_factory(tc_provider, mock_env_aksk): +def test_get_session_factory(tc_provider): session = tc_provider.get_session_factory(None) assert isinstance(session, Session) endpoint = "cvm.tencentcloudapi.com" service = "cvm" version = "2017-03-12" - region = "ap-shanghai" + region = "ap-unknown" cli = session.client(endpoint, service, version, region) with pytest.raises(TencentCloudSDKException): diff --git a/tools/c7n_tencentcloud/tests/test_tc_query.py b/tools/c7n_tencentcloud/tests/test_tc_query.py index 0bfa87520e4..80eed8712da 100644 --- a/tools/c7n_tencentcloud/tests/test_tc_query.py +++ b/tools/c7n_tencentcloud/tests/test_tc_query.py @@ -1,161 +1,65 @@ # Copyright The Cloud Custodian Authors. # SPDX-License-Identifier: Apache-2.0 -from copy import deepcopy -import jmespath import pytest -from c7n.query import sources -from c7n_tencentcloud.query import (ResourceTypeInfo, ResourceQuery, - DescribeSource, QueryResourceManager) - - -def test_resource_type(): - service_data = "Foo" - version_data = "2022-01-01" - - class Foo(ResourceTypeInfo): - service = service_data - version = version_data - - expected = f"" - assert repr(Foo) == expected - - -class ResourceType_1(ResourceTypeInfo): - id: str = "id" - endpoint: str = "endpoint_1" - service: str = "service_1" - version: str = "version_1" - enum_spec = ("action_1", "Response.data", None) - - -class ResourceType_2(ResourceTypeInfo): - id: str = "id" - endpoint: str = "endpoint_2" - service: str = "service_2" - version: str = "version_2" - enum_spec = ("action_2", "Response.data[]", {"Limit": 10}) - - -response = { - "action_1": { - "Response": { - "data": [{ - "id": "id_1", - "type": "cvm" - }], - "ResourceTagMappingList": [ - {"Tags": [{ - "TagKey": "key1", - "TagValue": "tag_value" - }]} - ] - } - }, - "action_2": { - "Response": { - "data": [ - { - "id": "id_2", - "type": "cvm" - }, - { - "id": "id_3", - "type": "cvm" - } - ], - "ResourceTagMappingList": [ - {"Tags": [{ - "TagKey": "key2", - "TagValue": "tag_value" - }]} - ] - } - } -} - - -# (resource_type, response_data, expected_params, expected_return_value, -# TestQueryMananger:expected_return_valu) -resource_query_test_cases = [ - ( - ResourceType_1, - response[ResourceType_1.enum_spec[0]], - {}, - response[ResourceType_1.enum_spec[0]]["Response"]["data"], - [{"id": "id_1", "type": "cvm", "Tags": [{"Key": "key1", "Value": "tag_value"}]}] - ), - ( - ResourceType_2, - response[ResourceType_2.enum_spec[0]], - {"Limit": 10}, - response[ResourceType_2.enum_spec[0]]["Response"]["data"], - [ - {"id": "id_2", "type": "cvm", "Tags": [{"Key": "key2", "Value": "tag_value"}]}, - {"id": "id_3", "type": "cvm", "Tags": [{"Key": "key2", "Value": "tag_value"}]} - ] - ) -] - - -@pytest.fixture() -def session(): - class Client: - def __init__(self) -> None: - self.test_case = None - self.check_params_flag = True - - def set_test_case(self, test_case): - self.test_case = test_case - - def set_check_params_flag(self, flag): - self.check_params_flag = flag - - def execute_query(self, action, params): - if self.check_params_flag and params != self.test_case[2]: - raise Exception(f"wrong params, {params} != {self.test_case[2]}") - return deepcopy(self.test_case[1]) - - def execute_paged_query(self, action, params, jsonpath, paging_def): - if self.check_params_flag and params != self.test_case[2]: - raise Exception("wrong params") - return deepcopy(jmespath.search(jsonpath, self.test_case[1])) - - class Sesion: - def __init__(self) -> None: - self._cli = Client() - - def client(self, *args, **kwargs): - return self._cli - - return Sesion() - - -@pytest.fixture(params=resource_query_test_cases) -def test_case(request): - return request.param - - -def test_resource_query_filter(session, test_case): - client = session.client() - client.set_test_case(test_case) - - resource_query = ResourceQuery(session) - res = resource_query.filter("ap-shanghai", test_case[0], {}) - assert res == test_case[3] - - -def test_resource_query_paged_filter(session, test_case): - client = session.client() - client.set_test_case(test_case) - - resource_query = ResourceQuery(session) - res = resource_query.paged_filter("ap-shanghai", test_case[0], {}) - assert res == test_case[3] - - -def source_get(*args): - return DescribeSource +from c7n_tencentcloud.query import ResourceTypeInfo, ResourceQuery, QueryResourceManager +from c7n_tencentcloud.utils import PageMethod + + +class RegionInfo(ResourceTypeInfo): + """RegionInfo""" + id = "InstanceId" + endpoint = "cvm.tencentcloudapi.com" + service = "cvm" + version = "2017-03-12" + enum_spec = ("DescribeRegions", "Response.RegionSet[]", {}) + metrics_instance_id_name = "InstanceId" + resource_preifx = "instance" + taggable = True + + +class CVMInfo(ResourceTypeInfo): + """CVMInfo""" + id = "InstanceId" + endpoint = "cvm.tencentcloudapi.com" + service = "cvm" + version = "2017-03-12" + enum_spec = ("DescribeInstances", "Response.InstanceSet[]", {}) + metrics_instance_id_name = "InstanceId" + paging_def = {"method": PageMethod.Offset, "limit": {"key": "Limit", "value": 20}} + resource_preifx = "instance" + taggable = True + + +class CVMInfoNoPagination(ResourceTypeInfo): + """CVMInfo""" + id = "InstanceId" + endpoint = "cvm.tencentcloudapi.com" + service = "cvm" + version = "2017-03-12" + enum_spec = ("DescribeInstances", "Response.InstanceSet[]", {}) + metrics_instance_id_name = "InstanceId" + resource_preifx = "instance" + taggable = True + + +def test_meta_str(): + assert str(RegionInfo) == "" + assert str(CVMInfo) == "" + + +class TestResourcetQuery: + @pytest.mark.vcr + def test_filter(self, session): + resource_query = ResourceQuery(session) + res = resource_query.filter("ap-singapore", RegionInfo, {}) + assert len(res) == 41 + + @pytest.mark.vcr + def test_paged_filter(self, session): + resource_query = ResourceQuery(session) + res = resource_query.paged_filter("ap-singapore", CVMInfo, {}) + assert len(res) == 40 # (data, expected_query_params) @@ -171,23 +75,25 @@ def data_test_case(request): class TestQueryResourceManager: - def test_get_permissions(self, ctx, monkeypatch): - monkeypatch.setattr(sources, "get", source_get) + def test_get_permissions(self, ctx): resource_manager = QueryResourceManager(ctx, {}) assert resource_manager.get_permissions() == [] - def test_get_resource_query_params(self, ctx, data_test_case, monkeypatch): - monkeypatch.setattr(sources, "get", source_get) + def test_get_resource_query_params(self, ctx, data_test_case): resource_manager = QueryResourceManager(ctx, data_test_case[0]) res = resource_manager.get_resource_query_params() assert res == data_test_case[1] - def test_resources(self, ctx, session, test_case, monkeypatch): - client = session.client() - client.set_test_case(test_case) - client.set_check_params_flag(False) - monkeypatch.setattr(sources, "get", source_get) - monkeypatch.setattr(QueryResourceManager, "resource_type", test_case[0]) + @pytest.mark.vcr + def test_resources(self, ctx, monkeypatch): + monkeypatch.setattr(QueryResourceManager, "resource_type", CVMInfo) + resource_manager = QueryResourceManager(ctx, {}) + res = resource_manager.resources() + assert len(res) == 40 + + @pytest.mark.vcr + def test_resources_no_pagination(self, ctx, monkeypatch): + monkeypatch.setattr(QueryResourceManager, "resource_type", CVMInfoNoPagination) resource_manager = QueryResourceManager(ctx, {}) res = resource_manager.resources() - assert res == test_case[4] + assert len(res) == 20