From cc1e9195747676b3acc85ec3d12aac06d9429a5e Mon Sep 17 00:00:00 2001 From: Zhiwei Liang <121905282+zliang-akamai@users.noreply.github.com> Date: Wed, 30 Aug 2023 13:01:12 -0400 Subject: [PATCH 1/4] Upgrade dependencies (#372) --- go.work.sum | 84 +++++++- k8s/go.mod | 46 ++-- k8s/go.sum | 612 ++++++---------------------------------------------- test/go.mod | 47 ++-- test/go.sum | 611 ++++++--------------------------------------------- 5 files changed, 273 insertions(+), 1127 deletions(-) diff --git a/go.work.sum b/go.work.sum index 32cfd1c6b..0c772e330 100644 --- a/go.work.sum +++ b/go.work.sum @@ -1,5 +1,6 @@ cloud.google.com/go v0.81.0 h1:at8Tk2zUz63cLPR0JPWm5vp77pEZmzxEQBEfRKn1VV8= cloud.google.com/go/bigquery v1.8.0 h1:PQcPefKFdaIzjQFbiyOgAqyx8q5djaE7x9Sqe712DPA= +cloud.google.com/go/compute/metadata v0.2.0/go.mod h1:zFmK7XCadkQkj6TtorcaGlCW1hT1fIilQDwofLpJ20k= cloud.google.com/go/datastore v1.1.0 h1:/May9ojXjRkPBNVrq+oWLqmWCkr4OU5uRY29bu0mRyQ= cloud.google.com/go/pubsub v1.3.1 h1:ukjixP1wl0LpnZ6LWtZJ0mX5tBmjp1f8Sqer8Z2OMUU= cloud.google.com/go/storage v1.10.0 h1:STgFzyU5/8miMl0//zKh2aQeTyeaUH3WN9bSUiJ09bA= @@ -21,11 +22,14 @@ github.com/Azure/go-autorest/tracing v0.6.0 h1:TYi4+3m5t6K48TGI9AUdb+IzbnSxvnvUM github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ= github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 h1:1BDTz0u9nC3//pOCMdNH+CiXJVYJh5UQNCOBG7jbELc= github.com/NYTimes/gziphandler v0.0.0-20170623195520-56545f4a5d46 h1:lsxEuwrXEAokXB9qhlbKWPpo3KMLZQ5WB5WLQRW1uq0= +github.com/NYTimes/gziphandler v0.0.0-20170623195520-56545f4a5d46/go.mod h1:3wb06e3pkSAbeQ52E9H9iFoQsEEwGN64994WTCIhntQ= github.com/PuerkitoBio/purell v1.0.0/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0= github.com/PuerkitoBio/purell v1.1.1 h1:WEQqlqaGbrPkxLJWfBwQmfEAE1Z7ONdDLqrN38tNFfI= github.com/PuerkitoBio/urlesc v0.0.0-20160726150825-5bd2802263f2/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE= github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 h1:d+Bc7a5rLufV/sSk/8dngufqelfh6jnri85riMAaF/M= +github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs= github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a h1:idn718Q4B6AGu/h5Sxe66HYVdqdGu2l9Iebqhi/AEoA= +github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY= github.com/census-instrumentation/opencensus-proto v0.2.1 h1:glEXhBS5PSLLv4IXzLA5yPRVX4bilULVyxxbrfOtDAk= github.com/chzyer/logex v1.1.10 h1:Swpa1K6QvQznwJRcfTfQJmTE72DqScAa40E+fbHEXEE= github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e h1:fY5BOSpyZCqRo5OhCuC+XN+r/bBCmeuuJtjz+bCNIf8= @@ -39,16 +43,20 @@ github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96/go.mod h1:Qh8CwZ github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815 h1:bWDMxwH3px2JBh6AyO7hdCn/PkvCZXii8TGj7sbtEbQ= github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153 h1:yUdfgN0XgIJw7foRItutHYUIhlcKzcSf5vDpdhQAKTc= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633 h1:H2pdYOb3KQ1/YsqVWoWNLQO+fusocsw354rqGTZtAgw= +github.com/emicklei/go-restful/v3 v3.8.0/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc= github.com/envoyproxy/go-control-plane v0.9.9-0.20201210154907-fd9021fe5dad h1:EmNYJhPYy0pOFjCx2PrgtaBXmee0iUX9hLlxE1xHOJE= github.com/envoyproxy/protoc-gen-validate v0.1.0 h1:EQciDnbrYxy13PgWoY8AqoxGiPrpgBZ1R8UNe3ddc+A= github.com/evanphx/json-patch v4.2.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/evanphx/json-patch v4.12.0+incompatible h1:4onqiflcdA9EOZ4RxV643DvftH5pOlLGNtQ5lPWQu84= +github.com/evanphx/json-patch v5.6.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/form3tech-oss/jwt-go v3.2.3+incompatible h1:7ZaBxOI7TMoYBfyA3cQHErNNyAWIKUMIwqxEtgHOs5c= github.com/getkin/kin-openapi v0.76.0 h1:j77zg3Ec+k+r+GA3d8hBoXpAc6KX9TbBPrwQGBIy2sY= github.com/ghodss/yaml v0.0.0-20150909031657-73d445a93680/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= github.com/ghodss/yaml v1.0.0 h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk= github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1 h1:QbL/5oDUmRBzO9/Z7Seo6zf912W/a6Sr4Eu0G/3Jho0= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4 h1:WtGNWLvXpe6ZudgnXrq0barxBImvnnJoMEhXAzcbM0I= +github.com/go-logr/logr v0.1.0/go.mod h1:ixOQHD9gLJUVQQ2ZOR7zLEifBX6tGkNJF4QyIY7sIas= +github.com/go-logr/logr v0.2.0/go.mod h1:z6/tIYblkpsD+a4lm/fGIIU9mZ+XfAiaFtq7xTgseGU= github.com/go-openapi/jsonpointer v0.0.0-20160704185906-46af16f9f7b1/go.mod h1:+35s3my2LFTysnkMfxsJBAMHj/DoqoB9knIWoYG/Vk0= github.com/go-openapi/jsonpointer v0.19.5 h1:gZr+CIYByUqjcgeLXnQu2gHYQC9o73G2XUeOFYEICuY= github.com/go-openapi/jsonreference v0.0.0-20160704190145-13c6e3589ad9/go.mod h1:W3Z9FmVs9qj+KR4zFKmDPGiLdk1D9Rlm7cyMvf57TTg= @@ -56,35 +64,48 @@ github.com/go-openapi/jsonreference v0.19.3 h1:5cxNfTy0UVC3X8JL5ymxzyoUZmo8iZb+j github.com/go-openapi/spec v0.0.0-20160808142527-6aced65f8501/go.mod h1:J8+jY1nAiCcj+friV/PDoE1/3eeccG9LYBs0tYvLOWc= github.com/go-openapi/swag v0.0.0-20160704191624-1d0bd113de87/go.mod h1:DXUve3Dpr1UfpPtxFw+EFuQ41HhCWZfha5jSVRG7C7I= github.com/go-openapi/swag v0.19.5 h1:lTz6Ys4CmqqCQmZPBlbQENR1/GucA2bzYTE12Pw4tFY= +github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0/go.mod h1:fyg7847qk6SyHyPtNmDHnmrv/HOrqktSC+C9fM+CJOE= +github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572/go.mod h1:9Pwr4B2jHnOSGXyyzV8ROjYa2ojvAY6HCGYYfMoC3Ls= github.com/gogo/protobuf v1.3.1/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b h1:VKtxabqXZkF25pY9ekfRL6a582T4P37/31XEstQ5p58= github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE= +github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/mock v1.5.0 h1:jlYHihg//f7RRwuPfptm04yp4s7O6Kw8EZiVYIGcH0g= github.com/golang/protobuf v0.0.0-20161109072736-4bd1920723d7/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= github.com/google/btree v1.0.1 h1:gK4Kx5IaGY9CD5sPJ36FHiBJ6ZXl0kilRiiCj+jdYp4= +github.com/google/btree v1.0.1/go.mod h1:xXMiIv4Fb/0kKde4SpL7qlzvu5cMJDRkFDxJfI9uaxA= +github.com/google/go-cmp v0.5.8/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= github.com/google/martian v2.1.0+incompatible h1:/CP5g8u/VJHijgedC/Legn3BAbAaWPgecwXBIDzw5no= github.com/google/martian/v3 v3.1.0 h1:wCKgOCHuUEVfsaQLpPSJb7VdYCdTVZQAuOdYm1yc/60= github.com/google/pprof v0.0.0-20210226084205-cbba55b83ad5 h1:zIaiqGYDQwa4HVx5wGRTXbx38Pqxjemn4BP98wpzpXo= +github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= +github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= github.com/google/renameio v0.1.0 h1:GOZbcHa3HfsPKPlmyPyN2KEohoMXOhdMbHrvbpl2QaA= github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/google/uuid v1.1.2 h1:EVhdT+1Kseyi1/pUmXKaFxYsDNy9RQYkMWRH68J/W7Y= +github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/googleapis/gax-go/v2 v2.0.5 h1:sjZBwGj9Jlw33ImPtvFviGYvseOtDM7hkSKB7+Tv3SM= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= github.com/googleapis/gnostic v0.1.0/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= github.com/gophercloud/gophercloud v0.1.0/go.mod h1:vxM41WHh5uqHVBMZHzuwNOHh8XEoIEcSTewFxm1c5g8= github.com/gorilla/mux v1.8.0 h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI= github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc= +github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 h1:pdN6V1QBWetyv/0+wjACpqVH+eVULgEjkurDLq3goeM= +github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= github.com/hashicorp/golang-lru v0.5.1 h1:0hERBMJE1eitiLkihrMvRVBYAkpHzc/J3QdDN+dAcgU= github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI= github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639 h1:mV02weKRL81bEnm8A0HT1/CAelMQDBuQIfLw8n+d6xI= +github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= github.com/json-iterator/go v1.1.8/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= github.com/jstemmer/go-junit-report v0.9.1 h1:6QPYqodiu3GuPL+7mfx+NwDdp2eTkp9IfEUpgAwUN0o= github.com/kisielk/errcheck v1.2.0/go.mod h1:/BMXB+zMLi60iA8Vv6Ksmxu/1UDYcXs4uQLJ+jE2L00= github.com/kisielk/errcheck v1.5.0 h1:e8esj/e4R+SAOwFwN+n3zr0nYeCyeweozKfO23MvHzY= github.com/kisielk/gotool v1.0.0 h1:AV2c/EiW3KqPNT9ZKl07ehoAGi4C5/01Cfbblndcapg= github.com/kr/pretty v0.2.0 h1:s5hAObm+yFO5uHYt5dYjxi2rXrsnmRpJx4OYvIWUaQs= +github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE= +github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk= github.com/kr/pty v1.1.1 h1:VkoXIwSboBpnk99O/KFauAEILuNHv5DVFKZMBN/gUgw= github.com/linode/linodego v0.20.1 h1:Kw5Qes0E0wlKVx5EbITI+F/ambO6G+PQyK0Yi7i4EyQ= github.com/linode/linodego v0.20.1/go.mod h1:XOWXRHjqeU2uPS84tKLgfWIfTlv3TYzCS0io4GOQzEI= @@ -93,23 +114,45 @@ github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e h1:hB2xlXdHp/pmPZq github.com/maxatome/go-testdeep v1.11.0/go.mod h1:011SgQ6efzZYAen6fDn4BqQ+lUR72ysdyKe7Dyogw70= github.com/mitchellh/mapstructure v1.1.2 h1:fmNYVwqnSfB9mZU6OS2O6GsXM+wcskZDuKQzvN1EDeE= github.com/moby/spdystream v0.2.0 h1:cjW1zVyyoiM0T7b6UoySUFqzXMoqRckQtXwGPiBhOM8= +github.com/moby/spdystream v0.2.0/go.mod h1:f7i0iNDQJ059oMTcWxx8MA/zKFIuD/lY+0GqbN2Wy8c= github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modocache/gover v0.0.0-20171022184752-b58185e213c5 h1:8Q0qkMVC/MmWkpIdlvZgcv2o2jrlF6zqVOh7W5YHdMA= github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d h1:7PxY7LVfSZm7PEeBTyK1rj1gABdCO2mbri6GKO1cMDs= +github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f h1:y5//uYreIhSUg3J1GEMiLbxo1LJaP8RfCpH6pymGZus= +github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw= github.com/oklog/run v1.0.0 h1:Ru7dDtJNOyC66gQ5dQmaCa0qIsAUFY3sFpK1Xk8igrw= github.com/oklog/run v1.0.0/go.mod h1:dlhp/R75TPv97u0XWUtDeV/lRKWPKSdTuV0TZvrmrQA= github.com/onsi/ginkgo v1.11.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= +github.com/onsi/ginkgo/v2 v2.1.4/go.mod h1:um6tUpWM/cxCK3/FK8BXqEiUMUwRgSM4JXG47RKZmLU= +github.com/onsi/ginkgo/v2 v2.9.1/go.mod h1:FEcmzVcCHl+4o9bQZVab+4dC9+j+91t2FHSzmGAPfuo= +github.com/onsi/ginkgo/v2 v2.9.2/go.mod h1:WHcJJG2dIlcCqVfBAwUCrJxSPFb6v4azBwgxeMeDuts= +github.com/onsi/ginkgo/v2 v2.9.4/go.mod h1:gCQYp2Q+kSoIj7ykSVb9nskRSsR6PUj4AiLywzIhbKM= github.com/onsi/gomega v1.7.0/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY= +github.com/onsi/gomega v1.19.0/go.mod h1:LY+I3pBVzYsTBU1AnDwOSxaYi9WoWiqgwooUqq9yPro= +github.com/onsi/gomega v1.27.3/go.mod h1:5vG284IBtfDAmDyrK+eGyZmUgUlmi+Wngqo557cZ6Gw= +github.com/onsi/gomega v1.27.4/go.mod h1:riYq/GJKh8hhoM01HN6Vmuy93AarCXCBGpvFDK3q3fQ= +github.com/onsi/gomega v1.27.6/go.mod h1:PIQNjfQwkP3aQAH7lf7j87O/5FiNr+ZR8+ipb+qQlhg= github.com/peterbourgon/diskv v2.0.1+incompatible h1:UBdAOUP5p4RWqPBg048CAvpKN+vxiaj6gdUUzhl4XmI= +github.com/peterbourgon/diskv v2.0.1+incompatible/go.mod h1:uqqh8zWWbv1HBMNONnaR/tNboyR3/BZd58JJSHlUSCU= +github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e/go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA= github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= +github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 h1:gQz4mCbXsO+nc9n1hCxHcGA3Zx3Eo+UHZoInFGUIXNM= github.com/rogpeppe/go-internal v1.3.0 h1:RR9dF3JtopPvtkroDZuVD7qquD0bnHlKSqaQhgwt8yk= +github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs= +github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ= +github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog= +github.com/rogpeppe/go-internal v1.11.0/go.mod h1:ddIwULY96R17DhadqLgMfk9H9tvdUzkipdSkR5nkCZA= github.com/spf13/afero v1.2.2 h1:5jhuqJyZCZf2JRofRvN/nIFgIWNzPa3/Vz8mYylgbWc= +github.com/spf13/afero v1.2.2/go.mod h1:9ZxEEn6pIJ8Rxe320qSDBk6AsU0r9pR7Q4OcevTdifk= github.com/spf13/pflag v0.0.0-20170130214245-9ff6c6923cff/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= github.com/stoewer/go-strcase v1.2.0 h1:Z2iHWqGXH00XYgqDmNgQbIBxf3wrNq0F3feEy0ainaU= github.com/stretchr/objx v0.1.0 h1:4G4v2dO3VZwixGIRoQ5Lfboy6nUhCyYzaqnIAPPhYs4= +github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= +github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= github.com/yuin/goldmark v1.3.5 h1:dPmz1Snjq0kmkz159iL7S6WzdahUTHnHB5M56WFVifs= +github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= go.opencensus.io v0.23.0 h1:gqCw0LfLxScz8irSi8exQc7fyQ0fKQU/qnC/X8+V/1M= golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20200220183623-bac4c82f6975/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= @@ -122,50 +165,81 @@ golang.org/x/image v0.0.0-20190802002840-cff245a6509b h1:+qEpEAPhDZ1o0x3tHzZTQDA golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 h1:2M3HP5CCK1Si9FQhwnzYhXdG6DXeebvUHFpre8QvbyI= golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028 h1:4+4C/Iv2U4fMZBiMCc98MG1In4gJY5YRhtpDNeDeHWs= golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4= +golang.org/x/mod v0.7.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= golang.org/x/mod v0.8.0 h1:LUYupSeNrTNCGzR/hVBk2NHZO4hXcVaW1k4Qx7rjPx8= golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= +golang.org/x/mod v0.9.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= +golang.org/x/mod v0.10.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= golang.org/x/net v0.0.0-20170114055629-f2499483f923/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20191004110552-13f9640d40b9/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20220722155237-a158d28d115b h1:PxfKdU9lEEDYjdIzOtC4qFWgkU2rGHdKlKowJSMN9h0= golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= +golang.org/x/net v0.7.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= +golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc= +golang.org/x/net v0.9.0/go.mod h1:d48xBJpPfHeWQsugry2m+kC02ZBRGRgulfHnEXEuWns= +golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg= +golang.org/x/net v0.13.0/go.mod h1:zEVYFnQC7m/vmpQFELhcD1EWkZlX69l4oqgmer6hfKA= golang.org/x/sync v0.0.0-20210220032951-036812b2e83c h1:5KslGYwFpkhGh+Q16bwMP3cOontH8FOep7tGV86Y7SQ= +golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sys v0.0.0-20170830134202-bb24a47a89ea/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190209173611-3b5209105503/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20191022100944-742c48ecaeb7/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.11.0 h1:eG7RXZHdqOJ1i+0lgLgCpSXAp6M3LYlAo6osgSi0xOM= -golang.org/x/sys v0.11.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.7.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.10.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 h1:JGgROgKl9N8DuW20oFS5gxc+lE67/N3FcwmBPMe7ArY= -golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= -golang.org/x/term v0.11.0 h1:F9tnn/DA/Im8nCwm+fX+1/eBwi4qFjRT++MhtVC4ZX0= -golang.org/x/term v0.11.0/go.mod h1:zC9APTIj3jG3FdV/Ons+XE1riIZXG4aZ4GTHiPZJPIU= +golang.org/x/term v0.10.0/go.mod h1:lpqdcUyK/oCiQxvxVrppt5ggO2KCZ5QblwqPnfZ6d5o= golang.org/x/text v0.0.0-20160726164857-2910a502d2bf/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= +golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= +golang.org/x/text v0.8.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= +golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= +golang.org/x/text v0.11.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE= golang.org/x/tools v0.0.0-20181011042414-1f849cf54d09/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20181030221726-6c7e314b6563/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= +golang.org/x/tools v0.0.0-20200505023115-26f46d2f7ef8/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= +golang.org/x/tools v0.4.0/go.mod h1:UE5sM2OK9E/d67R0ANs2xJizIymRP5gJU295PvKXxjQ= golang.org/x/tools v0.6.0 h1:BOw41kyTf3PuCW1pVQf8+Cyg8pMlkYB1oo9iJ6D/lKM= golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU= +golang.org/x/tools v0.7.0/go.mod h1:4pg6aUX35JBAogB10C9AtvVL+qowtN4pT3CGSQex14s= +golang.org/x/tools v0.8.0/go.mod h1:JxBZ99ISMI5ViVkT1tr6tdNmXeTrcpVSD3vZ1RsRdN4= +golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2/go.mod h1:K8+ghG5WaK9qNqU5K3HdILfMLy1f3aNYFI/wnl100a8= google.golang.org/api v0.43.0 h1:4sAyIHT6ZohtAQDoxws+ez7bROYmUlOVvsUscYCDTqA= google.golang.org/genproto v0.0.0-20210402141018-6c239bbf2bb1 h1:E7wSQBXkH3T3diucK+9Z1kjn4+/9tNG7lZLr75oOhh8= google.golang.org/grpc v1.36.1 h1:cmUfbeGKnz9+2DD/UYsMQXeqbHZqZDs4eQwW0sFOpBY= +google.golang.org/protobuf v1.27.1/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= +google.golang.org/protobuf v1.28.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= gopkg.in/errgo.v2 v2.1.0 h1:0vLT13EuvQ0hNvakwLuFZ/jYrLp5F3kcWHXdRggjCE8= gopkg.in/fsnotify.v1 v1.4.7 h1:xOHLXZwVvI9hhs+cLKq5+I5onOuwQLhQwiu63xxlHs4= honnef.co/go/tools v0.0.1-2020.1.4 h1:UoveltGrhghAA7ePc+e+QYDHXrBps2PqFZiHkGR/xK8= k8s.io/api v0.18.3/go.mod h1:UOaMwERbqJMfeeeHc8XJKawj4P9TgDRnViIqqBeH2QA= +k8s.io/api v0.28.1 h1:i+0O8k2NPBCPYaMB+uCkseEbawEt/eFaiRqUx8aB108= +k8s.io/api v0.28.1/go.mod h1:uBYwID+66wiL28Kn2tBjBYQdEU0Xk0z5qF8bIBqk/Dg= k8s.io/apimachinery v0.18.3/go.mod h1:OaXp26zu/5J7p0f92ASynJa1pZo06YlV9fG7BoWbCko= +k8s.io/apimachinery v0.28.1 h1:EJD40og3GizBSV3mkIoXQBsws32okPOy+MkRyzh6nPY= +k8s.io/apimachinery v0.28.1/go.mod h1:X0xh/chESs2hP9koe+SdIAcXWcQ+RM5hy0ZynB+yEvw= k8s.io/client-go v0.18.3/go.mod h1:4a/dpQEvzAhT1BbuWW09qvIaGw6Gbu1gZYiQZIi1DMw= +k8s.io/client-go v0.28.1 h1:pRhMzB8HyLfVwpngWKE8hDcXRqifh1ga2Z/PU9SXVK8= +k8s.io/client-go v0.28.1/go.mod h1:pEZA3FqOsVkCc07pFVzK076R+P/eXqsgx5zuuRWukNE= k8s.io/gengo v0.0.0-20190128074634-0689ccc1d7d6/go.mod h1:ezvh/TsK7cY6rbqRK0oQQ8IAqLxYwwyPxAX1Pzy0ii0= k8s.io/gengo v0.0.0-20210813121822-485abfe95c7c h1:GohjlNKauSai7gN4wsJkeZ3WAJx4Sh+oT/b5IYn5suA= +k8s.io/gengo v0.0.0-20210813121822-485abfe95c7c/go.mod h1:FiNAH4ZV3gBg2Kwh89tzAEV2be7d5xI0vBa/VySYy3E= k8s.io/klog v0.0.0-20181102134211-b9b56d5dfc92/go.mod h1:Gq+BEi5rUBO/HRz0bTSXDUcqjScdoY3a9IHpCEIOOfk= k8s.io/klog v0.3.0/go.mod h1:Gq+BEi5rUBO/HRz0bTSXDUcqjScdoY3a9IHpCEIOOfk= k8s.io/klog v1.0.0/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I= +k8s.io/klog/v2 v2.0.0/go.mod h1:PBfzABfn139FHAV07az/IF9Wp1bkk3vpT2XSJ76fSDE= +k8s.io/klog/v2 v2.2.0/go.mod h1:Od+F08eJP+W3HUb4pSrPpgp9DGU4GzlpG/TmITuYh/Y= +k8s.io/klog/v2 v2.80.1/go.mod h1:y1WjHnz7Dj687irZUWR/WLkLc5N1YHtjLdmgWjndZn0= k8s.io/kube-openapi v0.0.0-20200410145947-61e04a5be9a6/go.mod h1:GRQhZsXIAJ1xR0C9bd8UpWHZ5plfAS9fzPjJuQ6JL3E= k8s.io/utils v0.0.0-20200324210504-a9aa75ae1b89/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= +k8s.io/utils v0.0.0-20210802155522-efc7438f0176/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA= rsc.io/binaryregexp v0.2.0 h1:HfqmD5MEmC0zvwBuF187nq9mdnXjXsSivRiXN7SmRkE= rsc.io/quote/v3 v3.1.0 h1:9JKUTTIUgS6kzR9mK1YuGKv6Nl+DijDNIc0ghT58FaY= rsc.io/sampler v1.3.0 h1:7uVkIFmeBqHfdjD+gZwtXXI+RODJ2Wc4O7MPEh/QiW4= sigs.k8s.io/structured-merge-diff/v3 v3.0.0-20200116222232-67a7b8c61874/go.mod h1:PlARxl6Hbt/+BC80dRLi1qAmnMqwqDg62YvvVkZjemw= sigs.k8s.io/structured-merge-diff/v3 v3.0.0/go.mod h1:PlARxl6Hbt/+BC80dRLi1qAmnMqwqDg62YvvVkZjemw= sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o= +sigs.k8s.io/yaml v1.2.0/go.mod h1:yfXDCHCao9+ENCvLSE62v9VSji2MKu5jeNfTrofGhJc= diff --git a/k8s/go.mod b/k8s/go.mod index 130bc0e48..a367e9a68 100644 --- a/k8s/go.mod +++ b/k8s/go.mod @@ -2,43 +2,51 @@ module github.com/linode/linodego/k8s require ( github.com/linode/linodego v0.20.1 - k8s.io/api v0.23.4 - k8s.io/apimachinery v0.23.4 - k8s.io/client-go v0.23.4 + k8s.io/api v0.28.1 + k8s.io/apimachinery v0.28.1 + k8s.io/client-go v0.28.1 ) require ( github.com/davecgh/go-spew v1.1.1 // indirect - github.com/go-logr/logr v1.2.0 // indirect + github.com/emicklei/go-restful/v3 v3.9.0 // indirect + github.com/go-logr/logr v1.2.4 // indirect + github.com/go-openapi/jsonpointer v0.19.6 // indirect + github.com/go-openapi/jsonreference v0.20.2 // indirect + github.com/go-openapi/swag v0.22.3 // indirect github.com/go-resty/resty/v2 v2.7.0 // indirect github.com/gogo/protobuf v1.3.2 // indirect - github.com/golang/protobuf v1.5.2 // indirect - github.com/google/go-cmp v0.5.7 // indirect - github.com/google/gofuzz v1.1.0 // indirect - github.com/googleapis/gnostic v0.5.5 // indirect - github.com/imdario/mergo v0.3.5 // indirect + github.com/golang/protobuf v1.5.3 // indirect + github.com/google/gnostic-models v0.6.8 // indirect + github.com/google/go-cmp v0.5.9 // indirect + github.com/google/gofuzz v1.2.0 // indirect + github.com/google/uuid v1.3.0 // indirect + github.com/imdario/mergo v0.3.6 // indirect + github.com/josharian/intern v1.0.0 // indirect github.com/json-iterator/go v1.1.12 // indirect + github.com/mailru/easyjson v0.7.7 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.2 // indirect + github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect github.com/spf13/pflag v1.0.5 // indirect golang.org/x/net v0.14.0 // indirect - golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect + golang.org/x/oauth2 v0.8.0 // indirect golang.org/x/sys v0.11.0 // indirect golang.org/x/term v0.11.0 // indirect golang.org/x/text v0.12.0 // indirect - golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect + golang.org/x/time v0.3.0 // indirect google.golang.org/appengine v1.6.7 // indirect - google.golang.org/protobuf v1.27.1 // indirect + google.golang.org/protobuf v1.30.0 // indirect gopkg.in/inf.v0 v0.9.1 // indirect gopkg.in/ini.v1 v1.66.6 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect - gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect - k8s.io/klog/v2 v2.30.0 // indirect - k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 // indirect - k8s.io/utils v0.0.0-20211116205334-6203023598ed // indirect - sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 // indirect - sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect - sigs.k8s.io/yaml v1.2.0 // indirect + gopkg.in/yaml.v3 v3.0.1 // indirect + k8s.io/klog/v2 v2.100.1 // indirect + k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect + k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 // indirect + sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect + sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect + sigs.k8s.io/yaml v1.3.0 // indirect ) replace github.com/linode/linodego => ../ diff --git a/k8s/go.sum b/k8s/go.sum index 64734ff5e..7bcde9872 100644 --- a/k8s/go.sum +++ b/k8s/go.sum @@ -1,629 +1,157 @@ -cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= -cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= -cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= -cloud.google.com/go v0.44.1/go.mod h1:iSa0KzasP4Uvy3f1mN/7PiObzGgflwredwwASm/v6AU= -cloud.google.com/go v0.44.2/go.mod h1:60680Gw3Yr4ikxnPRS/oxxkBccT6SA1yMk63TGekxKY= -cloud.google.com/go v0.45.1/go.mod h1:RpBamKRgapWJb87xiFSdk4g1CME7QZg3uwTez+TSTjc= -cloud.google.com/go v0.46.3/go.mod h1:a6bKKbmY7er1mI7TEI4lsAkts/mkhTSZK8w33B4RAg0= -cloud.google.com/go v0.50.0/go.mod h1:r9sluTvynVuxRIOHXQEHMFffphuXHOMZMycpNR5e6To= -cloud.google.com/go v0.52.0/go.mod h1:pXajvRH/6o3+F9jDHZWQ5PbGhn+o8w9qiu/CffaVdO4= -cloud.google.com/go v0.53.0/go.mod h1:fp/UouUEsRkN6ryDKNW/Upv/JBKnv6WDthjR6+vze6M= -cloud.google.com/go v0.54.0/go.mod h1:1rq2OEkV3YMf6n/9ZvGWI3GWw0VoqH/1x2nd8Is/bPc= -cloud.google.com/go v0.56.0/go.mod h1:jr7tqZxxKOVYizybht9+26Z/gUq7tiRzu+ACVAMbKVk= -cloud.google.com/go v0.57.0/go.mod h1:oXiQ6Rzq3RAkkY7N6t3TcE6jE+CIBBbA36lwQ1JyzZs= -cloud.google.com/go v0.62.0/go.mod h1:jmCYTdRCQuc1PHIIJ/maLInMho30T/Y0M4hTdTShOYc= -cloud.google.com/go v0.65.0/go.mod h1:O5N8zS7uWy9vkA9vayVHs65eM1ubvY4h553ofrNHObY= -cloud.google.com/go v0.72.0/go.mod h1:M+5Vjvlc2wnp6tjzE102Dw08nGShTscUx2nZMufOKPI= -cloud.google.com/go v0.74.0/go.mod h1:VV1xSbzvo+9QJOxLDaJfTjx5e+MePCpCWwvftOeQmWk= -cloud.google.com/go v0.78.0/go.mod h1:QjdrLG0uq+YwhjoVOLsS1t7TW8fs36kLs4XO5R5ECHg= -cloud.google.com/go v0.79.0/go.mod h1:3bzgcEeQlzbuEAYu4mrWhKqWjmpprinYgKJLgKHnbb8= -cloud.google.com/go v0.81.0/go.mod h1:mk/AM35KwGk/Nm2YSeZbxXdrNK3KZOYHmLkOqC2V6E0= -cloud.google.com/go/bigquery v1.0.1/go.mod h1:i/xbL2UlR5RvWAURpBYZTtm/cXjCha9lbfbpx4poX+o= -cloud.google.com/go/bigquery v1.3.0/go.mod h1:PjpwJnslEMmckchkHFfq+HTD2DmtT67aNFKH1/VBDHE= -cloud.google.com/go/bigquery v1.4.0/go.mod h1:S8dzgnTigyfTmLBfrtrhyYhwRxG72rYxvftPBK2Dvzc= -cloud.google.com/go/bigquery v1.5.0/go.mod h1:snEHRnqQbz117VIFhE8bmtwIDY80NLUZUMb4Nv6dBIg= -cloud.google.com/go/bigquery v1.7.0/go.mod h1://okPTzCYNXSlb24MZs83e2Do+h+VXtc4gLoIoXIAPc= -cloud.google.com/go/bigquery v1.8.0/go.mod h1:J5hqkt3O0uAFnINi6JXValWIb1v0goeZM77hZzJN/fQ= -cloud.google.com/go/datastore v1.0.0/go.mod h1:LXYbyblFSglQ5pkeyhO+Qmw7ukd3C+pD7TKLgZqpHYE= -cloud.google.com/go/datastore v1.1.0/go.mod h1:umbIZjpQpHh4hmRpGhH4tLFup+FVzqBi1b3c64qFpCk= -cloud.google.com/go/pubsub v1.0.1/go.mod h1:R0Gpsv3s54REJCy4fxDixWD93lHJMoZTyQ2kNxGRt3I= -cloud.google.com/go/pubsub v1.1.0/go.mod h1:EwwdRX2sKPjnvnqCa270oGRyludottCI76h+R3AArQw= -cloud.google.com/go/pubsub v1.2.0/go.mod h1:jhfEVHT8odbXTkndysNHCcx0awwzvfOlguIAii9o8iA= -cloud.google.com/go/pubsub v1.3.1/go.mod h1:i+ucay31+CNRpDW4Lu78I4xXG+O1r/MAHgjpRVR+TSU= -cloud.google.com/go/storage v1.0.0/go.mod h1:IhtSnM/ZTZV8YYJWCY8RULGVqBDmpoyjwiyrjsg+URw= -cloud.google.com/go/storage v1.5.0/go.mod h1:tpKbwo567HUNpVclU5sGELwQWBDZ8gh0ZeosJ0Rtdos= -cloud.google.com/go/storage v1.6.0/go.mod h1:N7U0C8pVQ/+NIKOBQyamJIeKQKkZ+mxpohlUTyfDhBk= -cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RXyy7KQOVs= -cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0= -dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU= -github.com/Azure/go-autorest v14.2.0+incompatible/go.mod h1:r+4oMnoxhatjLLJ6zxSWATqVooLgysK6ZNox3g/xq24= -github.com/Azure/go-autorest/autorest v0.11.18/go.mod h1:dSiJPy22c3u0OtOKDNttNgqpNFY/GeWa7GH/Pz56QRA= -github.com/Azure/go-autorest/autorest/adal v0.9.13/go.mod h1:W/MM4U6nLxnIskrw4UwWzlHfGjwUS50aOsc/I3yuU8M= -github.com/Azure/go-autorest/autorest/date v0.3.0/go.mod h1:BI0uouVdmngYNUzGWeSYnokU+TrmwEsOqdt8Y6sso74= -github.com/Azure/go-autorest/autorest/mocks v0.4.1/go.mod h1:LTp+uSrOhSkaKrUy935gNZuuIPPVsHlr9DSOxSayd+k= -github.com/Azure/go-autorest/logger v0.2.1/go.mod h1:T9E3cAhj2VqvPOtCYAvby9aBXkZmbF5NWuPV8+WeEW8= -github.com/Azure/go-autorest/tracing v0.6.0/go.mod h1:+vhtPC754Xsa23ID7GlGsrdKBpUA79WCAKPPZVC2DeU= -github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= -github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= -github.com/NYTimes/gziphandler v0.0.0-20170623195520-56545f4a5d46/go.mod h1:3wb06e3pkSAbeQ52E9H9iFoQsEEwGN64994WTCIhntQ= -github.com/PuerkitoBio/purell v1.1.1/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0= -github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE= -github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY= -github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= -github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI= -github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI= -github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU= -github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= -github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc= -github.com/cncf/udpa/go v0.0.0-20200629203442-efcf912fb354/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk= -github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815/go.mod h1:WwZ+bS3ebgob9U8Nd0kOddGdZWjyMGR8Wziv+TBNwSE= -github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= -github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= -github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= -github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= -github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98= -github.com/envoyproxy/go-control-plane v0.9.7/go.mod h1:cwu0lG7PUMfa9snN8LXBig5ynNVH9qI8YYLbd1fK2po= -github.com/envoyproxy/go-control-plane v0.9.9-0.20201210154907-fd9021fe5dad/go.mod h1:cXg6YxExXjJnVBQHBLXeUAgxn2UodCpnH306RInaBQk= -github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= -github.com/evanphx/json-patch v4.12.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= -github.com/form3tech-oss/jwt-go v3.2.2+incompatible/go.mod h1:pbq4aXjuKjdthFRnoDwaVPLA+WlJuPGy+QneDUgJi2k= -github.com/form3tech-oss/jwt-go v3.2.3+incompatible/go.mod h1:pbq4aXjuKjdthFRnoDwaVPLA+WlJuPGy+QneDUgJi2k= -github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= -github.com/fsnotify/fsnotify v1.4.9 h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWoS4= -github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ= -github.com/getkin/kin-openapi v0.76.0/go.mod h1:660oXbgy5JFMKreazJaQTw7o+X00qeSyhcnluiMv+Xg= -github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= -github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= -github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= -github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= -github.com/go-logr/logr v0.1.0/go.mod h1:ixOQHD9gLJUVQQ2ZOR7zLEifBX6tGkNJF4QyIY7sIas= -github.com/go-logr/logr v0.2.0/go.mod h1:z6/tIYblkpsD+a4lm/fGIIU9mZ+XfAiaFtq7xTgseGU= -github.com/go-logr/logr v1.2.0 h1:QK40JKJyMdUDz+h+xvCsru/bJhvG0UxvePV0ufL/AcE= +github.com/emicklei/go-restful/v3 v3.9.0 h1:XwGDlfxEnQZzuopoqxwSEllNcCOM9DhhFyhFIIGKwxE= +github.com/emicklei/go-restful/v3 v3.9.0/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc= github.com/go-logr/logr v1.2.0/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A= -github.com/go-openapi/jsonpointer v0.19.3/go.mod h1:Pl9vOtqEWErmShwVjC8pYs9cog34VGT37dQOVbmoatg= -github.com/go-openapi/jsonpointer v0.19.5/go.mod h1:Pl9vOtqEWErmShwVjC8pYs9cog34VGT37dQOVbmoatg= -github.com/go-openapi/jsonreference v0.19.3/go.mod h1:rjx6GuL8TTa9VaixXglHmQmIL98+wF9xc8zWvFonSJ8= -github.com/go-openapi/swag v0.19.5/go.mod h1:POnQmlKehdgb5mhVOsnJFsivZCEZ/vjK9gh66Z9tfKk= +github.com/go-logr/logr v1.2.4 h1:g01GSCwiDw2xSZfjJ2/T9M+S6pFdcNtFYsp+Y43HYDQ= +github.com/go-logr/logr v1.2.4/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A= +github.com/go-openapi/jsonpointer v0.19.6 h1:eCs3fxoIi3Wh6vtgmLTOjdhSpiqphQ+DaPn38N2ZdrE= +github.com/go-openapi/jsonpointer v0.19.6/go.mod h1:osyAmYz/mB/C3I+WsTTSgw1ONzaLJoLCyoi6/zppojs= +github.com/go-openapi/jsonreference v0.20.2 h1:3sVjiK66+uXK/6oQ8xgcRKcFgQ5KXa2KvnJRumpMGbE= +github.com/go-openapi/jsonreference v0.20.2/go.mod h1:Bl1zwGIM8/wsvqjsOQLJ/SH+En5Ap4rVB5KVcIDZG2k= +github.com/go-openapi/swag v0.22.3 h1:yMBqmnQ0gyZvEb/+KzuWZOXgllrXT4SADYbvDaXHv/g= +github.com/go-openapi/swag v0.22.3/go.mod h1:UzaqsxGiab7freDnrUUra0MwWfN/q7tE4j+VcZ0yl14= github.com/go-resty/resty/v2 v2.7.0 h1:me+K9p3uhSmXtrBZ4k9jcEAfJmuC8IivWHwaLZwPrFY= github.com/go-resty/resty/v2 v2.7.0/go.mod h1:9PWDzw47qPphMRFfhsyk0NnSgvluHcljSMVIq3w7q0I= +github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 h1:tfuBGBXKqDEevZMzYi5KSi8KkcZtzBcTgAUUtapy0OI= github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q= github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q= -github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= -github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= -github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= -github.com/golang/mock v1.3.1/go.mod h1:sBzyDLLjw3U8JLTeZvSv8jJB+tU5PVekmnlKIyFUx0Y= -github.com/golang/mock v1.4.0/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt3cw= -github.com/golang/mock v1.4.1/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt3cw= -github.com/golang/mock v1.4.3/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt3cw= -github.com/golang/mock v1.4.4/go.mod h1:l3mdAwkq5BuhzHwde/uurv3sEJeZMXNpwsxVWU71h+4= -github.com/golang/mock v1.5.0/go.mod h1:CWnOUgYIOo4TcNZ0wHX3YZCqsaM1I1Jvs6v3mP3KVu8= -github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= -github.com/golang/protobuf v1.3.2/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= -github.com/golang/protobuf v1.3.3/go.mod h1:vzj43D7+SQXF/4pzW/hwtAqwc6iTitCiVSaWz5lYuqw= -github.com/golang/protobuf v1.3.4/go.mod h1:vzj43D7+SQXF/4pzW/hwtAqwc6iTitCiVSaWz5lYuqw= -github.com/golang/protobuf v1.3.5/go.mod h1:6O5/vntMXwX2lRkT1hjjk0nAC1IDOTvTlVgjlRvqsdk= -github.com/golang/protobuf v1.4.0-rc.1/go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8= -github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208/go.mod h1:xKAWHe0F5eneWXFV3EuXVDTCmh+JuBKY0li0aMyXATA= -github.com/golang/protobuf v1.4.0-rc.2/go.mod h1:LlEzMj4AhA7rCAGe4KMBDvJI+AwstrUpVNzEA03Pprs= -github.com/golang/protobuf v1.4.0-rc.4.0.20200313231945-b860323f09d0/go.mod h1:WU3c8KckQ9AFe+yFwt9sWVRKCVIyN9cPHBJSNnbL67w= -github.com/golang/protobuf v1.4.0/go.mod h1:jodUvKwWbYaEsadDk5Fwe5c77LiNKVO9IDvqG2KuDX0= -github.com/golang/protobuf v1.4.1/go.mod h1:U8fpvMrcmy5pZrNK1lt4xCsGvpyWQ/VVv6QDs8UjoX8= -github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= -github.com/golang/protobuf v1.4.3/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk= -github.com/golang/protobuf v1.5.1/go.mod h1:DopwsBzvsk0Fs44TXzsVbJyPhcCPeIwnvohx4u74HPM= -github.com/golang/protobuf v1.5.2 h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw= -github.com/golang/protobuf v1.5.2/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY= -github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= -github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= -github.com/google/btree v1.0.1/go.mod h1:xXMiIv4Fb/0kKde4SpL7qlzvu5cMJDRkFDxJfI9uaxA= -github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= -github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.3/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.4/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= +github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg= +github.com/golang/protobuf v1.5.3/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY= +github.com/google/gnostic-models v0.6.8 h1:yo/ABAfM5IMRsS1VnXjTBvUb61tFIHozhlYvRgGre9I= +github.com/google/gnostic-models v0.6.8/go.mod h1:5n7qKqH0f5wFt+aWF8CW6pZLLNOfYuF5OpfBSENuI8U= github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.7 h1:81/ik6ipDQS2aGcBfIN5dHDB36BwrStyeAQquSYCV4o= -github.com/google/go-cmp v0.5.7/go.mod h1:n+brtR0CgQNWTVd5ZUFpTBC8YFBDLK/h/bpaJ8/DtOE= +github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38= +github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= -github.com/google/gofuzz v1.1.0 h1:Hsa8mG0dQ46ij8Sl2AYJDUv1oA9/d6Vk+3LG99Oe02g= -github.com/google/gofuzz v1.1.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= -github.com/google/martian v2.1.0+incompatible/go.mod h1:9I4somxYTbIHy5NJKHRl3wXiIaQGbYVAs8BPL6v8lEs= -github.com/google/martian/v3 v3.0.0/go.mod h1:y5Zk1BBys9G+gd6Jrk0W3cC1+ELVxBWuIGO+w/tUAp0= -github.com/google/martian/v3 v3.1.0/go.mod h1:y5Zk1BBys9G+gd6Jrk0W3cC1+ELVxBWuIGO+w/tUAp0= -github.com/google/pprof v0.0.0-20181206194817-3ea8567a2e57/go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc= -github.com/google/pprof v0.0.0-20190515194954-54271f7e092f/go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc= -github.com/google/pprof v0.0.0-20191218002539-d4f498aebedc/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= -github.com/google/pprof v0.0.0-20200212024743-f11f1df84d12/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= -github.com/google/pprof v0.0.0-20200229191704-1ebb73c60ed3/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= -github.com/google/pprof v0.0.0-20200430221834-fc25d7d30c6d/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= -github.com/google/pprof v0.0.0-20200708004538-1a94d8640e99/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= -github.com/google/pprof v0.0.0-20201023163331-3e6fc7fc9c4c/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= -github.com/google/pprof v0.0.0-20201203190320-1bf35d6f28c2/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= -github.com/google/pprof v0.0.0-20210122040257-d980be63207e/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= -github.com/google/pprof v0.0.0-20210226084205-cbba55b83ad5/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= -github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI= -github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= -github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= -github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk= -github.com/googleapis/gnostic v0.5.1/go.mod h1:6U4PtQXGIEt/Z3h5MAT7FNofLnw9vXk2cUuW7uA/OeU= -github.com/googleapis/gnostic v0.5.5 h1:9fHAtK0uDfpveeqqo1hkEZJcFvYXAiCN3UutL8F9xHw= -github.com/googleapis/gnostic v0.5.5/go.mod h1:7+EbHbldMins07ALC74bsA81Ovc97DwqyJO1AENw9kA= -github.com/gorilla/mux v1.8.0/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB71So= -github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= -github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= -github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= -github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= -github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= -github.com/imdario/mergo v0.3.5 h1:JboBksRwiiAJWvIYJVo46AfV+IAIKZpfrSzVKj42R4Q= -github.com/imdario/mergo v0.3.5/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA= -github.com/json-iterator/go v1.1.6/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU= +github.com/google/gofuzz v1.2.0 h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0= +github.com/google/gofuzz v1.2.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= +github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 h1:K6RDEckDVWvDI9JAJYCmNdQXq6neHJOYx3V6jnqNEec= +github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I= +github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= +github.com/imdario/mergo v0.3.6 h1:xTNEAn+kxVO7dTZGu0CegyqKZmoWFI0rF8UxjlB2d28= +github.com/imdario/mergo v0.3.6/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA= +github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY= +github.com/josharian/intern v1.0.0/go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y= github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM= github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo= -github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1:6v2b51hI/fHJwM22ozAgKL4VKDeJcHhJFhtBdhmNjmU= -github.com/jstemmer/go-junit-report v0.9.1/go.mod h1:Brl9GWCQeLvo8nXZwPNNblvFj/XSXhF0NWZEnDohbsk= github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8= github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck= -github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= -github.com/kr/pretty v0.2.0/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI= +github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI= +github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE= github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= -github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= -github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= -github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= -github.com/moby/spdystream v0.2.0/go.mod h1:f7i0iNDQJ059oMTcWxx8MA/zKFIuD/lY+0GqbN2Wy8c= +github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0= +github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc= github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg= github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= -github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M= github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk= -github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= -github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw= -github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs= -github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno= -github.com/nxadm/tail v1.4.4 h1:DQuhQpB1tVlglWS2hLQ5OV6B5r8aGxSrPc5Qo6uTN78= -github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A= -github.com/onsi/ginkgo v0.0.0-20170829012221-11459a886d9c/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= -github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= -github.com/onsi/ginkgo v1.12.1/go.mod h1:zj2OWP4+oCPe1qIXoGWkgMRwljMUYCdkwsT2108oapk= -github.com/onsi/ginkgo v1.14.0 h1:2mOpI4JVVPBN+WQRa0WKH2eXR+Ey+uK4n7Zj0aYpIQA= -github.com/onsi/ginkgo v1.14.0/go.mod h1:iSB4RoI2tjJc9BBv4NKIKWKya62Rps+oPG/Lv9klQyY= -github.com/onsi/gomega v0.0.0-20170829124025-dcabb60a477c/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA= -github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY= -github.com/onsi/gomega v1.10.1 h1:o0+MgICZLuZ7xjH7Vx6zS/zcu93/BEp1VwkIW1mEXCE= -github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo= -github.com/peterbourgon/diskv v2.0.1+incompatible/go.mod h1:uqqh8zWWbv1HBMNONnaR/tNboyR3/BZd58JJSHlUSCU= -github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= +github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA= +github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= +github.com/onsi/ginkgo/v2 v2.9.4 h1:xR7vG4IXt5RWx6FfIjyAtsoMAtnc3C/rFXBBd2AjZwE= +github.com/onsi/gomega v1.27.6 h1:ENqfyGeS5AX/rlXDd/ETokDz93u0YufY1Pgxuy/PvWE= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= -github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= -github.com/spf13/afero v1.2.2/go.mod h1:9ZxEEn6pIJ8Rxe320qSDBk6AsU0r9pR7Q4OcevTdifk= +github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ= github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= -github.com/stoewer/go-strcase v1.2.0/go.mod h1:IBiWB2sKIp3wVVQ3Y035++gc+knqhUQag1KpM8ahLw8= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= +github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw= +github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo= github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= -github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= -github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA= -github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -github.com/stretchr/testify v1.7.1 h1:5TQK59W5E3v0r2duFAb7P95B6hEeOyEnHRa8MjYSMTY= -github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= +github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= +github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= +github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= +github.com/stretchr/testify v1.8.2 h1:+h33VjcLVPDHtOdpUCuF+7gSuG3yGIftsP1YvFihtJ8= github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= -github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= -github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k= -go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU= -go.opencensus.io v0.22.0/go.mod h1:+kGneAE2xo2IficOXnaByMWTGM9T73dGwxeWcUqIpI8= -go.opencensus.io v0.22.2/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= -go.opencensus.io v0.22.3/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= -go.opencensus.io v0.22.4/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= -go.opencensus.io v0.22.5/go.mod h1:5pWMHQbX5EPX2/62yrJeAkowc+lfs/XD7Uxpq3pI6kk= -go.opencensus.io v0.23.0/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= -golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= -golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= -golang.org/x/crypto v0.0.0-20210817164053-32db794688a5/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= -golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= -golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= -golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8= -golang.org/x/exp v0.0.0-20190829153037-c13cbed26979/go.mod h1:86+5VVa7VpoJ4kLfm080zCjGlMRFzhUhsZKEZO7MGek= -golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136/go.mod h1:JXzH8nQsPlswgeRAPE3MuO9GYsAcnJvJ4vnMwN/5qkY= -golang.org/x/exp v0.0.0-20191129062945-2f5052295587/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= -golang.org/x/exp v0.0.0-20191227195350-da58074b4299/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= -golang.org/x/exp v0.0.0-20200119233911-0405dc783f0a/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= -golang.org/x/exp v0.0.0-20200207192155-f17229e696bd/go.mod h1:J/WKrq2StrnmMY6+EHIKF9dgMWnmCNThgcyBT1FY9mM= -golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6/go.mod h1:3jZMyOhIsHpP37uCMkUooju7aAi5cS1Q23tOzKc+0MU= -golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js= -golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= -golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= -golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU= -golang.org/x/lint v0.0.0-20190301231843-5614ed5bae6f/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= -golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= -golang.org/x/lint v0.0.0-20190409202823-959b441ac422/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= -golang.org/x/lint v0.0.0-20190909230951-414d861bb4ac/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= -golang.org/x/lint v0.0.0-20190930215403-16217165b5de/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= -golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f/go.mod h1:5qLYkcX4OjUUV8bRuDixDT3tpyyb+LUpUlRWLxfhWrs= -golang.org/x/lint v0.0.0-20200130185559-910be7a94367/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= -golang.org/x/lint v0.0.0-20200302205851-738671d3881b/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= -golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= -golang.org/x/mobile v0.0.0-20190312151609-d3739f865fa6/go.mod h1:z+o9i4GpDbdi3rU15maQ/Ox0txvL9dWGYEHz965HBQE= -golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028/go.mod h1:E/iHnbuqvinMTCcRqshq8CkpyQDoeVncDDYHnLhea+o= -golang.org/x/mod v0.0.0-20190513183733-4bf6d317e70e/go.mod h1:mXi4GBBbnImb6dmsKGUJ2LatrhH/nqhxcFungHvyanc= -golang.org/x/mod v0.1.0/go.mod h1:0QHyrYULN0/3qlju5TqG8bIK38QM8yzMo5ekMj3DlcY= -golang.org/x/mod v0.1.1-0.20191105210325-c90efee705ee/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg= -golang.org/x/mod v0.1.1-0.20191107180719-034126e5016b/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg= golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/mod v0.4.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/mod v0.4.1/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/mod v0.4.2/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20190213061140-3a22650c66bd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= -golang.org/x/net v0.0.0-20190501004415-9ce7a6920f09/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= -golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= golang.org/x/net v0.0.0-20190603091049-60506f45cf65/go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks= golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190628185345-da137c7871d7/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190724013045-ca1201d0de80/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200202094626-16171245cfb2/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200222125558-5a598a2470a0/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200301022130-244492dfa37a/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/net v0.0.0-20200501053045-e0ff5e5a1de5/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/net v0.0.0-20200506145744-7e3656a0809f/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/net v0.0.0-20200513185701-a91f0712d120/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/net v0.0.0-20200625001655-4c5254603344/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= -golang.org/x/net v0.0.0-20200707034311-ab3426394381/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= -golang.org/x/net v0.0.0-20200822124328-c89045814202/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= -golang.org/x/net v0.0.0-20201031054903-ff519b6c9102/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= -golang.org/x/net v0.0.0-20201110031124-69a78807bb2b/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= -golang.org/x/net v0.0.0-20201209123823-ac852fbbde11/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= -golang.org/x/net v0.0.0-20210119194325-5f4716e94777/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= -golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= -golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4/go.mod h1:RBQZq4jEuRlivfhVLdyRGr576XBO4/greRjx4P4O3yc= -golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4/go.mod h1:p54w0d4576C0XHj96bSt6lcn1PtDYWL6XObtHCRCNQM= golang.org/x/net v0.0.0-20211029224645-99673261e6eb/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -golang.org/x/net v0.0.0-20211209124913-491a49abca63/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.14.0 h1:BONx9s002vGdD9umnlX1Po8vOZmrgH34qlHcD1MfK14= golang.org/x/net v0.14.0/go.mod h1:PpSgVXXLK0OxS0F31C1/tv6XNguvCrnXIDrFMspZIUI= -golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= -golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= -golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= -golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= -golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= -golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20201208152858-08078c50e5b5/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20210218202405-ba52d332ba99/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20210220000619-9bb904979d93/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20210313182246-cd4f82c27b84/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f h1:Qmd2pbz05z7z6lm0DrgQVVPuBm92jqujBKMHMOlOQEw= -golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/oauth2 v0.8.0 h1:6dkIjl3j3LtZ/O3sTgZTMsLKSftL/B8Zgq4huOIIUu8= +golang.org/x/oauth2 v0.8.0/go.mod h1:yr7u4HXZRm1R1kBWqr/xKNqewf0plRYoB7sla+BCIXE= golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20190312061237-fead79001313/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190502145724-3ef323f4f1fd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190606165138-5da285871e9c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190624142023-c5567b49c5d0/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190904154756-749cb33beabd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191001151750-bb3f8db39f24/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191120155948-bd437916bb0e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191204072324-ce4227a45e2e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191228213918-04cbcbbfeed8/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200113162924-86b910548bc1/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200122134326-e047566fdf82/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200212091648-12a6c2dcc1e4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200331124033-c3d80250170d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200501052902-10377860bb8e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200511232937-7e40ca221e25/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200519105757-fe76b779f299/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200523222454-059865788121/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200803210538-64077c9b5642/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200905004654-be1d3432aa8f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20201201145000-ef89a241ccb3/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210104204734-6f8348627aad/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210220050731-9a76102bfb43/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210305230114-8fe3ee5dd75b/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210315160823-c6e025ad8005/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210510120138-977fb7262007/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210831042530-f4d43177bf5e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.11.0 h1:eG7RXZHdqOJ1i+0lgLgCpSXAp6M3LYlAo6osgSi0xOM= golang.org/x/sys v0.11.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= -golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= golang.org/x/term v0.11.0 h1:F9tnn/DA/Im8nCwm+fX+1/eBwi4qFjRT++MhtVC4ZX0= golang.org/x/term v0.11.0/go.mod h1:zC9APTIj3jG3FdV/Ons+XE1riIZXG4aZ4GTHiPZJPIU= -golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= -golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.3.4/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.3.5/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= golang.org/x/text v0.12.0 h1:k+n5B8goJNdU7hSvEtMUz3d1Q6D/XW4COJSJR6fN0mc= golang.org/x/text v0.12.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE= -golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac h1:7zkz7BUtwNFFqcowJ+RIgu2MaV/MapERkDIy+mwPyjs= -golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= +golang.org/x/time v0.3.0 h1:rg5rLMjNzMS1RkNLzCG38eapWhnYLFYXDXj2gOlr8j4= +golang.org/x/time v0.3.0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -golang.org/x/tools v0.0.0-20190114222345-bf090417da8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -golang.org/x/tools v0.0.0-20190226205152-f727befe758c/go.mod h1:9Yl7xja0Znq3iFh3HoIrodX9oNMXvdceNzlUR8zjMvY= -golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= -golang.org/x/tools v0.0.0-20190312151545-0bb0c0a6e846/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= -golang.org/x/tools v0.0.0-20190312170243-e65039ee4138/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= -golang.org/x/tools v0.0.0-20190425150028-36563e24a262/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= -golang.org/x/tools v0.0.0-20190506145303-2d16b83fe98c/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= -golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= -golang.org/x/tools v0.0.0-20190606124116-d0a3d012864b/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= -golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= -golang.org/x/tools v0.0.0-20190628153133-6cdbf07be9d0/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= -golang.org/x/tools v0.0.0-20190816200558-6889da9d5479/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190911174233-4f2ddba30aff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191012152004-8de300cfc20a/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191113191852-77e3bb0ad9e7/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191115202509-3a792d9c32b2/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191125144606-a911d9008d1f/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191130070609-6e064ea0cf2d/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191216173652-a0e659d51361/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20191227053925-7b8e75db28f4/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200117161641-43d50277825c/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200122220014-bf1340f18c4a/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200130002326-2f3ba24bd6e7/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200204074204-1cc6d1ef6c74/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200207183749-b753a1ba74fa/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200212150539-ea181f53ac56/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200224181240-023911ca70b2/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200227222343-706bc42d1f0d/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200304193943-95d2e580d8eb/go.mod h1:o4KQGtdN14AW+yjsvvwRTJJuXz8XRtIHtEnmAXLyFUw= -golang.org/x/tools v0.0.0-20200312045724-11d5b4c81c7d/go.mod h1:o4KQGtdN14AW+yjsvvwRTJJuXz8XRtIHtEnmAXLyFUw= -golang.org/x/tools v0.0.0-20200331025713-a30bf2db82d4/go.mod h1:Sl4aGygMT6LrqrWclx+PTx3U+LnKx/seiNR+3G19Ar8= -golang.org/x/tools v0.0.0-20200501065659-ab2804fb9c9d/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= -golang.org/x/tools v0.0.0-20200505023115-26f46d2f7ef8/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= -golang.org/x/tools v0.0.0-20200512131952-2bc93b1c0c88/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= -golang.org/x/tools v0.0.0-20200515010526-7d3b6ebf133d/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= -golang.org/x/tools v0.0.0-20200618134242-20370b0cb4b2/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200619180055-7c47624df98f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= -golang.org/x/tools v0.0.0-20200729194436-6467de6f59a7/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= -golang.org/x/tools v0.0.0-20200804011535-6c149bb5ef0d/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= -golang.org/x/tools v0.0.0-20200825202427-b303f430e36d/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= -golang.org/x/tools v0.0.0-20200904185747-39188db58858/go.mod h1:Cj7w3i3Rnn0Xh82ur9kSqwfTHTeVxaDqrfMjpcNT6bE= -golang.org/x/tools v0.0.0-20201110124207-079ba7bd75cd/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.0.0-20201201161351-ac6f37ff4c2a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.0.0-20201208233053-a543418bbed2/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.0.0-20210105154028-b0ab187a4818/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.1.0/go.mod h1:xkSsbof2nBLbhDlRMhhhyNLN/zl3eTqcnHD5viDpcZ0= -golang.org/x/tools v0.1.5/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= +golang.org/x/tools v0.8.0 h1:vSDcovVPld282ceKgDimkRSC8kpaH1dgyc9UMzlt84Y= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 h1:go1bK/D/BFZV2I8cIQd1NKEZ+0owSTG1fDTci4IqFcE= golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -google.golang.org/api v0.4.0/go.mod h1:8k5glujaEP+g9n7WNsDg8QP6cUVNI86fCNMcbazEtwE= -google.golang.org/api v0.7.0/go.mod h1:WtwebWUNSVBH/HAw79HIFXZNqEvBhG+Ra+ax0hx3E3M= -google.golang.org/api v0.8.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg= -google.golang.org/api v0.9.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg= -google.golang.org/api v0.13.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= -google.golang.org/api v0.14.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= -google.golang.org/api v0.15.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= -google.golang.org/api v0.17.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= -google.golang.org/api v0.18.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= -google.golang.org/api v0.19.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= -google.golang.org/api v0.20.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= -google.golang.org/api v0.22.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= -google.golang.org/api v0.24.0/go.mod h1:lIXQywCXRcnZPGlsd8NbLnOjtAoL6em04bJ9+z0MncE= -google.golang.org/api v0.28.0/go.mod h1:lIXQywCXRcnZPGlsd8NbLnOjtAoL6em04bJ9+z0MncE= -google.golang.org/api v0.29.0/go.mod h1:Lcubydp8VUV7KeIHD9z2Bys/sm/vGKnG1UHuDBSrHWM= -google.golang.org/api v0.30.0/go.mod h1:QGmEvQ87FHZNiUVJkT14jQNYJ4ZJjdRF23ZXz5138Fc= -google.golang.org/api v0.35.0/go.mod h1:/XrVsuzM0rZmrsbjJutiuftIzeuTQcEeaYcSk/mQ1dg= -google.golang.org/api v0.36.0/go.mod h1:+z5ficQTmoYpPn8LCUNVpK5I7hwkpjbcgqA7I34qYtE= -google.golang.org/api v0.40.0/go.mod h1:fYKFpnQN0DsDSKRVRcQSDQNtqWPfM9i+zNPxepjRCQ8= -google.golang.org/api v0.41.0/go.mod h1:RkxM5lITDfTzmyKFPt+wGrCJbVfniCr2ool8kTBzRTU= -google.golang.org/api v0.43.0/go.mod h1:nQsDGjRXMo4lvh5hP0TKqF244gqhGcr/YSIykhUk/94= -google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM= -google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= -google.golang.org/appengine v1.5.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= -google.golang.org/appengine v1.6.1/go.mod h1:i06prIuMbXzDqacNJfV5OdTW448YApPu5ww/cMBSeb0= -google.golang.org/appengine v1.6.5/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= -google.golang.org/appengine v1.6.6/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= google.golang.org/appengine v1.6.7 h1:FZR1q0exgwxzPzp/aF+VccGrSfxfPpkBqjIIEq3ru6c= google.golang.org/appengine v1.6.7/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= -google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= -google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= -google.golang.org/genproto v0.0.0-20190418145605-e7d98fc518a7/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= -google.golang.org/genproto v0.0.0-20190425155659-357c62f0e4bb/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= -google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= -google.golang.org/genproto v0.0.0-20190801165951-fa694d86fc64/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc= -google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc= -google.golang.org/genproto v0.0.0-20190911173649-1774047e7e51/go.mod h1:IbNlFCBrqXvoKpeg0TB2l7cyZUmoaFKYIwrEpbDKLA8= -google.golang.org/genproto v0.0.0-20191108220845-16a3f7862a1a/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/genproto v0.0.0-20191115194625-c23dd37a84c9/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/genproto v0.0.0-20191216164720-4f79533eabd1/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/genproto v0.0.0-20191230161307-f3c370f40bfb/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/genproto v0.0.0-20200115191322-ca5a22157cba/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/genproto v0.0.0-20200122232147-0452cf42e150/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/genproto v0.0.0-20200204135345-fa8e72b47b90/go.mod h1:GmwEX6Z4W5gMy59cAlVYjN9JhxgbQH6Gn+gFDQe2lzA= -google.golang.org/genproto v0.0.0-20200212174721-66ed5ce911ce/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200224152610-e50cd9704f63/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200228133532-8c2c7df3a383/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200305110556-506484158171/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200312145019-da6875a35672/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200331122359-1ee6d9798940/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200430143042-b979b6f78d84/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200511104702-f5ebc3bea380/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200515170657-fc4c6c6a6587/go.mod h1:YsZOwe1myG/8QRHRsmBRE1LrgQY60beZKjly0O1fX9U= -google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013/go.mod h1:NbSheEEYHJ7i3ixzK3sjbqSGDJWnxyFXZblF3eUsNvo= -google.golang.org/genproto v0.0.0-20200618031413-b414f8b61790/go.mod h1:jDfRM7FcilCzHH/e9qn6dsT145K34l5v+OpcnNgKAAA= -google.golang.org/genproto v0.0.0-20200729003335-053ba62fc06f/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20200804131852-c06518451d9c/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20200825200019-8632dd797987/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20200904004341-0bd0a958aa1d/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20201019141844-1ed22bb0c154/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20201109203340-2640f1f9cdfb/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20201201144952-b05cb90ed32e/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20201210142538-e3217bee35cc/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20201214200347-8c77b98c765d/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20210222152913-aa3ee6e6a81c/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20210303154014-9728d6b83eeb/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20210310155132-4ce2db91004e/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20210319143718-93e7006c17a6/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20210402141018-6c239bbf2bb1/go.mod h1:9lPAdzaEmUacj36I+k7YKbEc5CXzPIeORRgDAUOu28A= -google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c= -google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38= -google.golang.org/grpc v1.21.1/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM= -google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg= -google.golang.org/grpc v1.25.1/go.mod h1:c3i+UQWmh7LiEpx4sFZnkU36qjEYZ0imhYfXVyQciAY= -google.golang.org/grpc v1.26.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk= -google.golang.org/grpc v1.27.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk= -google.golang.org/grpc v1.27.1/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk= -google.golang.org/grpc v1.28.0/go.mod h1:rpkK4SK4GF4Ach/+MFLZUBavHOvF2JJB5uozKKal+60= -google.golang.org/grpc v1.29.1/go.mod h1:itym6AZVZYACWQqET3MqgPpjcuV5QH3BxFS3IjizoKk= -google.golang.org/grpc v1.30.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak= -google.golang.org/grpc v1.31.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak= -google.golang.org/grpc v1.31.1/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak= -google.golang.org/grpc v1.33.2/go.mod h1:JMHMWHQWaTccqQQlmk3MJZS+GWXOdAesneDmEnv2fbc= -google.golang.org/grpc v1.34.0/go.mod h1:WotjhfgOW/POjDeRt8vscBtXq+2VjORFy659qA51WJ8= -google.golang.org/grpc v1.35.0/go.mod h1:qjiiYl8FncCW8feJPdyg3v6XW24KsRHe+dy9BAGRRjU= -google.golang.org/grpc v1.36.0/go.mod h1:qjiiYl8FncCW8feJPdyg3v6XW24KsRHe+dy9BAGRRjU= -google.golang.org/grpc v1.36.1/go.mod h1:qjiiYl8FncCW8feJPdyg3v6XW24KsRHe+dy9BAGRRjU= -google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8= -google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0= -google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM= -google.golang.org/protobuf v1.20.1-0.20200309200217-e05f789c0967/go.mod h1:A+miEFZTKqfCUM6K7xSMQL9OKL/b6hQv+e19PK+JZNE= -google.golang.org/protobuf v1.21.0/go.mod h1:47Nbq4nVaFHyn7ilMalzfO3qCViNmqZ2kzikPIcrTAo= -google.golang.org/protobuf v1.22.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= -google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= -google.golang.org/protobuf v1.23.1-0.20200526195155-81db48ad09cc/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= -google.golang.org/protobuf v1.24.0/go.mod h1:r/3tXBNzIEhYS9I1OUVjXDlt8tc493IdKGjtUeSXeh4= -google.golang.org/protobuf v1.25.0/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlbajtzgsN7c= google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= -google.golang.org/protobuf v1.27.1 h1:SnqbnDw1V7RiZcXPx5MEeqPv2s79L9i7BJUlG/+RurQ= -google.golang.org/protobuf v1.27.1/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= +google.golang.org/protobuf v1.30.0 h1:kPPoIgf3TsEvrm0PFe15JQ+570QVxYzEvvHqChK+cng= +google.golang.org/protobuf v1.30.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f h1:BLraFXnmrev5lT+xlilqcH8XK9/i0At2xKjWk4p6zsU= -gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI= -gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMys= +gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk= +gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q= gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc= gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= gopkg.in/ini.v1 v1.66.6 h1:LATuAqN/shcYAOkv3wl2L4rkaKqkcgTBQjOyYDvcPKI= gopkg.in/ini.v1 v1.66.6/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= -gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ= -gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= -gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.3.0/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY= gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b h1:h8qDotaEPuJATrMmW04NCwg7v22aHH28wwpauUhK9Oo= -gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= -honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= -honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= -honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= -honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg= -honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= -honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= -k8s.io/api v0.23.4 h1:85gnfXQOWbJa1SiWGpE9EEtHs0UVvDyIsSMpEtl2D4E= -k8s.io/api v0.23.4/go.mod h1:i77F4JfyNNrhOjZF7OwwNJS5Y1S9dpwvb9iYRYRczfI= -k8s.io/apimachinery v0.23.4 h1:fhnuMd/xUL3Cjfl64j5ULKZ1/J9n8NuQEgNL+WXWfdM= -k8s.io/apimachinery v0.23.4/go.mod h1:BEuFMMBaIbcOqVIJqNZJXGFTP4W6AycEpb5+m/97hrM= -k8s.io/client-go v0.23.4 h1:YVWvPeerA2gpUudLelvsolzH7c2sFoXXR5wM/sWqNFU= -k8s.io/client-go v0.23.4/go.mod h1:PKnIL4pqLuvYUK1WU7RLTMYKPiIh7MYShLshtRY9cj0= -k8s.io/gengo v0.0.0-20210813121822-485abfe95c7c/go.mod h1:FiNAH4ZV3gBg2Kwh89tzAEV2be7d5xI0vBa/VySYy3E= -k8s.io/klog/v2 v2.0.0/go.mod h1:PBfzABfn139FHAV07az/IF9Wp1bkk3vpT2XSJ76fSDE= -k8s.io/klog/v2 v2.2.0/go.mod h1:Od+F08eJP+W3HUb4pSrPpgp9DGU4GzlpG/TmITuYh/Y= -k8s.io/klog/v2 v2.30.0 h1:bUO6drIvCIsvZ/XFgfxoGFQU/a4Qkh0iAlvUR7vlHJw= -k8s.io/klog/v2 v2.30.0/go.mod h1:y1WjHnz7Dj687irZUWR/WLkLc5N1YHtjLdmgWjndZn0= -k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 h1:E3J9oCLlaobFUqsjG9DfKbP2BmgwBL2p7pn0A3dG9W4= -k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65/go.mod h1:sX9MT8g7NVZM5lVL/j8QyCCJe8YSMW30QvGZWaCIDIk= -k8s.io/utils v0.0.0-20210802155522-efc7438f0176/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA= -k8s.io/utils v0.0.0-20211116205334-6203023598ed h1:ck1fRPWPJWsMd8ZRFsWc6mh/zHp5fZ/shhbrgPUxDAE= -k8s.io/utils v0.0.0-20211116205334-6203023598ed/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA= -rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8= -rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0= -rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA= -sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 h1:fD1pz4yfdADVNfFmcP2aBEtudwUQ1AlLnRBALr33v3s= -sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6/go.mod h1:p4QtZmO4uMYipTQNzagwnNoseA6OxSUutVw05NhYDRs= -sigs.k8s.io/structured-merge-diff/v4 v4.0.2/go.mod h1:bJZC9H9iH24zzfZ/41RGcq60oK1F7G282QMXDPYydCw= -sigs.k8s.io/structured-merge-diff/v4 v4.2.1 h1:bKCqE9GvQ5tiVHn5rfn1r+yao3aLQEaLzkkmAkf+A6Y= -sigs.k8s.io/structured-merge-diff/v4 v4.2.1/go.mod h1:j/nl6xW8vLS49O8YvXW1ocPhZawJtm+Yrr7PPRQ0Vg4= -sigs.k8s.io/yaml v1.2.0 h1:kr/MCeFWJWTwyaHoR9c8EjH9OumOmoF9YGiZd7lFm/Q= -sigs.k8s.io/yaml v1.2.0/go.mod h1:yfXDCHCao9+ENCvLSE62v9VSji2MKu5jeNfTrofGhJc= +gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= +gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= +k8s.io/api v0.28.1 h1:i+0O8k2NPBCPYaMB+uCkseEbawEt/eFaiRqUx8aB108= +k8s.io/api v0.28.1/go.mod h1:uBYwID+66wiL28Kn2tBjBYQdEU0Xk0z5qF8bIBqk/Dg= +k8s.io/apimachinery v0.28.1 h1:EJD40og3GizBSV3mkIoXQBsws32okPOy+MkRyzh6nPY= +k8s.io/apimachinery v0.28.1/go.mod h1:X0xh/chESs2hP9koe+SdIAcXWcQ+RM5hy0ZynB+yEvw= +k8s.io/client-go v0.28.1 h1:pRhMzB8HyLfVwpngWKE8hDcXRqifh1ga2Z/PU9SXVK8= +k8s.io/client-go v0.28.1/go.mod h1:pEZA3FqOsVkCc07pFVzK076R+P/eXqsgx5zuuRWukNE= +k8s.io/klog/v2 v2.100.1 h1:7WCHKK6K8fNhTqfBhISHQ97KrnJNFZMcQvKp7gP/tmg= +k8s.io/klog/v2 v2.100.1/go.mod h1:y1WjHnz7Dj687irZUWR/WLkLc5N1YHtjLdmgWjndZn0= +k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 h1:LyMgNKD2P8Wn1iAwQU5OhxCKlKJy0sHc+PcDwFB24dQ= +k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9/go.mod h1:wZK2AVp1uHCp4VamDVgBP2COHZjqD1T68Rf0CM3YjSM= +k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 h1:qY1Ad8PODbnymg2pRbkyMT/ylpTrCM8P2RJ0yroCyIk= +k8s.io/utils v0.0.0-20230406110748-d93618cff8a2/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0= +sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo= +sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd/go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0= +sigs.k8s.io/structured-merge-diff/v4 v4.2.3 h1:PRbqxJClWWYMNV1dhaG4NsibJbArud9kFxnAMREiWFE= +sigs.k8s.io/structured-merge-diff/v4 v4.2.3/go.mod h1:qjx8mGObPmV2aSZepjQjbmb2ihdVs8cGKBraizNC69E= +sigs.k8s.io/yaml v1.3.0 h1:a2VclLzOGrwOHDiV8EfBGhvjHvP46CtW5j6POvhYGGo= +sigs.k8s.io/yaml v1.3.0/go.mod h1:GeOyir5tyXNByN85N/dRIT9es5UQNerPYEKK56eTBm8= diff --git a/test/go.mod b/test/go.mod index 6c87347dd..19911cdb5 100644 --- a/test/go.mod +++ b/test/go.mod @@ -2,47 +2,54 @@ module github.com/linode/linodego/test require ( github.com/dnaeon/go-vcr v1.1.0 - github.com/google/go-cmp v0.5.7 + github.com/google/go-cmp v0.5.9 github.com/jarcoal/httpmock v1.2.0 github.com/linode/linodego v0.20.1 github.com/linode/linodego/k8s v0.0.0-00010101000000-000000000000 golang.org/x/net v0.14.0 - golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f - k8s.io/client-go v0.23.4 + golang.org/x/oauth2 v0.8.0 + k8s.io/client-go v0.28.1 ) require ( github.com/davecgh/go-spew v1.1.1 // indirect - github.com/go-logr/logr v1.2.0 // indirect + github.com/emicklei/go-restful/v3 v3.9.0 // indirect + github.com/go-logr/logr v1.2.4 // indirect + github.com/go-openapi/jsonpointer v0.19.6 // indirect + github.com/go-openapi/jsonreference v0.20.2 // indirect + github.com/go-openapi/swag v0.22.3 // indirect github.com/go-resty/resty/v2 v2.7.0 // indirect github.com/gogo/protobuf v1.3.2 // indirect - github.com/golang/protobuf v1.5.2 // indirect - github.com/google/gofuzz v1.1.0 // indirect - github.com/googleapis/gnostic v0.5.5 // indirect - github.com/imdario/mergo v0.3.5 // indirect + github.com/golang/protobuf v1.5.3 // indirect + github.com/google/gnostic-models v0.6.8 // indirect + github.com/google/gofuzz v1.2.0 // indirect + github.com/google/uuid v1.3.0 // indirect + github.com/imdario/mergo v0.3.6 // indirect + github.com/josharian/intern v1.0.0 // indirect github.com/json-iterator/go v1.1.12 // indirect + github.com/mailru/easyjson v0.7.7 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.2 // indirect + github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect github.com/spf13/pflag v1.0.5 // indirect golang.org/x/sys v0.11.0 // indirect golang.org/x/term v0.11.0 // indirect golang.org/x/text v0.12.0 // indirect - golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect - golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect + golang.org/x/time v0.3.0 // indirect google.golang.org/appengine v1.6.7 // indirect - google.golang.org/protobuf v1.27.1 // indirect + google.golang.org/protobuf v1.30.0 // indirect gopkg.in/inf.v0 v0.9.1 // indirect gopkg.in/ini.v1 v1.66.6 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect - gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect - k8s.io/api v0.23.4 // indirect - k8s.io/apimachinery v0.23.4 // indirect - k8s.io/klog/v2 v2.30.0 // indirect - k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 // indirect - k8s.io/utils v0.0.0-20211116205334-6203023598ed // indirect - sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 // indirect - sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect - sigs.k8s.io/yaml v1.2.0 // indirect + gopkg.in/yaml.v3 v3.0.1 // indirect + k8s.io/api v0.28.1 // indirect + k8s.io/apimachinery v0.28.1 // indirect + k8s.io/klog/v2 v2.100.1 // indirect + k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect + k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 // indirect + sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect + sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect + sigs.k8s.io/yaml v1.3.0 // indirect ) go 1.18 diff --git a/test/go.sum b/test/go.sum index 8947978b8..da193c05c 100644 --- a/test/go.sum +++ b/test/go.sum @@ -1,635 +1,164 @@ -cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= -cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= -cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= -cloud.google.com/go v0.44.1/go.mod h1:iSa0KzasP4Uvy3f1mN/7PiObzGgflwredwwASm/v6AU= -cloud.google.com/go v0.44.2/go.mod h1:60680Gw3Yr4ikxnPRS/oxxkBccT6SA1yMk63TGekxKY= -cloud.google.com/go v0.45.1/go.mod h1:RpBamKRgapWJb87xiFSdk4g1CME7QZg3uwTez+TSTjc= -cloud.google.com/go v0.46.3/go.mod h1:a6bKKbmY7er1mI7TEI4lsAkts/mkhTSZK8w33B4RAg0= -cloud.google.com/go v0.50.0/go.mod h1:r9sluTvynVuxRIOHXQEHMFffphuXHOMZMycpNR5e6To= -cloud.google.com/go v0.52.0/go.mod h1:pXajvRH/6o3+F9jDHZWQ5PbGhn+o8w9qiu/CffaVdO4= -cloud.google.com/go v0.53.0/go.mod h1:fp/UouUEsRkN6ryDKNW/Upv/JBKnv6WDthjR6+vze6M= -cloud.google.com/go v0.54.0/go.mod h1:1rq2OEkV3YMf6n/9ZvGWI3GWw0VoqH/1x2nd8Is/bPc= -cloud.google.com/go v0.56.0/go.mod h1:jr7tqZxxKOVYizybht9+26Z/gUq7tiRzu+ACVAMbKVk= -cloud.google.com/go v0.57.0/go.mod h1:oXiQ6Rzq3RAkkY7N6t3TcE6jE+CIBBbA36lwQ1JyzZs= -cloud.google.com/go v0.62.0/go.mod h1:jmCYTdRCQuc1PHIIJ/maLInMho30T/Y0M4hTdTShOYc= -cloud.google.com/go v0.65.0/go.mod h1:O5N8zS7uWy9vkA9vayVHs65eM1ubvY4h553ofrNHObY= -cloud.google.com/go v0.72.0/go.mod h1:M+5Vjvlc2wnp6tjzE102Dw08nGShTscUx2nZMufOKPI= -cloud.google.com/go v0.74.0/go.mod h1:VV1xSbzvo+9QJOxLDaJfTjx5e+MePCpCWwvftOeQmWk= -cloud.google.com/go v0.78.0/go.mod h1:QjdrLG0uq+YwhjoVOLsS1t7TW8fs36kLs4XO5R5ECHg= -cloud.google.com/go v0.79.0/go.mod h1:3bzgcEeQlzbuEAYu4mrWhKqWjmpprinYgKJLgKHnbb8= -cloud.google.com/go v0.81.0/go.mod h1:mk/AM35KwGk/Nm2YSeZbxXdrNK3KZOYHmLkOqC2V6E0= -cloud.google.com/go/bigquery v1.0.1/go.mod h1:i/xbL2UlR5RvWAURpBYZTtm/cXjCha9lbfbpx4poX+o= -cloud.google.com/go/bigquery v1.3.0/go.mod h1:PjpwJnslEMmckchkHFfq+HTD2DmtT67aNFKH1/VBDHE= -cloud.google.com/go/bigquery v1.4.0/go.mod h1:S8dzgnTigyfTmLBfrtrhyYhwRxG72rYxvftPBK2Dvzc= -cloud.google.com/go/bigquery v1.5.0/go.mod h1:snEHRnqQbz117VIFhE8bmtwIDY80NLUZUMb4Nv6dBIg= -cloud.google.com/go/bigquery v1.7.0/go.mod h1://okPTzCYNXSlb24MZs83e2Do+h+VXtc4gLoIoXIAPc= -cloud.google.com/go/bigquery v1.8.0/go.mod h1:J5hqkt3O0uAFnINi6JXValWIb1v0goeZM77hZzJN/fQ= -cloud.google.com/go/datastore v1.0.0/go.mod h1:LXYbyblFSglQ5pkeyhO+Qmw7ukd3C+pD7TKLgZqpHYE= -cloud.google.com/go/datastore v1.1.0/go.mod h1:umbIZjpQpHh4hmRpGhH4tLFup+FVzqBi1b3c64qFpCk= -cloud.google.com/go/pubsub v1.0.1/go.mod h1:R0Gpsv3s54REJCy4fxDixWD93lHJMoZTyQ2kNxGRt3I= -cloud.google.com/go/pubsub v1.1.0/go.mod h1:EwwdRX2sKPjnvnqCa270oGRyludottCI76h+R3AArQw= -cloud.google.com/go/pubsub v1.2.0/go.mod h1:jhfEVHT8odbXTkndysNHCcx0awwzvfOlguIAii9o8iA= -cloud.google.com/go/pubsub v1.3.1/go.mod h1:i+ucay31+CNRpDW4Lu78I4xXG+O1r/MAHgjpRVR+TSU= -cloud.google.com/go/storage v1.0.0/go.mod h1:IhtSnM/ZTZV8YYJWCY8RULGVqBDmpoyjwiyrjsg+URw= -cloud.google.com/go/storage v1.5.0/go.mod h1:tpKbwo567HUNpVclU5sGELwQWBDZ8gh0ZeosJ0Rtdos= -cloud.google.com/go/storage v1.6.0/go.mod h1:N7U0C8pVQ/+NIKOBQyamJIeKQKkZ+mxpohlUTyfDhBk= -cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RXyy7KQOVs= -cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0= -dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU= -github.com/Azure/go-autorest v14.2.0+incompatible/go.mod h1:r+4oMnoxhatjLLJ6zxSWATqVooLgysK6ZNox3g/xq24= -github.com/Azure/go-autorest/autorest v0.11.18/go.mod h1:dSiJPy22c3u0OtOKDNttNgqpNFY/GeWa7GH/Pz56QRA= -github.com/Azure/go-autorest/autorest/adal v0.9.13/go.mod h1:W/MM4U6nLxnIskrw4UwWzlHfGjwUS50aOsc/I3yuU8M= -github.com/Azure/go-autorest/autorest/date v0.3.0/go.mod h1:BI0uouVdmngYNUzGWeSYnokU+TrmwEsOqdt8Y6sso74= -github.com/Azure/go-autorest/autorest/mocks v0.4.1/go.mod h1:LTp+uSrOhSkaKrUy935gNZuuIPPVsHlr9DSOxSayd+k= -github.com/Azure/go-autorest/logger v0.2.1/go.mod h1:T9E3cAhj2VqvPOtCYAvby9aBXkZmbF5NWuPV8+WeEW8= -github.com/Azure/go-autorest/tracing v0.6.0/go.mod h1:+vhtPC754Xsa23ID7GlGsrdKBpUA79WCAKPPZVC2DeU= -github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= -github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= -github.com/NYTimes/gziphandler v0.0.0-20170623195520-56545f4a5d46/go.mod h1:3wb06e3pkSAbeQ52E9H9iFoQsEEwGN64994WTCIhntQ= -github.com/PuerkitoBio/purell v1.1.1/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0= -github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE= -github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY= -github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= -github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI= -github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI= -github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU= -github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= -github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc= -github.com/cncf/udpa/go v0.0.0-20200629203442-efcf912fb354/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk= -github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/dnaeon/go-vcr v1.1.0 h1:ReYa/UBrRyQdant9B4fNHGoCNKw6qh6P0fsdGmZpR7c= github.com/dnaeon/go-vcr v1.1.0/go.mod h1:M7tiix8f0r6mKKJ3Yq/kqU1OYf3MnfmBWVbPx/yU9ko= -github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815/go.mod h1:WwZ+bS3ebgob9U8Nd0kOddGdZWjyMGR8Wziv+TBNwSE= -github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= -github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= -github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= -github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= -github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98= -github.com/envoyproxy/go-control-plane v0.9.7/go.mod h1:cwu0lG7PUMfa9snN8LXBig5ynNVH9qI8YYLbd1fK2po= -github.com/envoyproxy/go-control-plane v0.9.9-0.20201210154907-fd9021fe5dad/go.mod h1:cXg6YxExXjJnVBQHBLXeUAgxn2UodCpnH306RInaBQk= -github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= -github.com/evanphx/json-patch v4.12.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= -github.com/form3tech-oss/jwt-go v3.2.2+incompatible/go.mod h1:pbq4aXjuKjdthFRnoDwaVPLA+WlJuPGy+QneDUgJi2k= -github.com/form3tech-oss/jwt-go v3.2.3+incompatible/go.mod h1:pbq4aXjuKjdthFRnoDwaVPLA+WlJuPGy+QneDUgJi2k= -github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= -github.com/fsnotify/fsnotify v1.4.9 h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWoS4= -github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ= -github.com/getkin/kin-openapi v0.76.0/go.mod h1:660oXbgy5JFMKreazJaQTw7o+X00qeSyhcnluiMv+Xg= -github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= -github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= -github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= -github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= -github.com/go-logr/logr v0.1.0/go.mod h1:ixOQHD9gLJUVQQ2ZOR7zLEifBX6tGkNJF4QyIY7sIas= -github.com/go-logr/logr v0.2.0/go.mod h1:z6/tIYblkpsD+a4lm/fGIIU9mZ+XfAiaFtq7xTgseGU= -github.com/go-logr/logr v1.2.0 h1:QK40JKJyMdUDz+h+xvCsru/bJhvG0UxvePV0ufL/AcE= +github.com/emicklei/go-restful/v3 v3.9.0 h1:XwGDlfxEnQZzuopoqxwSEllNcCOM9DhhFyhFIIGKwxE= +github.com/emicklei/go-restful/v3 v3.9.0/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc= github.com/go-logr/logr v1.2.0/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A= -github.com/go-openapi/jsonpointer v0.19.3/go.mod h1:Pl9vOtqEWErmShwVjC8pYs9cog34VGT37dQOVbmoatg= -github.com/go-openapi/jsonpointer v0.19.5/go.mod h1:Pl9vOtqEWErmShwVjC8pYs9cog34VGT37dQOVbmoatg= -github.com/go-openapi/jsonreference v0.19.3/go.mod h1:rjx6GuL8TTa9VaixXglHmQmIL98+wF9xc8zWvFonSJ8= -github.com/go-openapi/swag v0.19.5/go.mod h1:POnQmlKehdgb5mhVOsnJFsivZCEZ/vjK9gh66Z9tfKk= +github.com/go-logr/logr v1.2.4 h1:g01GSCwiDw2xSZfjJ2/T9M+S6pFdcNtFYsp+Y43HYDQ= +github.com/go-logr/logr v1.2.4/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A= +github.com/go-openapi/jsonpointer v0.19.6 h1:eCs3fxoIi3Wh6vtgmLTOjdhSpiqphQ+DaPn38N2ZdrE= +github.com/go-openapi/jsonpointer v0.19.6/go.mod h1:osyAmYz/mB/C3I+WsTTSgw1ONzaLJoLCyoi6/zppojs= +github.com/go-openapi/jsonreference v0.20.2 h1:3sVjiK66+uXK/6oQ8xgcRKcFgQ5KXa2KvnJRumpMGbE= +github.com/go-openapi/jsonreference v0.20.2/go.mod h1:Bl1zwGIM8/wsvqjsOQLJ/SH+En5Ap4rVB5KVcIDZG2k= +github.com/go-openapi/swag v0.22.3 h1:yMBqmnQ0gyZvEb/+KzuWZOXgllrXT4SADYbvDaXHv/g= +github.com/go-openapi/swag v0.22.3/go.mod h1:UzaqsxGiab7freDnrUUra0MwWfN/q7tE4j+VcZ0yl14= github.com/go-resty/resty/v2 v2.7.0 h1:me+K9p3uhSmXtrBZ4k9jcEAfJmuC8IivWHwaLZwPrFY= github.com/go-resty/resty/v2 v2.7.0/go.mod h1:9PWDzw47qPphMRFfhsyk0NnSgvluHcljSMVIq3w7q0I= +github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 h1:tfuBGBXKqDEevZMzYi5KSi8KkcZtzBcTgAUUtapy0OI= github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q= github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q= -github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= -github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= -github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= -github.com/golang/mock v1.3.1/go.mod h1:sBzyDLLjw3U8JLTeZvSv8jJB+tU5PVekmnlKIyFUx0Y= -github.com/golang/mock v1.4.0/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt3cw= -github.com/golang/mock v1.4.1/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt3cw= -github.com/golang/mock v1.4.3/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt3cw= -github.com/golang/mock v1.4.4/go.mod h1:l3mdAwkq5BuhzHwde/uurv3sEJeZMXNpwsxVWU71h+4= -github.com/golang/mock v1.5.0/go.mod h1:CWnOUgYIOo4TcNZ0wHX3YZCqsaM1I1Jvs6v3mP3KVu8= -github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= -github.com/golang/protobuf v1.3.2/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= -github.com/golang/protobuf v1.3.3/go.mod h1:vzj43D7+SQXF/4pzW/hwtAqwc6iTitCiVSaWz5lYuqw= -github.com/golang/protobuf v1.3.4/go.mod h1:vzj43D7+SQXF/4pzW/hwtAqwc6iTitCiVSaWz5lYuqw= -github.com/golang/protobuf v1.3.5/go.mod h1:6O5/vntMXwX2lRkT1hjjk0nAC1IDOTvTlVgjlRvqsdk= -github.com/golang/protobuf v1.4.0-rc.1/go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8= -github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208/go.mod h1:xKAWHe0F5eneWXFV3EuXVDTCmh+JuBKY0li0aMyXATA= -github.com/golang/protobuf v1.4.0-rc.2/go.mod h1:LlEzMj4AhA7rCAGe4KMBDvJI+AwstrUpVNzEA03Pprs= -github.com/golang/protobuf v1.4.0-rc.4.0.20200313231945-b860323f09d0/go.mod h1:WU3c8KckQ9AFe+yFwt9sWVRKCVIyN9cPHBJSNnbL67w= -github.com/golang/protobuf v1.4.0/go.mod h1:jodUvKwWbYaEsadDk5Fwe5c77LiNKVO9IDvqG2KuDX0= -github.com/golang/protobuf v1.4.1/go.mod h1:U8fpvMrcmy5pZrNK1lt4xCsGvpyWQ/VVv6QDs8UjoX8= -github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= -github.com/golang/protobuf v1.4.3/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk= -github.com/golang/protobuf v1.5.1/go.mod h1:DopwsBzvsk0Fs44TXzsVbJyPhcCPeIwnvohx4u74HPM= -github.com/golang/protobuf v1.5.2 h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw= -github.com/golang/protobuf v1.5.2/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY= -github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= -github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= -github.com/google/btree v1.0.1/go.mod h1:xXMiIv4Fb/0kKde4SpL7qlzvu5cMJDRkFDxJfI9uaxA= -github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= -github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.3/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.4/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= +github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg= +github.com/golang/protobuf v1.5.3/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY= +github.com/google/gnostic-models v0.6.8 h1:yo/ABAfM5IMRsS1VnXjTBvUb61tFIHozhlYvRgGre9I= +github.com/google/gnostic-models v0.6.8/go.mod h1:5n7qKqH0f5wFt+aWF8CW6pZLLNOfYuF5OpfBSENuI8U= github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.7 h1:81/ik6ipDQS2aGcBfIN5dHDB36BwrStyeAQquSYCV4o= -github.com/google/go-cmp v0.5.7/go.mod h1:n+brtR0CgQNWTVd5ZUFpTBC8YFBDLK/h/bpaJ8/DtOE= +github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38= +github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= -github.com/google/gofuzz v1.1.0 h1:Hsa8mG0dQ46ij8Sl2AYJDUv1oA9/d6Vk+3LG99Oe02g= -github.com/google/gofuzz v1.1.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= -github.com/google/martian v2.1.0+incompatible/go.mod h1:9I4somxYTbIHy5NJKHRl3wXiIaQGbYVAs8BPL6v8lEs= -github.com/google/martian/v3 v3.0.0/go.mod h1:y5Zk1BBys9G+gd6Jrk0W3cC1+ELVxBWuIGO+w/tUAp0= -github.com/google/martian/v3 v3.1.0/go.mod h1:y5Zk1BBys9G+gd6Jrk0W3cC1+ELVxBWuIGO+w/tUAp0= -github.com/google/pprof v0.0.0-20181206194817-3ea8567a2e57/go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc= -github.com/google/pprof v0.0.0-20190515194954-54271f7e092f/go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc= -github.com/google/pprof v0.0.0-20191218002539-d4f498aebedc/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= -github.com/google/pprof v0.0.0-20200212024743-f11f1df84d12/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= -github.com/google/pprof v0.0.0-20200229191704-1ebb73c60ed3/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= -github.com/google/pprof v0.0.0-20200430221834-fc25d7d30c6d/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= -github.com/google/pprof v0.0.0-20200708004538-1a94d8640e99/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= -github.com/google/pprof v0.0.0-20201023163331-3e6fc7fc9c4c/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= -github.com/google/pprof v0.0.0-20201203190320-1bf35d6f28c2/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= -github.com/google/pprof v0.0.0-20210122040257-d980be63207e/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= -github.com/google/pprof v0.0.0-20210226084205-cbba55b83ad5/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= -github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI= -github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= -github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= -github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk= -github.com/googleapis/gnostic v0.5.1/go.mod h1:6U4PtQXGIEt/Z3h5MAT7FNofLnw9vXk2cUuW7uA/OeU= -github.com/googleapis/gnostic v0.5.5 h1:9fHAtK0uDfpveeqqo1hkEZJcFvYXAiCN3UutL8F9xHw= -github.com/googleapis/gnostic v0.5.5/go.mod h1:7+EbHbldMins07ALC74bsA81Ovc97DwqyJO1AENw9kA= -github.com/gorilla/mux v1.8.0/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB71So= -github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= -github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= -github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= -github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= -github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= -github.com/imdario/mergo v0.3.5 h1:JboBksRwiiAJWvIYJVo46AfV+IAIKZpfrSzVKj42R4Q= -github.com/imdario/mergo v0.3.5/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA= +github.com/google/gofuzz v1.2.0 h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0= +github.com/google/gofuzz v1.2.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= +github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 h1:K6RDEckDVWvDI9JAJYCmNdQXq6neHJOYx3V6jnqNEec= +github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I= +github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= +github.com/imdario/mergo v0.3.6 h1:xTNEAn+kxVO7dTZGu0CegyqKZmoWFI0rF8UxjlB2d28= +github.com/imdario/mergo v0.3.6/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA= github.com/jarcoal/httpmock v1.2.0 h1:gSvTxxFR/MEMfsGrvRbdfpRUMBStovlSRLw0Ep1bwwc= github.com/jarcoal/httpmock v1.2.0/go.mod h1:oCoTsnAz4+UoOUIf5lJOWV2QQIW5UoeUI6aM2YnWAZk= -github.com/json-iterator/go v1.1.6/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU= +github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY= +github.com/josharian/intern v1.0.0/go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y= github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM= github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo= -github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1:6v2b51hI/fHJwM22ozAgKL4VKDeJcHhJFhtBdhmNjmU= -github.com/jstemmer/go-junit-report v0.9.1/go.mod h1:Brl9GWCQeLvo8nXZwPNNblvFj/XSXhF0NWZEnDohbsk= github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8= github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck= -github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= -github.com/kr/pretty v0.2.0/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI= +github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI= +github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE= github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= -github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= -github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= +github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0= +github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc= github.com/maxatome/go-testdeep v1.11.0 h1:Tgh5efyCYyJFGUYiT0qxBSIDeXw0F5zSoatlou685kk= -github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= -github.com/moby/spdystream v0.2.0/go.mod h1:f7i0iNDQJ059oMTcWxx8MA/zKFIuD/lY+0GqbN2Wy8c= github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg= github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= -github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M= github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk= github.com/modocache/gover v0.0.0-20171022184752-b58185e213c5/go.mod h1:caMODM3PzxT8aQXRPkAt8xlV/e7d7w8GM5g0fa5F0D8= -github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= -github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw= -github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs= -github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno= -github.com/nxadm/tail v1.4.4 h1:DQuhQpB1tVlglWS2hLQ5OV6B5r8aGxSrPc5Qo6uTN78= -github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A= -github.com/onsi/ginkgo v0.0.0-20170829012221-11459a886d9c/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= -github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= -github.com/onsi/ginkgo v1.12.1/go.mod h1:zj2OWP4+oCPe1qIXoGWkgMRwljMUYCdkwsT2108oapk= -github.com/onsi/ginkgo v1.14.0 h1:2mOpI4JVVPBN+WQRa0WKH2eXR+Ey+uK4n7Zj0aYpIQA= -github.com/onsi/ginkgo v1.14.0/go.mod h1:iSB4RoI2tjJc9BBv4NKIKWKya62Rps+oPG/Lv9klQyY= -github.com/onsi/gomega v0.0.0-20170829124025-dcabb60a477c/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA= -github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY= -github.com/onsi/gomega v1.10.1 h1:o0+MgICZLuZ7xjH7Vx6zS/zcu93/BEp1VwkIW1mEXCE= -github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo= -github.com/peterbourgon/diskv v2.0.1+incompatible/go.mod h1:uqqh8zWWbv1HBMNONnaR/tNboyR3/BZd58JJSHlUSCU= -github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= +github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA= +github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= +github.com/onsi/ginkgo/v2 v2.9.4 h1:xR7vG4IXt5RWx6FfIjyAtsoMAtnc3C/rFXBBd2AjZwE= +github.com/onsi/gomega v1.27.6 h1:ENqfyGeS5AX/rlXDd/ETokDz93u0YufY1Pgxuy/PvWE= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= -github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= -github.com/spf13/afero v1.2.2/go.mod h1:9ZxEEn6pIJ8Rxe320qSDBk6AsU0r9pR7Q4OcevTdifk= +github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ= github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= -github.com/stoewer/go-strcase v1.2.0/go.mod h1:IBiWB2sKIp3wVVQ3Y035++gc+knqhUQag1KpM8ahLw8= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= +github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw= +github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo= github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= -github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= -github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA= -github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -github.com/stretchr/testify v1.7.1 h1:5TQK59W5E3v0r2duFAb7P95B6hEeOyEnHRa8MjYSMTY= -github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= +github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= +github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= +github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= +github.com/stretchr/testify v1.8.2 h1:+h33VjcLVPDHtOdpUCuF+7gSuG3yGIftsP1YvFihtJ8= github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= -github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= -github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k= -go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU= -go.opencensus.io v0.22.0/go.mod h1:+kGneAE2xo2IficOXnaByMWTGM9T73dGwxeWcUqIpI8= -go.opencensus.io v0.22.2/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= -go.opencensus.io v0.22.3/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= -go.opencensus.io v0.22.4/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= -go.opencensus.io v0.22.5/go.mod h1:5pWMHQbX5EPX2/62yrJeAkowc+lfs/XD7Uxpq3pI6kk= -go.opencensus.io v0.23.0/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= -golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= -golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= -golang.org/x/crypto v0.0.0-20210817164053-32db794688a5/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= -golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= -golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= -golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8= -golang.org/x/exp v0.0.0-20190829153037-c13cbed26979/go.mod h1:86+5VVa7VpoJ4kLfm080zCjGlMRFzhUhsZKEZO7MGek= -golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136/go.mod h1:JXzH8nQsPlswgeRAPE3MuO9GYsAcnJvJ4vnMwN/5qkY= -golang.org/x/exp v0.0.0-20191129062945-2f5052295587/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= -golang.org/x/exp v0.0.0-20191227195350-da58074b4299/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= -golang.org/x/exp v0.0.0-20200119233911-0405dc783f0a/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= -golang.org/x/exp v0.0.0-20200207192155-f17229e696bd/go.mod h1:J/WKrq2StrnmMY6+EHIKF9dgMWnmCNThgcyBT1FY9mM= -golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6/go.mod h1:3jZMyOhIsHpP37uCMkUooju7aAi5cS1Q23tOzKc+0MU= -golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js= -golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= -golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= -golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU= -golang.org/x/lint v0.0.0-20190301231843-5614ed5bae6f/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= -golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= -golang.org/x/lint v0.0.0-20190409202823-959b441ac422/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= -golang.org/x/lint v0.0.0-20190909230951-414d861bb4ac/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= -golang.org/x/lint v0.0.0-20190930215403-16217165b5de/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= -golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f/go.mod h1:5qLYkcX4OjUUV8bRuDixDT3tpyyb+LUpUlRWLxfhWrs= -golang.org/x/lint v0.0.0-20200130185559-910be7a94367/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= -golang.org/x/lint v0.0.0-20200302205851-738671d3881b/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= -golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= -golang.org/x/mobile v0.0.0-20190312151609-d3739f865fa6/go.mod h1:z+o9i4GpDbdi3rU15maQ/Ox0txvL9dWGYEHz965HBQE= -golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028/go.mod h1:E/iHnbuqvinMTCcRqshq8CkpyQDoeVncDDYHnLhea+o= -golang.org/x/mod v0.0.0-20190513183733-4bf6d317e70e/go.mod h1:mXi4GBBbnImb6dmsKGUJ2LatrhH/nqhxcFungHvyanc= -golang.org/x/mod v0.1.0/go.mod h1:0QHyrYULN0/3qlju5TqG8bIK38QM8yzMo5ekMj3DlcY= -golang.org/x/mod v0.1.1-0.20191105210325-c90efee705ee/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg= -golang.org/x/mod v0.1.1-0.20191107180719-034126e5016b/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg= golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/mod v0.4.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/mod v0.4.1/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/mod v0.4.2/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20190213061140-3a22650c66bd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= -golang.org/x/net v0.0.0-20190501004415-9ce7a6920f09/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= -golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= golang.org/x/net v0.0.0-20190603091049-60506f45cf65/go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks= golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190628185345-da137c7871d7/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190724013045-ca1201d0de80/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200202094626-16171245cfb2/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200222125558-5a598a2470a0/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200301022130-244492dfa37a/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/net v0.0.0-20200501053045-e0ff5e5a1de5/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/net v0.0.0-20200506145744-7e3656a0809f/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/net v0.0.0-20200513185701-a91f0712d120/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/net v0.0.0-20200625001655-4c5254603344/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= -golang.org/x/net v0.0.0-20200707034311-ab3426394381/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= -golang.org/x/net v0.0.0-20200822124328-c89045814202/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= -golang.org/x/net v0.0.0-20201031054903-ff519b6c9102/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= -golang.org/x/net v0.0.0-20201110031124-69a78807bb2b/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= -golang.org/x/net v0.0.0-20201209123823-ac852fbbde11/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= -golang.org/x/net v0.0.0-20210119194325-5f4716e94777/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= -golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= -golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4/go.mod h1:RBQZq4jEuRlivfhVLdyRGr576XBO4/greRjx4P4O3yc= -golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4/go.mod h1:p54w0d4576C0XHj96bSt6lcn1PtDYWL6XObtHCRCNQM= golang.org/x/net v0.0.0-20211029224645-99673261e6eb/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -golang.org/x/net v0.0.0-20211209124913-491a49abca63/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.14.0 h1:BONx9s002vGdD9umnlX1Po8vOZmrgH34qlHcD1MfK14= golang.org/x/net v0.14.0/go.mod h1:PpSgVXXLK0OxS0F31C1/tv6XNguvCrnXIDrFMspZIUI= -golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= -golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= -golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= -golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= -golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= -golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20201208152858-08078c50e5b5/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20210218202405-ba52d332ba99/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20210220000619-9bb904979d93/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20210313182246-cd4f82c27b84/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f h1:Qmd2pbz05z7z6lm0DrgQVVPuBm92jqujBKMHMOlOQEw= -golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/oauth2 v0.8.0 h1:6dkIjl3j3LtZ/O3sTgZTMsLKSftL/B8Zgq4huOIIUu8= +golang.org/x/oauth2 v0.8.0/go.mod h1:yr7u4HXZRm1R1kBWqr/xKNqewf0plRYoB7sla+BCIXE= golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20190312061237-fead79001313/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190502145724-3ef323f4f1fd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190606165138-5da285871e9c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190624142023-c5567b49c5d0/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190904154756-749cb33beabd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191001151750-bb3f8db39f24/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191120155948-bd437916bb0e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191204072324-ce4227a45e2e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191228213918-04cbcbbfeed8/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200113162924-86b910548bc1/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200122134326-e047566fdf82/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200212091648-12a6c2dcc1e4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200331124033-c3d80250170d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200501052902-10377860bb8e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200511232937-7e40ca221e25/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200519105757-fe76b779f299/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200523222454-059865788121/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200803210538-64077c9b5642/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200905004654-be1d3432aa8f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20201201145000-ef89a241ccb3/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210104204734-6f8348627aad/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210220050731-9a76102bfb43/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210305230114-8fe3ee5dd75b/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210315160823-c6e025ad8005/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210510120138-977fb7262007/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210831042530-f4d43177bf5e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.11.0 h1:eG7RXZHdqOJ1i+0lgLgCpSXAp6M3LYlAo6osgSi0xOM= golang.org/x/sys v0.11.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= -golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= golang.org/x/term v0.11.0 h1:F9tnn/DA/Im8nCwm+fX+1/eBwi4qFjRT++MhtVC4ZX0= golang.org/x/term v0.11.0/go.mod h1:zC9APTIj3jG3FdV/Ons+XE1riIZXG4aZ4GTHiPZJPIU= -golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= -golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.3.4/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.3.5/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= golang.org/x/text v0.12.0 h1:k+n5B8goJNdU7hSvEtMUz3d1Q6D/XW4COJSJR6fN0mc= golang.org/x/text v0.12.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE= -golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac h1:7zkz7BUtwNFFqcowJ+RIgu2MaV/MapERkDIy+mwPyjs= -golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= +golang.org/x/time v0.3.0 h1:rg5rLMjNzMS1RkNLzCG38eapWhnYLFYXDXj2gOlr8j4= +golang.org/x/time v0.3.0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -golang.org/x/tools v0.0.0-20190114222345-bf090417da8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -golang.org/x/tools v0.0.0-20190226205152-f727befe758c/go.mod h1:9Yl7xja0Znq3iFh3HoIrodX9oNMXvdceNzlUR8zjMvY= -golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= -golang.org/x/tools v0.0.0-20190312151545-0bb0c0a6e846/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= -golang.org/x/tools v0.0.0-20190312170243-e65039ee4138/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= -golang.org/x/tools v0.0.0-20190425150028-36563e24a262/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= -golang.org/x/tools v0.0.0-20190506145303-2d16b83fe98c/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= -golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= -golang.org/x/tools v0.0.0-20190606124116-d0a3d012864b/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= -golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= -golang.org/x/tools v0.0.0-20190628153133-6cdbf07be9d0/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= -golang.org/x/tools v0.0.0-20190816200558-6889da9d5479/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190911174233-4f2ddba30aff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191012152004-8de300cfc20a/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191113191852-77e3bb0ad9e7/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191115202509-3a792d9c32b2/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191125144606-a911d9008d1f/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191130070609-6e064ea0cf2d/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191216173652-a0e659d51361/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20191227053925-7b8e75db28f4/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200117161641-43d50277825c/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200122220014-bf1340f18c4a/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200130002326-2f3ba24bd6e7/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200204074204-1cc6d1ef6c74/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200207183749-b753a1ba74fa/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200212150539-ea181f53ac56/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200224181240-023911ca70b2/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200227222343-706bc42d1f0d/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200304193943-95d2e580d8eb/go.mod h1:o4KQGtdN14AW+yjsvvwRTJJuXz8XRtIHtEnmAXLyFUw= -golang.org/x/tools v0.0.0-20200312045724-11d5b4c81c7d/go.mod h1:o4KQGtdN14AW+yjsvvwRTJJuXz8XRtIHtEnmAXLyFUw= -golang.org/x/tools v0.0.0-20200331025713-a30bf2db82d4/go.mod h1:Sl4aGygMT6LrqrWclx+PTx3U+LnKx/seiNR+3G19Ar8= -golang.org/x/tools v0.0.0-20200501065659-ab2804fb9c9d/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= -golang.org/x/tools v0.0.0-20200505023115-26f46d2f7ef8/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= -golang.org/x/tools v0.0.0-20200512131952-2bc93b1c0c88/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= -golang.org/x/tools v0.0.0-20200515010526-7d3b6ebf133d/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= -golang.org/x/tools v0.0.0-20200618134242-20370b0cb4b2/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200619180055-7c47624df98f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= -golang.org/x/tools v0.0.0-20200729194436-6467de6f59a7/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= -golang.org/x/tools v0.0.0-20200804011535-6c149bb5ef0d/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= -golang.org/x/tools v0.0.0-20200825202427-b303f430e36d/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= -golang.org/x/tools v0.0.0-20200904185747-39188db58858/go.mod h1:Cj7w3i3Rnn0Xh82ur9kSqwfTHTeVxaDqrfMjpcNT6bE= -golang.org/x/tools v0.0.0-20201110124207-079ba7bd75cd/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.0.0-20201201161351-ac6f37ff4c2a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.0.0-20201208233053-a543418bbed2/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.0.0-20210105154028-b0ab187a4818/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.1.0/go.mod h1:xkSsbof2nBLbhDlRMhhhyNLN/zl3eTqcnHD5viDpcZ0= -golang.org/x/tools v0.1.5/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= +golang.org/x/tools v0.8.0 h1:vSDcovVPld282ceKgDimkRSC8kpaH1dgyc9UMzlt84Y= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 h1:go1bK/D/BFZV2I8cIQd1NKEZ+0owSTG1fDTci4IqFcE= golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -google.golang.org/api v0.4.0/go.mod h1:8k5glujaEP+g9n7WNsDg8QP6cUVNI86fCNMcbazEtwE= -google.golang.org/api v0.7.0/go.mod h1:WtwebWUNSVBH/HAw79HIFXZNqEvBhG+Ra+ax0hx3E3M= -google.golang.org/api v0.8.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg= -google.golang.org/api v0.9.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg= -google.golang.org/api v0.13.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= -google.golang.org/api v0.14.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= -google.golang.org/api v0.15.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= -google.golang.org/api v0.17.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= -google.golang.org/api v0.18.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= -google.golang.org/api v0.19.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= -google.golang.org/api v0.20.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= -google.golang.org/api v0.22.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= -google.golang.org/api v0.24.0/go.mod h1:lIXQywCXRcnZPGlsd8NbLnOjtAoL6em04bJ9+z0MncE= -google.golang.org/api v0.28.0/go.mod h1:lIXQywCXRcnZPGlsd8NbLnOjtAoL6em04bJ9+z0MncE= -google.golang.org/api v0.29.0/go.mod h1:Lcubydp8VUV7KeIHD9z2Bys/sm/vGKnG1UHuDBSrHWM= -google.golang.org/api v0.30.0/go.mod h1:QGmEvQ87FHZNiUVJkT14jQNYJ4ZJjdRF23ZXz5138Fc= -google.golang.org/api v0.35.0/go.mod h1:/XrVsuzM0rZmrsbjJutiuftIzeuTQcEeaYcSk/mQ1dg= -google.golang.org/api v0.36.0/go.mod h1:+z5ficQTmoYpPn8LCUNVpK5I7hwkpjbcgqA7I34qYtE= -google.golang.org/api v0.40.0/go.mod h1:fYKFpnQN0DsDSKRVRcQSDQNtqWPfM9i+zNPxepjRCQ8= -google.golang.org/api v0.41.0/go.mod h1:RkxM5lITDfTzmyKFPt+wGrCJbVfniCr2ool8kTBzRTU= -google.golang.org/api v0.43.0/go.mod h1:nQsDGjRXMo4lvh5hP0TKqF244gqhGcr/YSIykhUk/94= -google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM= -google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= -google.golang.org/appengine v1.5.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= -google.golang.org/appengine v1.6.1/go.mod h1:i06prIuMbXzDqacNJfV5OdTW448YApPu5ww/cMBSeb0= -google.golang.org/appengine v1.6.5/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= -google.golang.org/appengine v1.6.6/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= google.golang.org/appengine v1.6.7 h1:FZR1q0exgwxzPzp/aF+VccGrSfxfPpkBqjIIEq3ru6c= google.golang.org/appengine v1.6.7/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= -google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= -google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= -google.golang.org/genproto v0.0.0-20190418145605-e7d98fc518a7/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= -google.golang.org/genproto v0.0.0-20190425155659-357c62f0e4bb/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= -google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= -google.golang.org/genproto v0.0.0-20190801165951-fa694d86fc64/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc= -google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc= -google.golang.org/genproto v0.0.0-20190911173649-1774047e7e51/go.mod h1:IbNlFCBrqXvoKpeg0TB2l7cyZUmoaFKYIwrEpbDKLA8= -google.golang.org/genproto v0.0.0-20191108220845-16a3f7862a1a/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/genproto v0.0.0-20191115194625-c23dd37a84c9/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/genproto v0.0.0-20191216164720-4f79533eabd1/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/genproto v0.0.0-20191230161307-f3c370f40bfb/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/genproto v0.0.0-20200115191322-ca5a22157cba/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/genproto v0.0.0-20200122232147-0452cf42e150/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/genproto v0.0.0-20200204135345-fa8e72b47b90/go.mod h1:GmwEX6Z4W5gMy59cAlVYjN9JhxgbQH6Gn+gFDQe2lzA= -google.golang.org/genproto v0.0.0-20200212174721-66ed5ce911ce/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200224152610-e50cd9704f63/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200228133532-8c2c7df3a383/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200305110556-506484158171/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200312145019-da6875a35672/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200331122359-1ee6d9798940/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200430143042-b979b6f78d84/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200511104702-f5ebc3bea380/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200515170657-fc4c6c6a6587/go.mod h1:YsZOwe1myG/8QRHRsmBRE1LrgQY60beZKjly0O1fX9U= -google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013/go.mod h1:NbSheEEYHJ7i3ixzK3sjbqSGDJWnxyFXZblF3eUsNvo= -google.golang.org/genproto v0.0.0-20200618031413-b414f8b61790/go.mod h1:jDfRM7FcilCzHH/e9qn6dsT145K34l5v+OpcnNgKAAA= -google.golang.org/genproto v0.0.0-20200729003335-053ba62fc06f/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20200804131852-c06518451d9c/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20200825200019-8632dd797987/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20200904004341-0bd0a958aa1d/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20201019141844-1ed22bb0c154/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20201109203340-2640f1f9cdfb/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20201201144952-b05cb90ed32e/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20201210142538-e3217bee35cc/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20201214200347-8c77b98c765d/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20210222152913-aa3ee6e6a81c/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20210303154014-9728d6b83eeb/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20210310155132-4ce2db91004e/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20210319143718-93e7006c17a6/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20210402141018-6c239bbf2bb1/go.mod h1:9lPAdzaEmUacj36I+k7YKbEc5CXzPIeORRgDAUOu28A= -google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c= -google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38= -google.golang.org/grpc v1.21.1/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM= -google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg= -google.golang.org/grpc v1.25.1/go.mod h1:c3i+UQWmh7LiEpx4sFZnkU36qjEYZ0imhYfXVyQciAY= -google.golang.org/grpc v1.26.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk= -google.golang.org/grpc v1.27.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk= -google.golang.org/grpc v1.27.1/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk= -google.golang.org/grpc v1.28.0/go.mod h1:rpkK4SK4GF4Ach/+MFLZUBavHOvF2JJB5uozKKal+60= -google.golang.org/grpc v1.29.1/go.mod h1:itym6AZVZYACWQqET3MqgPpjcuV5QH3BxFS3IjizoKk= -google.golang.org/grpc v1.30.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak= -google.golang.org/grpc v1.31.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak= -google.golang.org/grpc v1.31.1/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak= -google.golang.org/grpc v1.33.2/go.mod h1:JMHMWHQWaTccqQQlmk3MJZS+GWXOdAesneDmEnv2fbc= -google.golang.org/grpc v1.34.0/go.mod h1:WotjhfgOW/POjDeRt8vscBtXq+2VjORFy659qA51WJ8= -google.golang.org/grpc v1.35.0/go.mod h1:qjiiYl8FncCW8feJPdyg3v6XW24KsRHe+dy9BAGRRjU= -google.golang.org/grpc v1.36.0/go.mod h1:qjiiYl8FncCW8feJPdyg3v6XW24KsRHe+dy9BAGRRjU= -google.golang.org/grpc v1.36.1/go.mod h1:qjiiYl8FncCW8feJPdyg3v6XW24KsRHe+dy9BAGRRjU= -google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8= -google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0= -google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM= -google.golang.org/protobuf v1.20.1-0.20200309200217-e05f789c0967/go.mod h1:A+miEFZTKqfCUM6K7xSMQL9OKL/b6hQv+e19PK+JZNE= -google.golang.org/protobuf v1.21.0/go.mod h1:47Nbq4nVaFHyn7ilMalzfO3qCViNmqZ2kzikPIcrTAo= -google.golang.org/protobuf v1.22.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= -google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= -google.golang.org/protobuf v1.23.1-0.20200526195155-81db48ad09cc/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= -google.golang.org/protobuf v1.24.0/go.mod h1:r/3tXBNzIEhYS9I1OUVjXDlt8tc493IdKGjtUeSXeh4= -google.golang.org/protobuf v1.25.0/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlbajtzgsN7c= google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= -google.golang.org/protobuf v1.27.1 h1:SnqbnDw1V7RiZcXPx5MEeqPv2s79L9i7BJUlG/+RurQ= -google.golang.org/protobuf v1.27.1/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= +google.golang.org/protobuf v1.30.0 h1:kPPoIgf3TsEvrm0PFe15JQ+570QVxYzEvvHqChK+cng= +google.golang.org/protobuf v1.30.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f h1:BLraFXnmrev5lT+xlilqcH8XK9/i0At2xKjWk4p6zsU= -gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI= -gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMys= +gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk= +gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q= gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc= gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= gopkg.in/ini.v1 v1.66.6 h1:LATuAqN/shcYAOkv3wl2L4rkaKqkcgTBQjOyYDvcPKI= gopkg.in/ini.v1 v1.66.6/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= -gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ= -gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.3.0/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY= gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b h1:h8qDotaEPuJATrMmW04NCwg7v22aHH28wwpauUhK9Oo= -gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= -honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= -honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= -honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= -honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg= -honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= -honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= -k8s.io/api v0.23.4 h1:85gnfXQOWbJa1SiWGpE9EEtHs0UVvDyIsSMpEtl2D4E= -k8s.io/api v0.23.4/go.mod h1:i77F4JfyNNrhOjZF7OwwNJS5Y1S9dpwvb9iYRYRczfI= -k8s.io/apimachinery v0.23.4 h1:fhnuMd/xUL3Cjfl64j5ULKZ1/J9n8NuQEgNL+WXWfdM= -k8s.io/apimachinery v0.23.4/go.mod h1:BEuFMMBaIbcOqVIJqNZJXGFTP4W6AycEpb5+m/97hrM= -k8s.io/client-go v0.23.4 h1:YVWvPeerA2gpUudLelvsolzH7c2sFoXXR5wM/sWqNFU= -k8s.io/client-go v0.23.4/go.mod h1:PKnIL4pqLuvYUK1WU7RLTMYKPiIh7MYShLshtRY9cj0= -k8s.io/gengo v0.0.0-20210813121822-485abfe95c7c/go.mod h1:FiNAH4ZV3gBg2Kwh89tzAEV2be7d5xI0vBa/VySYy3E= -k8s.io/klog/v2 v2.0.0/go.mod h1:PBfzABfn139FHAV07az/IF9Wp1bkk3vpT2XSJ76fSDE= -k8s.io/klog/v2 v2.2.0/go.mod h1:Od+F08eJP+W3HUb4pSrPpgp9DGU4GzlpG/TmITuYh/Y= -k8s.io/klog/v2 v2.30.0 h1:bUO6drIvCIsvZ/XFgfxoGFQU/a4Qkh0iAlvUR7vlHJw= -k8s.io/klog/v2 v2.30.0/go.mod h1:y1WjHnz7Dj687irZUWR/WLkLc5N1YHtjLdmgWjndZn0= -k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 h1:E3J9oCLlaobFUqsjG9DfKbP2BmgwBL2p7pn0A3dG9W4= -k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65/go.mod h1:sX9MT8g7NVZM5lVL/j8QyCCJe8YSMW30QvGZWaCIDIk= -k8s.io/utils v0.0.0-20210802155522-efc7438f0176/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA= -k8s.io/utils v0.0.0-20211116205334-6203023598ed h1:ck1fRPWPJWsMd8ZRFsWc6mh/zHp5fZ/shhbrgPUxDAE= -k8s.io/utils v0.0.0-20211116205334-6203023598ed/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA= -rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8= -rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0= -rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA= -sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 h1:fD1pz4yfdADVNfFmcP2aBEtudwUQ1AlLnRBALr33v3s= -sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6/go.mod h1:p4QtZmO4uMYipTQNzagwnNoseA6OxSUutVw05NhYDRs= -sigs.k8s.io/structured-merge-diff/v4 v4.0.2/go.mod h1:bJZC9H9iH24zzfZ/41RGcq60oK1F7G282QMXDPYydCw= -sigs.k8s.io/structured-merge-diff/v4 v4.2.1 h1:bKCqE9GvQ5tiVHn5rfn1r+yao3aLQEaLzkkmAkf+A6Y= -sigs.k8s.io/structured-merge-diff/v4 v4.2.1/go.mod h1:j/nl6xW8vLS49O8YvXW1ocPhZawJtm+Yrr7PPRQ0Vg4= -sigs.k8s.io/yaml v1.2.0 h1:kr/MCeFWJWTwyaHoR9c8EjH9OumOmoF9YGiZd7lFm/Q= -sigs.k8s.io/yaml v1.2.0/go.mod h1:yfXDCHCao9+ENCvLSE62v9VSji2MKu5jeNfTrofGhJc= +gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= +gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= +k8s.io/api v0.28.1 h1:i+0O8k2NPBCPYaMB+uCkseEbawEt/eFaiRqUx8aB108= +k8s.io/api v0.28.1/go.mod h1:uBYwID+66wiL28Kn2tBjBYQdEU0Xk0z5qF8bIBqk/Dg= +k8s.io/apimachinery v0.28.1 h1:EJD40og3GizBSV3mkIoXQBsws32okPOy+MkRyzh6nPY= +k8s.io/apimachinery v0.28.1/go.mod h1:X0xh/chESs2hP9koe+SdIAcXWcQ+RM5hy0ZynB+yEvw= +k8s.io/client-go v0.28.1 h1:pRhMzB8HyLfVwpngWKE8hDcXRqifh1ga2Z/PU9SXVK8= +k8s.io/client-go v0.28.1/go.mod h1:pEZA3FqOsVkCc07pFVzK076R+P/eXqsgx5zuuRWukNE= +k8s.io/klog/v2 v2.100.1 h1:7WCHKK6K8fNhTqfBhISHQ97KrnJNFZMcQvKp7gP/tmg= +k8s.io/klog/v2 v2.100.1/go.mod h1:y1WjHnz7Dj687irZUWR/WLkLc5N1YHtjLdmgWjndZn0= +k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 h1:LyMgNKD2P8Wn1iAwQU5OhxCKlKJy0sHc+PcDwFB24dQ= +k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9/go.mod h1:wZK2AVp1uHCp4VamDVgBP2COHZjqD1T68Rf0CM3YjSM= +k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 h1:qY1Ad8PODbnymg2pRbkyMT/ylpTrCM8P2RJ0yroCyIk= +k8s.io/utils v0.0.0-20230406110748-d93618cff8a2/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0= +sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo= +sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd/go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0= +sigs.k8s.io/structured-merge-diff/v4 v4.2.3 h1:PRbqxJClWWYMNV1dhaG4NsibJbArud9kFxnAMREiWFE= +sigs.k8s.io/structured-merge-diff/v4 v4.2.3/go.mod h1:qjx8mGObPmV2aSZepjQjbmb2ihdVs8cGKBraizNC69E= +sigs.k8s.io/yaml v1.3.0 h1:a2VclLzOGrwOHDiV8EfBGhvjHvP46CtW5j6POvhYGGo= +sigs.k8s.io/yaml v1.3.0/go.mod h1:GeOyir5tyXNByN85N/dRIT9es5UQNerPYEKK56eTBm8= From 1df9dbe40b1695e5b1272d8bd7c062eb7c37af51 Mon Sep 17 00:00:00 2001 From: Zhiwei Liang <121905282+zliang-akamai@users.noreply.github.com> Date: Tue, 5 Sep 2023 18:30:15 -0400 Subject: [PATCH 2/4] Fix maintenance day of week (#374) For the DBaaS maintenance window, Our API considers: 1=Monday, 2=Tuesday, ... But our existing `linodego` code considers: 1=Sunday, 2=Monday ... This PR makes `linodego` align with the API design. --- databases.go | 4 +- .../fixtures/TestDatabase_List.yaml | 2581 +++---- .../fixtures/TestDatabase_MySQL_Suite.yaml | 6252 +++++++--------- .../fixtures/TestDatabase_Postgres_Suite.yaml | 6617 +++++++---------- test/integration/integration_suite_test.go | 4 +- test/integration/mysql_test.go | 4 +- test/integration/postgres_test.go | 4 +- 7 files changed, 6267 insertions(+), 9199 deletions(-) diff --git a/databases.go b/databases.go index 5a21aae7d..50d752d51 100644 --- a/databases.go +++ b/databases.go @@ -19,13 +19,13 @@ type ( ) const ( - DatabaseMaintenanceDaySunday DatabaseDayOfWeek = iota + 1 - DatabaseMaintenanceDayMonday + DatabaseMaintenanceDayMonday DatabaseDayOfWeek = iota + 1 DatabaseMaintenanceDayTuesday DatabaseMaintenanceDayWednesday DatabaseMaintenanceDayThursday DatabaseMaintenanceDayFriday DatabaseMaintenanceDaySaturday + DatabaseMaintenanceDaySunday ) const ( diff --git a/test/integration/fixtures/TestDatabase_List.yaml b/test/integration/fixtures/TestDatabase_List.yaml index 1b45f34a0..debfb4011 100644 --- a/test/integration/fixtures/TestDatabase_List.yaml +++ b/test/integration/fixtures/TestDatabase_List.yaml @@ -14,56 +14,177 @@ interactions: url: https://api.linode.com/v4beta/regions method: GET response: - body: '{"data": [{"id": "ap-west", "country": "in", "capabilities": ["Linodes", - "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "172.105.34.5,172.105.35.5,172.105.36.5,172.105.37.5,172.105.38.5,172.105.39.5,172.105.40.5,172.105.41.5,172.105.42.5,172.105.43.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ca-central", "country": "ca", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5,172.105.3.5,172.105.4.5,172.105.5.5,172.105.6.5,172.105.7.5,172.105.8.5,172.105.9.5,172.105.10.5,172.105.11.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-southeast", "country": "au", "capabilities": ["Linodes", "NodeBalancers", + body: '{"data": [{"id": "ap-west", "label": "Mumbai, IN", "country": "in", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud + Firewall", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": + "ok", "resolvers": {"ipv4": "172.105.34.5, 172.105.35.5, 172.105.36.5, 172.105.37.5, + 172.105.38.5, 172.105.39.5, 172.105.40.5, 172.105.41.5, 172.105.42.5, 172.105.43.5", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "ca-central", "label": "Toronto, CA", + "country": "ca", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5, 172.105.3.5, + 172.105.4.5, 172.105.5.5, 172.105.6.5, 172.105.7.5, 172.105.8.5, 172.105.9.5, + 172.105.10.5, 172.105.11.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-southeast", + "label": "Sydney, AU", "country": "au", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5,172.105.169.5,172.105.168.5,172.105.172.5,172.105.162.5,172.105.170.5,172.105.167.5,172.105.171.5,172.105.181.5,172.105.161.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-central", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "72.14.179.5,72.14.188.5,173.255.199.5,66.228.53.5,96.126.122.5,96.126.124.5,96.126.127.5,198.58.107.5,198.58.111.5,23.239.24.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-west", "country": "us", "capabilities": ["Linodes", "NodeBalancers", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5, + 172.105.169.5, 172.105.168.5, 172.105.172.5, 172.105.162.5, 172.105.170.5, 172.105.167.5, + 172.105.171.5, 172.105.181.5, 172.105.161.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-iad", "label": "Washington, DC", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Managed Databases", "Metadata", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "139.144.192.62, 139.144.192.60, 139.144.192.61, 139.144.192.53, 139.144.192.54, 139.144.192.67, 139.144.192.69, 139.144.192.66, 139.144.192.52, 139.144.192.68", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-ord", "label": "Chicago, IL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Premium Plans"], "status": "ok", "resolvers": + {"ipv4": "172.232.0.17, 172.232.0.16, 172.232.0.21, 172.232.0.13, 172.232.0.22, 172.232.0.9, 172.232.0.19, 172.232.0.20, 172.232.0.15, 172.232.0.18", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "fr-par", "label": "Paris, FR", "country": "fr", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Metadata", "Premium Plans"], "status": "ok", + "resolvers": {"ipv4": "172.232.32.21, 172.232.32.23, 172.232.32.17, 172.232.32.18, 172.232.32.16, 172.232.32.22, 172.232.32.20, 172.232.32.14, 172.232.32.11, 172.232.32.12", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-sea", "label": "Seattle, WA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.160.19, + 172.232.160.21, 172.232.160.17, 172.232.160.15, 172.232.160.18, 172.232.160.8, + 172.232.160.12, 172.232.160.11, 172.232.160.14, 172.232.160.16", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "br-gru", "label": "Sao Paulo, BR", "country": "br", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.0.4, 172.233.0.9, 172.233.0.7, 172.233.0.12, 172.233.0.5, 172.233.0.13, + 172.233.0.10, 172.233.0.6, 172.233.0.8, 172.233.0.11", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "nl-ams", "label": "Amsterdam, NL", "country": "nl", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.33.36, 172.233.33.38, 172.233.33.35, 172.233.33.39, 172.233.33.34, + 172.233.33.33, 172.233.33.31, 172.233.33.30, 172.233.33.37, 172.233.33.32", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "se-sto", "label": "Stockholm, SE", + "country": "se", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "172.232.128.24, 172.232.128.26, 172.232.128.20, + 172.232.128.22, 172.232.128.25, 172.232.128.19, 172.232.128.23, 172.232.128.18, + 172.232.128.21, 172.232.128.27", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "in-maa", + "label": "Chennai, IN", "country": "in", "capabilities": ["Linodes", "NodeBalancers", + "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", + "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.96.17, 172.232.96.26, 172.232.96.19, 172.232.96.20, 172.232.96.25, 172.232.96.21, 172.232.96.18, 172.232.96.22, 172.232.96.23, 172.232.96.24", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "jp-osa", "label": "Osaka, JP", "country": "jp", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.64.44, + 172.233.64.43, 172.233.64.37, 172.233.64.40, 172.233.64.46, 172.233.64.41, 172.233.64.39, + 172.233.64.42, 172.233.64.45, 172.233.64.38", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "it-mil", "label": "Milan, IT", "country": "it", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.192.19, + 172.232.192.18, 172.232.192.16, 172.232.192.20, 172.232.192.24, 172.232.192.21, + 172.232.192.22, 172.232.192.17, 172.232.192.15, 172.232.192.23", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-mia", "label": "Miami, FL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.160.34, + 172.233.160.27, 172.233.160.30, 172.233.160.29, 172.233.160.32, 172.233.160.28, + 172.233.160.33, 172.233.160.26, 172.233.160.25, 172.233.160.31", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "id-cgk", "label": "Jakarta, ID", "country": "id", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.224.23, + 172.232.224.32, 172.232.224.26, 172.232.224.27, 172.232.224.21, 172.232.224.24, + 172.232.224.22, 172.232.224.20, 172.232.224.31, 172.232.224.28", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-lax", "label": "Los Angeles, CA", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.128.45, + 172.233.128.38, 172.233.128.53, 172.233.128.37, 172.233.128.34, 172.233.128.36, + 172.233.128.33, 172.233.128.39, 172.233.128.43, 172.233.128.44", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-central", "label": "Dallas, TX", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", + "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": + {"ipv4": "72.14.179.5, 72.14.188.5, 173.255.199.5, 66.228.53.5, 96.126.122.5, + 96.126.124.5, 96.126.127.5, 198.58.107.5, 198.58.111.5, 23.239.24.5", "ipv6": + "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, {"id": "us-west", + "label": "Fremont, CA", "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5,173.230.147.5,173.230.155.5,173.255.212.5,173.255.219.5,173.255.241.5,173.255.243.5,173.255.244.5,74.207.241.5,74.207.242.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-southeast", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5, + 173.230.147.5, 173.230.155.5, 173.255.212.5, 173.255.219.5, 173.255.241.5, 173.255.243.5, + 173.255.244.5, 74.207.241.5, 74.207.242.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "us-southeast", "label": "Atlanta, GA", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block + Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": + "74.207.231.5, 173.230.128.5, 173.230.129.5, 173.230.136.5, 173.230.140.5, 66.228.59.5, + 66.228.62.5, 50.116.35.5, 50.116.41.5, 23.239.18.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, {"id": "us-east", "label": "Newark, + NJ", "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Bare Metal", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "74.207.231.5,173.230.128.5,173.230.129.5,173.230.136.5,173.230.140.5,66.228.59.5,66.228.62.5,50.116.35.5,50.116.41.5,23.239.18.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-east", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Bare Metal", "Block Storage Migrations", "Managed Databases"], "status": "ok", - "resolvers": {"ipv4": "66.228.42.5,96.126.106.5,50.116.53.5,50.116.58.5,50.116.61.5,50.116.62.5,66.175.211.5,97.107.133.4,207.192.69.4,207.192.69.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-west", "country": "uk", "capabilities": ["Linodes", "NodeBalancers", + {"ipv4": "66.228.42.5, 96.126.106.5, 50.116.53.5, 50.116.58.5, 50.116.61.5, + 50.116.62.5, 66.175.211.5, 97.107.133.4, 207.192.69.4, 207.192.69.5", "ipv6": + "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, {"id": "eu-west", + "label": "London, UK", "country": "gb", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5,176.58.107.5,176.58.116.5,176.58.121.5,151.236.220.5,212.71.252.5,212.71.253.5,109.74.192.20,109.74.193.20,109.74.194.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-south", "country": "sg", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.11.5,139.162.13.5,139.162.14.5,139.162.15.5,139.162.16.5,139.162.21.5,139.162.27.5,103.3.60.18,103.3.60.19,103.3.60.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-central", "country": "de", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.130.5,139.162.131.5,139.162.132.5,139.162.133.5,139.162.134.5,139.162.135.5,139.162.136.5,139.162.137.5,139.162.138.5,139.162.139.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-northeast", "country": "jp", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.66.5,139.162.67.5,139.162.68.5,139.162.69.5,139.162.70.5,139.162.71.5,139.162.72.5,139.162.73.5,139.162.74.5,139.162.75.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}], - "page": 1, "pages": 1, "results": 11}' + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5, 176.58.107.5, 176.58.116.5, 176.58.121.5, 151.236.220.5, 212.71.252.5, 212.71.253.5, 109.74.192.20, 109.74.193.20, 109.74.194.20", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "ap-south", "label": "Singapore, SG", "country": "sg", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "GPU Linodes", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.11.5, 139.162.13.5, + 139.162.14.5, 139.162.15.5, 139.162.16.5, 139.162.21.5, 139.162.27.5, 103.3.60.18, + 103.3.60.19, 103.3.60.20", "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "eu-central", "label": "Frankfurt, DE", "country": "de", + "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", + "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.130.5, + 139.162.131.5, 139.162.132.5, 139.162.133.5, 139.162.134.5, 139.162.135.5, 139.162.136.5, + 139.162.137.5, 139.162.138.5, 139.162.139.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-northeast", "label": "Tokyo, JP", + "country": "jp", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "139.162.66.5, 139.162.67.5, 139.162.68.5, + 139.162.69.5, 139.162.70.5, 139.162.71.5, 139.162.72.5, 139.162.73.5, 139.162.74.5, + 139.162.75.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}], + "page": 1, "pages": 1, "results": 24}' headers: Access-Control-Allow-Credentials: - "true" @@ -106,7 +227,7 @@ interactions: code: 200 duration: "" - request: - body: '{"label":"go-postgres-testing-def","region":"ap-west","type":"g6-nanode-1","engine":"postgresql/10.14","allow_list":["203.0.113.1","192.0.1.0/24"],"cluster_size":3,"replication_type":"asynch"}' + body: '{"label":"go-postgres-testing-def","region":"ap-west","type":"g6-nanode-1","engine":"postgresql/14.6","allow_list":["203.0.113.1","192.0.1.0/24"],"cluster_size":3,"replication_type":"asynch"}' form: {} headers: Accept: @@ -118,8 +239,8 @@ interactions: url: https://api.linode.com/v4beta/databases/postgresql/instances method: POST response: - body: '{"id": 10043, "label": "go-postgres-testing-def", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "provisioning", + body: '{"id": 28215, "label": "go-postgres-testing-def", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "provisioning", "encrypted": false, "allow_list": ["203.0.113.1", "192.0.1.0/24"], "cluster_size": 3, "hosts": {"primary": null, "secondary": null}, "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": "local", "port": 5432, "updates": {"frequency": @@ -139,7 +260,7 @@ interactions: Cache-Control: - private, max-age=60, s-maxage=60 Content-Length: - - "582" + - "581" Content-Security-Policy: - default-src 'none' Content-Type: @@ -177,847 +298,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database"}' - url: https://api.linode.com/v4beta/account/events?page=1 - method: GET - response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, - "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": - null, "message": ""}], "page": 1, "pages": 1, "results": 1}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "467" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - events:read_only - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' - url: https://api.linode.com/v4beta/account/events?page=1 - method: GET - response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, - "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": - null, "message": ""}], "page": 1, "pages": 1, "results": 1}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "467" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - events:read_only - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' - url: https://api.linode.com/v4beta/account/events?page=1 - method: GET - response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, - "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": - null, "message": ""}], "page": 1, "pages": 1, "results": 1}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "467" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - events:read_only - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' - url: https://api.linode.com/v4beta/account/events?page=1 - method: GET - response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, - "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": - null, "message": ""}], "page": 1, "pages": 1, "results": 1}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "467" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - events:read_only - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' - url: https://api.linode.com/v4beta/account/events?page=1 - method: GET - response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, - "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": - null, "message": ""}], "page": 1, "pages": 1, "results": 1}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "467" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - events:read_only - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' - url: https://api.linode.com/v4beta/account/events?page=1 - method: GET - response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, - "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": - null, "message": ""}], "page": 1, "pages": 1, "results": 1}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "467" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - events:read_only - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' - url: https://api.linode.com/v4beta/account/events?page=1 - method: GET - response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, - "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": - null, "message": ""}], "page": 1, "pages": 1, "results": 1}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "467" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - events:read_only - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' - url: https://api.linode.com/v4beta/account/events?page=1 - method: GET - response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, - "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": - null, "message": ""}], "page": 1, "pages": 1, "results": 1}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "467" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - events:read_only - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' - url: https://api.linode.com/v4beta/account/events?page=1 - method: GET - response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, - "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": - null, "message": ""}], "page": 1, "pages": 1, "results": 1}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "467" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - events:read_only - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' - url: https://api.linode.com/v4beta/account/events?page=1 - method: GET - response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, - "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": - null, "message": ""}], "page": 1, "pages": 1, "results": 1}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "467" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - events:read_only - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' - url: https://api.linode.com/v4beta/account/events?page=1 - method: GET - response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, - "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": - null, "message": ""}], "page": 1, "pages": 1, "results": 1}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "467" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - events:read_only - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' - url: https://api.linode.com/v4beta/account/events?page=1 - method: GET - response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, - "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": - null, "message": ""}], "page": 1, "pages": 1, "results": 1}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "467" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - events:read_only - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' - url: https://api.linode.com/v4beta/account/events?page=1 - method: GET - response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, - "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": - null, "message": ""}], "page": 1, "pages": 1, "results": 1}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "467" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - events:read_only - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database"}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -1034,7 +323,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -1073,15 +362,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -1098,7 +387,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -1137,15 +426,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -1162,7 +451,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -1201,15 +490,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -1226,7 +515,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -1265,15 +554,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -1290,7 +579,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -1329,15 +618,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -1354,7 +643,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -1393,15 +682,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -1418,7 +707,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -1457,15 +746,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -1482,7 +771,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -1521,15 +810,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -1546,7 +835,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -1585,15 +874,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -1610,7 +899,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -1649,15 +938,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -1674,7 +963,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -1713,15 +1002,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -1738,7 +1027,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -1777,15 +1066,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -1802,7 +1091,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -1841,15 +1130,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -1866,7 +1155,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -1905,15 +1194,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -1930,7 +1219,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -1969,15 +1258,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -1994,7 +1283,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -2033,15 +1322,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -2058,7 +1347,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -2097,15 +1386,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -2122,7 +1411,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -2161,15 +1450,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -2186,7 +1475,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -2225,15 +1514,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -2250,7 +1539,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -2289,15 +1578,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -2314,7 +1603,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -2353,15 +1642,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -2378,7 +1667,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -2417,15 +1706,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -2442,7 +1731,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -2481,15 +1770,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -2506,7 +1795,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -2545,15 +1834,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -2570,7 +1859,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -2609,15 +1898,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -2634,7 +1923,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -2673,15 +1962,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -2698,7 +1987,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -2737,15 +2026,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -2762,7 +2051,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -2801,15 +2090,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -2826,7 +2115,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -2865,15 +2154,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -2890,7 +2179,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -2929,15 +2218,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -2954,7 +2243,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -2993,15 +2282,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -3018,7 +2307,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -3057,15 +2346,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -3082,7 +2371,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -3121,15 +2410,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -3146,7 +2435,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -3185,15 +2474,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -3210,7 +2499,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -3249,15 +2538,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -3274,7 +2563,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -3313,15 +2602,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -3338,7 +2627,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -3377,15 +2666,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -3402,7 +2691,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -3441,15 +2730,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -3466,7 +2755,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -3505,15 +2794,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -3530,7 +2819,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -3569,15 +2858,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -3594,7 +2883,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -3633,15 +2922,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -3658,7 +2947,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -3697,15 +2986,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -3722,7 +3011,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -3761,15 +3050,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -3786,7 +3075,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -3825,15 +3114,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -3850,7 +3139,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -3889,15 +3178,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -3914,7 +3203,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -3953,15 +3242,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -3978,7 +3267,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -4017,15 +3306,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -4042,7 +3331,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -4081,15 +3370,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -4106,7 +3395,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -4145,15 +3434,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -4170,7 +3459,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -4209,15 +3498,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -4234,7 +3523,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -4273,15 +3562,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -4298,7 +3587,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -4337,15 +3626,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -4362,7 +3651,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -4401,15 +3690,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -4426,7 +3715,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -4465,15 +3754,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -4490,7 +3779,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -4529,15 +3818,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -4554,7 +3843,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -4593,15 +3882,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -4618,7 +3907,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -4657,15 +3946,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -4682,7 +3971,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -4721,15 +4010,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -4746,7 +4035,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -4785,15 +4074,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -4810,7 +4099,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -4849,15 +4138,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -4874,7 +4163,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -4913,15 +4202,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -4938,7 +4227,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -4977,15 +4266,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -5002,7 +4291,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -5041,15 +4330,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -5066,7 +4355,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -5105,15 +4394,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -5130,7 +4419,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -5169,15 +4458,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -5194,7 +4483,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -5233,15 +4522,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -5258,7 +4547,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -5297,15 +4586,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -5322,7 +4611,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -5361,15 +4650,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -5386,7 +4675,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -5425,15 +4714,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -5450,7 +4739,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -5489,15 +4778,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -5514,7 +4803,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -5553,15 +4842,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -5578,7 +4867,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -5617,15 +4906,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -5642,7 +4931,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -5681,15 +4970,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -5706,7 +4995,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -5745,15 +5034,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -5770,7 +5059,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -5809,15 +5098,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -5834,7 +5123,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -5873,15 +5162,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -5898,7 +5187,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -5937,15 +5226,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -5962,7 +5251,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -6001,15 +5290,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -6026,7 +5315,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -6065,15 +5354,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -6090,7 +5379,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -6129,15 +5418,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -6154,7 +5443,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -6193,15 +5482,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -6218,7 +5507,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -6257,15 +5546,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -6282,7 +5571,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -6321,15 +5610,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -6346,7 +5635,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -6385,15 +5674,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -6410,7 +5699,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -6449,15 +5738,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -6474,7 +5763,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -6513,15 +5802,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -6538,7 +5827,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -6577,15 +5866,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -6602,7 +5891,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -6641,15 +5930,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -6666,7 +5955,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -6705,15 +5994,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -6730,7 +6019,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -6769,15 +6058,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -6794,7 +6083,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -6833,15 +6122,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -6858,7 +6147,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -6897,15 +6186,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -6922,7 +6211,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -6961,15 +6250,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -6986,7 +6275,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -7025,15 +6314,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -7050,7 +6339,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -7089,15 +6378,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -7114,7 +6403,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -7153,15 +6442,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -7178,7 +6467,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -7217,15 +6506,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -7242,7 +6531,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -7281,15 +6570,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -7306,7 +6595,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -7345,15 +6634,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -7370,7 +6659,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -7409,15 +6698,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -7434,7 +6723,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -7473,15 +6762,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -7498,7 +6787,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -7537,15 +6826,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -7562,7 +6851,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -7601,15 +6890,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -7626,7 +6915,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -7665,15 +6954,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -7690,7 +6979,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -7729,15 +7018,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -7754,7 +7043,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -7793,15 +7082,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -7818,7 +7107,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -7857,15 +7146,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -7882,7 +7171,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -7921,15 +7210,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -7946,7 +7235,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -7985,15 +7274,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -8010,7 +7299,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -8049,15 +7338,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -8074,7 +7363,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -8113,15 +7402,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -8138,7 +7427,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -8177,15 +7466,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -8202,7 +7491,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -8241,15 +7530,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -8266,7 +7555,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -8305,15 +7594,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -8330,7 +7619,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -8369,15 +7658,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -8394,7 +7683,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -8433,15 +7722,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -8458,7 +7747,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -8497,15 +7786,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -8522,7 +7811,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -8561,15 +7850,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -8586,7 +7875,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -8625,15 +7914,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -8650,7 +7939,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -8689,15 +7978,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -8714,7 +8003,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -8753,15 +8042,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -8778,7 +8067,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -8817,15 +8106,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -8842,7 +8131,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -8881,15 +8170,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -8906,7 +8195,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -8945,15 +8234,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T15:30:35"},"entity.id":10043,"entity.type":"database","id":{"+gte":373107335}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-03T07:23:50"},"entity.id":28215,"entity.type":"database","id":{"+gte":554719042}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373107335, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 554719042, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": 100, "time_remaining": null, "rate": null, - "duration": 2066, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10043, "type": "database", "url": - "/v4/databases/postgresql/instances/10043"}, "status": "finished", "secondary_entity": + "duration": 1871, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28215, "type": "database", "url": + "/v4/databases/postgresql/instances/28215"}, "status": "finished", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -8970,7 +8259,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "462" + - "459" Content-Security-Policy: - default-src 'none' Content-Type: @@ -9011,21 +8300,21 @@ interactions: url: https://api.linode.com/v4beta/databases/instances method: GET response: - body: '{"data": [{"id": 522, "label": "scalegridgoestojapanpt2", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-northeast", "status": - "provisioning", "encrypted": false, "allow_list": ["172.104.2.4/32"], "cluster_size": - 1, "hosts": {"primary": null, "secondary": null}, "port": 3306, "updates": {"frequency": + body: '{"data": [{"id": 23355, "label": "tf_test-8585210487497797453", "type": + "g6-nanode-1", "engine": "mysql", "version": "5.7.39", "region": "us-iad", "status": + "provisioning", "encrypted": false, "allow_list": [], "cluster_size": 1, "hosts": + {"primary": null, "secondary": null}, "port": 3306, "updates": {"frequency": "weekly", "duration": 3, "hour_of_day": 0, "day_of_week": null, "week_of_month": null}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", "instance_uri": - "/v4/databases/mysql/instances/522"}, {"id": 10043, "label": - "go-postgres-testing-def", "type": "g6-nanode-1", "engine": "postgresql", "version": - "10.14", "region": "ap-west", "status": "active", "encrypted": false, "allow_list": - ["203.0.113.1", "192.0.1.0/24"], "cluster_size": 3, "hosts": {"primary": "lin-10043-2411-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10043-2411-pgsql-primary-private.servers.linodedb.net"}, "port": - 5432, "updates": {"frequency": "weekly", "duration": 3, "hour_of_day": 5, "day_of_week": - 7, "week_of_month": null}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", - "instance_uri": "/v4/databases/postgresql/instances/10043"}], "page": 1, "pages": - 1, "results": 5}' + "/v4/databases/mysql/instances/23355"}, {"id": 28215, "label": "go-postgres-testing-def", + "type": "g6-nanode-1", "engine": "postgresql", "version": "14.6", "region": + "ap-west", "status": "active", "encrypted": false, "allow_list": ["203.0.113.1", + "192.0.1.0/24"], "cluster_size": 3, "hosts": {"primary": "lin-28215-11370-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28215-11370-pgsql-primary-private.servers.linodedb.net"}, + "port": 5432, "updates": {"frequency": "weekly", "duration": 3, "hour_of_day": + 1, "day_of_week": 7, "week_of_month": null}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05", "instance_uri": "/v4/databases/postgresql/instances/28215"}], + "page": 1, "pages": 1, "results": 2}' headers: Access-Control-Allow-Credentials: - "true" @@ -9077,7 +8366,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10043 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28215 method: DELETE response: body: '{}' diff --git a/test/integration/fixtures/TestDatabase_MySQL_Suite.yaml b/test/integration/fixtures/TestDatabase_MySQL_Suite.yaml index ae24d9c1d..f4f2d432b 100644 --- a/test/integration/fixtures/TestDatabase_MySQL_Suite.yaml +++ b/test/integration/fixtures/TestDatabase_MySQL_Suite.yaml @@ -14,56 +14,177 @@ interactions: url: https://api.linode.com/v4beta/regions method: GET response: - body: '{"data": [{"id": "ap-west", "country": "in", "capabilities": ["Linodes", - "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "172.105.34.5,172.105.35.5,172.105.36.5,172.105.37.5,172.105.38.5,172.105.39.5,172.105.40.5,172.105.41.5,172.105.42.5,172.105.43.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ca-central", "country": "ca", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5,172.105.3.5,172.105.4.5,172.105.5.5,172.105.6.5,172.105.7.5,172.105.8.5,172.105.9.5,172.105.10.5,172.105.11.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-southeast", "country": "au", "capabilities": ["Linodes", "NodeBalancers", + body: '{"data": [{"id": "ap-west", "label": "Mumbai, IN", "country": "in", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud + Firewall", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": + "ok", "resolvers": {"ipv4": "172.105.34.5, 172.105.35.5, 172.105.36.5, 172.105.37.5, + 172.105.38.5, 172.105.39.5, 172.105.40.5, 172.105.41.5, 172.105.42.5, 172.105.43.5", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "ca-central", "label": "Toronto, CA", + "country": "ca", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5, 172.105.3.5, + 172.105.4.5, 172.105.5.5, 172.105.6.5, 172.105.7.5, 172.105.8.5, 172.105.9.5, + 172.105.10.5, 172.105.11.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-southeast", + "label": "Sydney, AU", "country": "au", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5,172.105.169.5,172.105.168.5,172.105.172.5,172.105.162.5,172.105.170.5,172.105.167.5,172.105.171.5,172.105.181.5,172.105.161.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-central", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "72.14.179.5,72.14.188.5,173.255.199.5,66.228.53.5,96.126.122.5,96.126.124.5,96.126.127.5,198.58.107.5,198.58.111.5,23.239.24.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-west", "country": "us", "capabilities": ["Linodes", "NodeBalancers", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5, + 172.105.169.5, 172.105.168.5, 172.105.172.5, 172.105.162.5, 172.105.170.5, 172.105.167.5, + 172.105.171.5, 172.105.181.5, 172.105.161.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-iad", "label": "Washington, DC", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Managed Databases", "Metadata", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "139.144.192.62, 139.144.192.60, 139.144.192.61, 139.144.192.53, 139.144.192.54, 139.144.192.67, 139.144.192.69, 139.144.192.66, 139.144.192.52, 139.144.192.68", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-ord", "label": "Chicago, IL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Premium Plans"], "status": "ok", "resolvers": + {"ipv4": "172.232.0.17, 172.232.0.16, 172.232.0.21, 172.232.0.13, 172.232.0.22, 172.232.0.9, 172.232.0.19, 172.232.0.20, 172.232.0.15, 172.232.0.18", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "fr-par", "label": "Paris, FR", "country": "fr", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Metadata", "Premium Plans"], "status": "ok", + "resolvers": {"ipv4": "172.232.32.21, 172.232.32.23, 172.232.32.17, 172.232.32.18, 172.232.32.16, 172.232.32.22, 172.232.32.20, 172.232.32.14, 172.232.32.11, 172.232.32.12", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-sea", "label": "Seattle, WA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.160.19, + 172.232.160.21, 172.232.160.17, 172.232.160.15, 172.232.160.18, 172.232.160.8, + 172.232.160.12, 172.232.160.11, 172.232.160.14, 172.232.160.16", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "br-gru", "label": "Sao Paulo, BR", "country": "br", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.0.4, 172.233.0.9, 172.233.0.7, 172.233.0.12, 172.233.0.5, 172.233.0.13, + 172.233.0.10, 172.233.0.6, 172.233.0.8, 172.233.0.11", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "nl-ams", "label": "Amsterdam, NL", "country": "nl", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.33.36, 172.233.33.38, 172.233.33.35, 172.233.33.39, 172.233.33.34, + 172.233.33.33, 172.233.33.31, 172.233.33.30, 172.233.33.37, 172.233.33.32", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "se-sto", "label": "Stockholm, SE", + "country": "se", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "172.232.128.24, 172.232.128.26, 172.232.128.20, + 172.232.128.22, 172.232.128.25, 172.232.128.19, 172.232.128.23, 172.232.128.18, + 172.232.128.21, 172.232.128.27", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "in-maa", + "label": "Chennai, IN", "country": "in", "capabilities": ["Linodes", "NodeBalancers", + "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", + "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.96.17, 172.232.96.26, 172.232.96.19, 172.232.96.20, 172.232.96.25, 172.232.96.21, 172.232.96.18, 172.232.96.22, 172.232.96.23, 172.232.96.24", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "jp-osa", "label": "Osaka, JP", "country": "jp", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.64.44, + 172.233.64.43, 172.233.64.37, 172.233.64.40, 172.233.64.46, 172.233.64.41, 172.233.64.39, + 172.233.64.42, 172.233.64.45, 172.233.64.38", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "it-mil", "label": "Milan, IT", "country": "it", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.192.19, + 172.232.192.18, 172.232.192.16, 172.232.192.20, 172.232.192.24, 172.232.192.21, + 172.232.192.22, 172.232.192.17, 172.232.192.15, 172.232.192.23", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-mia", "label": "Miami, FL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.160.34, + 172.233.160.27, 172.233.160.30, 172.233.160.29, 172.233.160.32, 172.233.160.28, + 172.233.160.33, 172.233.160.26, 172.233.160.25, 172.233.160.31", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "id-cgk", "label": "Jakarta, ID", "country": "id", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.224.23, + 172.232.224.32, 172.232.224.26, 172.232.224.27, 172.232.224.21, 172.232.224.24, + 172.232.224.22, 172.232.224.20, 172.232.224.31, 172.232.224.28", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-lax", "label": "Los Angeles, CA", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.128.45, + 172.233.128.38, 172.233.128.53, 172.233.128.37, 172.233.128.34, 172.233.128.36, + 172.233.128.33, 172.233.128.39, 172.233.128.43, 172.233.128.44", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-central", "label": "Dallas, TX", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", + "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": + {"ipv4": "72.14.179.5, 72.14.188.5, 173.255.199.5, 66.228.53.5, 96.126.122.5, + 96.126.124.5, 96.126.127.5, 198.58.107.5, 198.58.111.5, 23.239.24.5", "ipv6": + "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, {"id": "us-west", + "label": "Fremont, CA", "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5,173.230.147.5,173.230.155.5,173.255.212.5,173.255.219.5,173.255.241.5,173.255.243.5,173.255.244.5,74.207.241.5,74.207.242.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-southeast", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5, + 173.230.147.5, 173.230.155.5, 173.255.212.5, 173.255.219.5, 173.255.241.5, 173.255.243.5, + 173.255.244.5, 74.207.241.5, 74.207.242.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "us-southeast", "label": "Atlanta, GA", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block + Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": + "74.207.231.5, 173.230.128.5, 173.230.129.5, 173.230.136.5, 173.230.140.5, 66.228.59.5, + 66.228.62.5, 50.116.35.5, 50.116.41.5, 23.239.18.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, {"id": "us-east", "label": "Newark, + NJ", "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Bare Metal", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "74.207.231.5,173.230.128.5,173.230.129.5,173.230.136.5,173.230.140.5,66.228.59.5,66.228.62.5,50.116.35.5,50.116.41.5,23.239.18.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-east", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Bare Metal", "Block Storage Migrations", "Managed Databases"], "status": "ok", - "resolvers": {"ipv4": "66.228.42.5,96.126.106.5,50.116.53.5,50.116.58.5,50.116.61.5,50.116.62.5,66.175.211.5,97.107.133.4,207.192.69.4,207.192.69.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-west", "country": "uk", "capabilities": ["Linodes", "NodeBalancers", + {"ipv4": "66.228.42.5, 96.126.106.5, 50.116.53.5, 50.116.58.5, 50.116.61.5, + 50.116.62.5, 66.175.211.5, 97.107.133.4, 207.192.69.4, 207.192.69.5", "ipv6": + "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, {"id": "eu-west", + "label": "London, UK", "country": "gb", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5,176.58.107.5,176.58.116.5,176.58.121.5,151.236.220.5,212.71.252.5,212.71.253.5,109.74.192.20,109.74.193.20,109.74.194.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-south", "country": "sg", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.11.5,139.162.13.5,139.162.14.5,139.162.15.5,139.162.16.5,139.162.21.5,139.162.27.5,103.3.60.18,103.3.60.19,103.3.60.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-central", "country": "de", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.130.5,139.162.131.5,139.162.132.5,139.162.133.5,139.162.134.5,139.162.135.5,139.162.136.5,139.162.137.5,139.162.138.5,139.162.139.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-northeast", "country": "jp", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.66.5,139.162.67.5,139.162.68.5,139.162.69.5,139.162.70.5,139.162.71.5,139.162.72.5,139.162.73.5,139.162.74.5,139.162.75.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}], - "page": 1, "pages": 1, "results": 11}' + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5, 176.58.107.5, 176.58.116.5, 176.58.121.5, 151.236.220.5, 212.71.252.5, 212.71.253.5, 109.74.192.20, 109.74.193.20, 109.74.194.20", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "ap-south", "label": "Singapore, SG", "country": "sg", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "GPU Linodes", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.11.5, 139.162.13.5, + 139.162.14.5, 139.162.15.5, 139.162.16.5, 139.162.21.5, 139.162.27.5, 103.3.60.18, + 103.3.60.19, 103.3.60.20", "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "eu-central", "label": "Frankfurt, DE", "country": "de", + "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", + "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.130.5, + 139.162.131.5, 139.162.132.5, 139.162.133.5, 139.162.134.5, 139.162.135.5, 139.162.136.5, + 139.162.137.5, 139.162.138.5, 139.162.139.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-northeast", "label": "Tokyo, JP", + "country": "jp", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "139.162.66.5, 139.162.67.5, 139.162.68.5, + 139.162.69.5, 139.162.70.5, 139.162.71.5, 139.162.72.5, 139.162.73.5, 139.162.74.5, + 139.162.75.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}], + "page": 1, "pages": 1, "results": 24}' headers: Access-Control-Allow-Credentials: - "true" @@ -106,7 +227,7 @@ interactions: code: 200 duration: "" - request: - body: '{"label":"go-mysql-test-def","region":"ap-west","type":"g6-nanode-1","engine":"mysql/8.0.26","allow_list":["203.0.113.1","192.0.1.0/24"],"replication_type":"semi_synch","cluster_size":3}' + body: '{"label":"go-mysql-test-def","region":"ap-west","type":"g6-nanode-1","engine":"mysql/8.0.30","allow_list":["203.0.113.1","192.0.1.0/24"],"replication_type":"semi_synch","cluster_size":3}' form: {} headers: Accept: @@ -118,8 +239,8 @@ interactions: url: https://api.linode.com/v4beta/databases/mysql/instances method: POST response: - body: '{"id": 10044, "label": "go-mysql-test-def", "type": "g6-nanode-1", "engine": - "mysql", "version": "8.0.26", "region": "ap-west", "status": "provisioning", + body: '{"id": 28254, "label": "go-mysql-test-def", "type": "g6-nanode-1", "engine": + "mysql", "version": "8.0.30", "region": "ap-west", "status": "provisioning", "encrypted": false, "allow_list": ["203.0.113.1", "192.0.1.0/24"], "cluster_size": 3, "hosts": {"primary": null, "secondary": null}, "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": "weekly", "duration": 3, @@ -177,14 +298,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database"}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database"}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -202,7 +323,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -241,14 +362,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -266,7 +387,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -305,14 +426,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -330,7 +451,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -369,14 +490,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -394,7 +515,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -433,14 +554,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -458,7 +579,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -497,14 +618,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -522,7 +643,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -561,14 +682,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -586,7 +707,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -625,14 +746,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -650,7 +771,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -689,14 +810,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -714,7 +835,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -753,14 +874,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -778,7 +899,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -817,14 +938,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -842,7 +963,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -881,14 +1002,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -906,7 +1027,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -945,14 +1066,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -970,7 +1091,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -1009,14 +1130,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -1034,7 +1155,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -1073,14 +1194,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -1098,7 +1219,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -1137,14 +1258,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -1162,7 +1283,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -1201,14 +1322,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -1226,7 +1347,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -1265,14 +1386,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -1290,7 +1411,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -1329,14 +1450,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -1354,7 +1475,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -1393,14 +1514,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -1418,7 +1539,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -1457,14 +1578,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -1482,7 +1603,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -1521,14 +1642,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -1546,7 +1667,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -1585,14 +1706,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -1610,7 +1731,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -1649,14 +1770,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -1674,7 +1795,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -1713,14 +1834,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -1738,7 +1859,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -1777,14 +1898,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -1802,7 +1923,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -1841,14 +1962,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -1866,7 +1987,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -1905,14 +2026,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -1930,7 +2051,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -1969,14 +2090,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -1994,7 +2115,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -2033,14 +2154,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -2058,7 +2179,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -2097,14 +2218,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -2122,7 +2243,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -2161,14 +2282,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -2186,7 +2307,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -2225,14 +2346,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -2250,7 +2371,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -2289,14 +2410,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -2314,7 +2435,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -2353,14 +2474,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -2378,7 +2499,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -2417,14 +2538,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -2442,7 +2563,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -2481,14 +2602,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -2506,7 +2627,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -2545,14 +2666,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -2570,7 +2691,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -2609,14 +2730,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -2634,7 +2755,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -2673,14 +2794,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -2698,7 +2819,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -2737,14 +2858,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -2762,7 +2883,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -2801,14 +2922,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -2826,7 +2947,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -2865,14 +2986,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -2890,7 +3011,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -2929,14 +3050,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -2954,7 +3075,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -2993,14 +3114,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -3018,7 +3139,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -3057,14 +3178,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -3082,7 +3203,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -3121,14 +3242,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -3146,7 +3267,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -3185,14 +3306,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -3210,7 +3331,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -3249,14 +3370,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -3274,7 +3395,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -3313,14 +3434,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -3338,7 +3459,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -3377,14 +3498,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -3402,7 +3523,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -3441,14 +3562,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -3466,7 +3587,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -3505,14 +3626,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -3530,7 +3651,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -3569,14 +3690,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -3594,7 +3715,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -3633,14 +3754,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -3658,7 +3779,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -3697,14 +3818,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -3722,7 +3843,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -3761,14 +3882,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -3786,7 +3907,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -3825,14 +3946,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -3850,7 +3971,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -3889,14 +4010,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -3914,7 +4035,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -3953,14 +4074,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -3978,7 +4099,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -4017,14 +4138,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -4042,7 +4163,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -4081,14 +4202,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -4106,7 +4227,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -4145,14 +4266,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -4170,7 +4291,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -4209,14 +4330,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -4234,7 +4355,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -4273,14 +4394,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -4298,7 +4419,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -4337,14 +4458,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -4362,7 +4483,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -4401,14 +4522,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -4426,7 +4547,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -4465,14 +4586,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -4490,7 +4611,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -4529,14 +4650,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -4554,7 +4675,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -4593,14 +4714,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -4618,7 +4739,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -4657,14 +4778,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -4682,7 +4803,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -4721,14 +4842,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -4746,7 +4867,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -4785,14 +4906,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -4810,7 +4931,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -4849,14 +4970,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -4874,7 +4995,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -4913,14 +5034,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -4938,7 +5059,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -4977,14 +5098,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -5002,7 +5123,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -5041,14 +5162,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -5066,7 +5187,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -5105,14 +5226,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -5130,7 +5251,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -5169,14 +5290,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -5194,7 +5315,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -5233,14 +5354,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -5258,7 +5379,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -5297,14 +5418,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -5322,7 +5443,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -5361,14 +5482,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -5386,7 +5507,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -5425,14 +5546,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -5450,7 +5571,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -5489,14 +5610,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -5514,7 +5635,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -5553,14 +5674,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -5578,7 +5699,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -5617,14 +5738,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -5642,7 +5763,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -5681,14 +5802,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -5706,7 +5827,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -5745,14 +5866,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -5770,7 +5891,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -5809,14 +5930,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -5834,7 +5955,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -5873,14 +5994,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -5898,7 +6019,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -5937,14 +6058,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -5962,7 +6083,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -6001,14 +6122,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -6026,7 +6147,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -6065,14 +6186,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -6090,7 +6211,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -6129,14 +6250,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -6154,7 +6275,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -6193,14 +6314,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -6218,7 +6339,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -6257,14 +6378,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -6282,7 +6403,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -6321,14 +6442,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -6346,7 +6467,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -6385,14 +6506,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -6410,7 +6531,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -6449,14 +6570,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -6474,7 +6595,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -6513,14 +6634,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -6538,7 +6659,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -6577,14 +6698,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -6602,7 +6723,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -6641,14 +6762,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -6666,7 +6787,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -6705,14 +6826,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -6730,7 +6851,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -6769,14 +6890,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -6794,7 +6915,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -6833,14 +6954,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -6858,7 +6979,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -6897,14 +7018,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -6922,7 +7043,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -6961,14 +7082,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -6986,7 +7107,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -7025,14 +7146,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -7050,7 +7171,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -7089,14 +7210,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -7114,7 +7235,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -7153,14 +7274,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -7178,7 +7299,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -7217,14 +7338,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -7242,7 +7363,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -7281,14 +7402,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -7306,7 +7427,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -7345,14 +7466,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -7370,7 +7491,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -7409,14 +7530,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -7434,7 +7555,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -7473,14 +7594,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -7498,7 +7619,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -7537,14 +7658,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -7562,7 +7683,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -7601,14 +7722,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -7626,7 +7747,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -7665,14 +7786,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -7690,7 +7811,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -7729,14 +7850,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -7754,7 +7875,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -7793,14 +7914,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -7818,7 +7939,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -7857,14 +7978,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -7882,7 +8003,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -7921,14 +8042,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -7946,7 +8067,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -7985,14 +8106,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -8010,7 +8131,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -8049,14 +8170,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -8074,7 +8195,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -8113,14 +8234,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -8138,7 +8259,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -8177,14 +8298,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -8202,7 +8323,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -8241,14 +8362,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -8266,7 +8387,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -8305,14 +8426,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -8330,7 +8451,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -8369,14 +8490,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -8394,7 +8515,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -8433,14 +8554,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -8458,7 +8579,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -8497,14 +8618,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -8522,7 +8643,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -8561,14 +8682,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -8586,7 +8707,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -8625,14 +8746,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -8650,7 +8771,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -8689,14 +8810,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -8714,7 +8835,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -8753,14 +8874,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -8778,7 +8899,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -8817,14 +8938,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -8842,7 +8963,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -8881,14 +9002,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -8906,7 +9027,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -8945,14 +9066,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -8970,7 +9091,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -9009,14 +9130,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -9034,7 +9155,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -9073,14 +9194,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -9098,7 +9219,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -9137,14 +9258,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -9162,7 +9283,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -9201,14 +9322,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -9226,7 +9347,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -9265,14 +9386,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -9290,7 +9411,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -9329,14 +9450,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -9354,7 +9475,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -9393,14 +9514,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -9418,7 +9539,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -9457,14 +9578,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -9482,7 +9603,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -9521,14 +9642,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -9546,7 +9667,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -9585,14 +9706,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -9610,7 +9731,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -9649,14 +9770,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -9674,7 +9795,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -9713,14 +9834,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -9738,7 +9859,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -9777,14 +9898,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -9802,7 +9923,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -9841,14 +9962,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -9866,7 +9987,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -9905,14 +10026,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -9930,7 +10051,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -9969,14 +10090,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -9994,7 +10115,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -10033,14 +10154,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -10058,7 +10179,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -10097,14 +10218,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -10122,7 +10243,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -10161,14 +10282,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -10186,7 +10307,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -10225,14 +10346,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -10250,7 +10371,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -10289,14 +10410,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -10314,7 +10435,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -10353,14 +10474,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -10378,7 +10499,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -10417,14 +10538,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -10442,7 +10563,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -10481,14 +10602,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -10506,7 +10627,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -10545,14 +10666,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -10570,7 +10691,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -10609,14 +10730,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -10634,7 +10755,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -10673,14 +10794,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -10698,7 +10819,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -10737,14 +10858,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -10762,7 +10883,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -10801,14 +10922,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -10826,7 +10947,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -10865,14 +10986,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -10890,7 +11011,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -10929,14 +11050,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -10954,7 +11075,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -10993,14 +11114,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -11018,7 +11139,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "456" + - "453" Content-Security-Policy: - default-src 'none' Content-Type: @@ -11057,14 +11178,14 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T16:32:22"},"entity.id":10044,"entity.type":"database","id":{"+gte":373130379}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-05T04:42:29"},"entity.id":28254,"entity.type":"database","id":{"+gte":555537944}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373130379, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555537944, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": 100, "time_remaining": null, "rate": null, - "duration": 2558, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def", "id": 10044, "type": "database", "url": "/v4/databases/mysql/instances/10044"}, + "duration": 2550, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-mysql-test-def", "id": 28254, "type": "database", "url": "/v4/databases/mysql/instances/28254"}, "status": "finished", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: @@ -11082,7 +11203,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "451" + - "448" Content-Security-Policy: - default-src 'none' Content-Type: @@ -11123,19 +11244,19 @@ interactions: url: https://api.linode.com/v4beta/databases/mysql/instances method: GET response: - body: '{"data": [{"id": 522, "label": "scalegridgoestojapanpt2", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-northeast", "status": - "provisioning", "encrypted": false, "allow_list": ["172.104.2.4/32"], "cluster_size": - 1, "hosts": {"primary": null, "secondary": null}, "ssl_connection": true, "replication_type": + body: '{"data": [{"id": 23355, "label": "tf_test-8585210487497797453", "type": + "g6-nanode-1", "engine": "mysql", "version": "5.7.39", "region": "us-iad", "status": + "provisioning", "encrypted": false, "allow_list": [], "cluster_size": 1, "hosts": + {"primary": null, "secondary": null}, "ssl_connection": false, "replication_type": "none", "port": 3306, "updates": {"frequency": "weekly", "duration": 3, "hour_of_day": 0, "day_of_week": null, "week_of_month": null}, "created": "2018-01-02T03:04:05", - "updated": "2018-01-02T03:04:05"}, {"id": 10044, "label": "go-mysql-test-def", - "type": "g6-nanode-1", "engine": "mysql", "version": "8.0.26", "region": "ap-west", + "updated": "2018-01-02T03:04:05"}, {"id": 28254, "label": "go-mysql-test-def", + "type": "g6-nanode-1", "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "active", "encrypted": false, "allow_list": ["203.0.113.1", "192.0.1.0/24"], - "cluster_size": 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "weekly", "duration": 3, "hour_of_day": 6, "day_of_week": 6, "week_of_month": + "cluster_size": 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "weekly", "duration": 3, "hour_of_day": 1, "day_of_week": 7, "week_of_month": null}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}], "page": 1, "pages": 1, "results": 2}' headers: @@ -11189,16 +11310,16 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def", "type": "g6-nanode-1", "engine": - "mysql", "version": "8.0.26", "region": "ap-west", "status": "active", "encrypted": + body: '{"id": 28254, "label": "go-mysql-test-def", "type": "g6-nanode-1", "engine": + "mysql", "version": "8.0.30", "region": "ap-west", "status": "active", "encrypted": false, "allow_list": ["203.0.113.1", "192.0.1.0/24"], "cluster_size": 3, "hosts": - {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", "secondary": - "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": + {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", "secondary": + "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "weekly", "duration": 3, "hour_of_day": 6, "day_of_week": 6, "week_of_month": + "weekly", "duration": 3, "hour_of_day": 1, "day_of_week": 7, "week_of_month": null}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: @@ -11215,7 +11336,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "633" + - "635" Content-Security-Policy: - default-src 'none' Content-Type: @@ -11244,7 +11365,7 @@ interactions: code: 200 duration: "" - request: - body: '{"label":"go-mysql-test-def-updated","allow_list":["128.173.205.21","123.177.200.20"],"updates":{"day_of_week":4,"duration":1,"frequency":"monthly","hour_of_day":8,"week_of_month":3}}' + body: '{"label":"go-mysql-test-def-updated","allow_list":["128.173.205.21","123.177.200.20"],"updates":{"day_of_week":3,"duration":1,"frequency":"monthly","hour_of_day":8,"week_of_month":3}}' form: {} headers: Accept: @@ -11253,17 +11374,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: PUT response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -11278,7 +11399,7 @@ interactions: Cache-Control: - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -11316,15 +11437,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_update","created":{"+gte":"2018-01-02T03:04:05"},"entity.id":10044,"entity.type":"database"}' + - '{"+order":"desc","+order_by":"created","action":"database_update","created":{"+gte":"2018-01-02T03:04:05"},"entity.id":28254,"entity.type":"database"}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373145882, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555549963, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_update", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def-updated", "id": 10044, "type": "database", "url": - "/v4/databases/mysql/instances/10044"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_update", "username": "zliang27", "entity": + {"label": "go-mysql-test-def-updated", "id": 28254, "type": "database", "url": + "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -11341,7 +11462,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "464" + - "461" Content-Security-Policy: - default-src 'none' Content-Type: @@ -11380,15 +11501,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_update","created":{"+gte":"2018-01-02T03:04:05"},"entity.id":10044,"entity.type":"database","id":{"+gte":373145882}}' + - '{"+order":"desc","+order_by":"created","action":"database_update","created":{"+gte":"2018-01-02T03:04:05"},"entity.id":28254,"entity.type":"database","id":{"+gte":555549963}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373145882, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555549963, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_update", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def-updated", "id": 10044, "type": "database", "url": - "/v4/databases/mysql/instances/10044"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_update", "username": "zliang27", "entity": + {"label": "go-mysql-test-def-updated", "id": 28254, "type": "database", "url": + "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -11405,7 +11526,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "464" + - "461" Content-Security-Policy: - default-src 'none' Content-Type: @@ -11444,15 +11565,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_update","created":{"+gte":"2018-01-02T03:04:05"},"entity.id":10044,"entity.type":"database","id":{"+gte":373145882}}' + - '{"+order":"desc","+order_by":"created","action":"database_update","created":{"+gte":"2018-01-02T03:04:05"},"entity.id":28254,"entity.type":"database","id":{"+gte":555549963}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373145882, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555549963, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_update", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def-updated", "id": 10044, "type": "database", "url": - "/v4/databases/mysql/instances/10044"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_update", "username": "zliang27", "entity": + {"label": "go-mysql-test-def-updated", "id": 28254, "type": "database", "url": + "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -11469,7 +11590,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "464" + - "461" Content-Security-Policy: - default-src 'none' Content-Type: @@ -11508,15 +11629,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_update","created":{"+gte":"2018-01-02T03:04:05"},"entity.id":10044,"entity.type":"database","id":{"+gte":373145882}}' + - '{"+order":"desc","+order_by":"created","action":"database_update","created":{"+gte":"2018-01-02T03:04:05"},"entity.id":28254,"entity.type":"database","id":{"+gte":555549963}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373145882, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555549963, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_update", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def-updated", "id": 10044, "type": "database", "url": - "/v4/databases/mysql/instances/10044"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_update", "username": "zliang27", "entity": + {"label": "go-mysql-test-def-updated", "id": 28254, "type": "database", "url": + "/v4/databases/mysql/instances/28254"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -11533,7 +11654,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "464" + - "461" Content-Security-Policy: - default-src 'none' Content-Type: @@ -11572,15 +11693,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_update","created":{"+gte":"2018-01-02T03:04:05"},"entity.id":10044,"entity.type":"database","id":{"+gte":373145882}}' + - '{"+order":"desc","+order_by":"created","action":"database_update","created":{"+gte":"2018-01-02T03:04:05"},"entity.id":28254,"entity.type":"database","id":{"+gte":555549963}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373145882, "created": "2018-01-02T03:04:05", "seen": false, - "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_update", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def-updated", "id": 10044, "type": "database", "url": - "/v4/databases/mysql/instances/10044"}, "status": "notification", "secondary_entity": + body: '{"data": [{"id": 555549963, "created": "2018-01-02T03:04:05", "seen": false, + "read": false, "percent_complete": 100, "time_remaining": null, "rate": null, + "duration": 67, "action": "database_update", "username": "zliang27", "entity": + {"label": "go-mysql-test-def-updated", "id": 28254, "type": "database", "url": + "/v4/databases/mysql/instances/28254"}, "status": "finished", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -11597,7 +11718,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "464" + - "454" Content-Security-Policy: - default-src 'none' Content-Type: @@ -11635,17 +11756,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_update","created":{"+gte":"2018-01-02T03:04:05"},"entity.id":10044,"entity.type":"database","id":{"+gte":373145882}}' - url: https://api.linode.com/v4beta/account/events?page=1 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"data": [{"id": 373145882, "created": "2018-01-02T03:04:05", "seen": false, - "read": false, "percent_complete": 100, "time_remaining": null, "rate": null, - "duration": 81, "action": "database_update", "username": "lgarber-dev", "entity": - {"label": "go-mysql-test-def-updated", "id": 10044, "type": "database", "url": - "/v4/databases/mysql/instances/10044"}, "status": "finished", "secondary_entity": - null, "message": ""}], "page": 1, "pages": 1, "results": 1}' + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "active", + "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -11661,7 +11782,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "457" + - "646" Content-Security-Policy: - default-src 'none' Content-Type: @@ -11674,7 +11795,7 @@ interactions: - Authorization, X-Filter - Authorization, X-Filter X-Accepted-Oauth-Scopes: - - events:read_only + - databases:read_only X-Content-Type-Options: - nosniff X-Frame-Options: @@ -11699,17 +11820,10 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254/ssl method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "active", - "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + body: '{"ca_certificate": null}' headers: Access-Control-Allow-Credentials: - "true" @@ -11725,7 +11839,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "644" + - "24" Content-Security-Policy: - default-src 'none' Content-Type: @@ -11763,10 +11877,10 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044/ssl + url: https://api.linode.com/v4beta/databases/mysql/instances/28254/credentials method: GET response: - body: '{"ca_certificate": null}' + body: '{"username": "linroot", "password": "fdKDP2hWbWctlF^w"}' headers: Access-Control-Allow-Credentials: - "true" @@ -11782,7 +11896,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "24" + - "55" Content-Security-Policy: - default-src 'none' Content-Type: @@ -11820,10 +11934,10 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044/credentials - method: GET + url: https://api.linode.com/v4beta/databases/mysql/instances/28254/credentials/reset + method: POST response: - body: '{"username": "linroot", "password": "yZgshX9$yyABesut"}' + body: '{}' headers: Access-Control-Allow-Credentials: - "true" @@ -11836,10 +11950,9 @@ interactions: Access-Control-Expose-Headers: - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "55" + - "2" Content-Security-Policy: - default-src 'none' Content-Type: @@ -11850,9 +11963,8 @@ interactions: - max-age=31536000 Vary: - Authorization, X-Filter - - Authorization, X-Filter X-Accepted-Oauth-Scopes: - - databases:read_only + - databases:read_write X-Content-Type-Options: - nosniff X-Frame-Options: @@ -11877,10 +11989,10 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044/credentials/reset - method: POST + url: https://api.linode.com/v4beta/databases/mysql/instances/28254/credentials + method: GET response: - body: '{}' + body: '{"username": "linroot", "password": "sUOZkJ7_Otk6sdrf"}' headers: Access-Control-Allow-Credentials: - "true" @@ -11893,9 +12005,10 @@ interactions: Access-Control-Expose-Headers: - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status Cache-Control: + - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "2" + - "55" Content-Security-Policy: - default-src 'none' Content-Type: @@ -11906,8 +12019,9 @@ interactions: - max-age=31536000 Vary: - Authorization, X-Filter + - Authorization, X-Filter X-Accepted-Oauth-Scopes: - - databases:read_write + - databases:read_only X-Content-Type-Options: - nosniff X-Frame-Options: @@ -11932,10 +12046,10 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044/credentials - method: GET + url: https://api.linode.com/v4beta/databases/mysql/instances/28254/patch + method: POST response: - body: '{"username": "linroot", "password": "6vkmVML+zzAluNGB"}' + body: '{}' headers: Access-Control-Allow-Credentials: - "true" @@ -11948,10 +12062,9 @@ interactions: Access-Control-Expose-Headers: - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "55" + - "2" Content-Security-Policy: - default-src 'none' Content-Type: @@ -11962,9 +12075,8 @@ interactions: - max-age=31536000 Vary: - Authorization, X-Filter - - Authorization, X-Filter X-Accepted-Oauth-Scopes: - - databases:read_only + - databases:read_write X-Content-Type-Options: - nosniff X-Frame-Options: @@ -11989,10 +12101,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044/patch - method: POST + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 + method: GET response: - body: '{}' + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", + "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -12005,9 +12124,10 @@ interactions: Access-Control-Expose-Headers: - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status Cache-Control: + - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "2" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -12018,8 +12138,9 @@ interactions: - max-age=31536000 Vary: - Authorization, X-Filter + - Authorization, X-Filter X-Accepted-Oauth-Scopes: - - databases:read_write + - databases:read_only X-Content-Type-Options: - nosniff X-Frame-Options: @@ -12044,17 +12165,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -12070,7 +12191,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -12108,17 +12229,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -12134,7 +12255,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -12172,17 +12293,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -12198,7 +12319,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -12236,17 +12357,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -12262,7 +12383,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -12300,17 +12421,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -12326,7 +12447,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -12364,17 +12485,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -12390,7 +12511,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -12428,17 +12549,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -12454,7 +12575,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -12492,17 +12613,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -12518,7 +12639,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -12556,17 +12677,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -12582,7 +12703,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -12620,17 +12741,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -12646,7 +12767,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -12684,17 +12805,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -12710,7 +12831,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -12748,17 +12869,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -12774,7 +12895,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -12812,17 +12933,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -12838,7 +12959,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -12876,17 +12997,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -12902,7 +13023,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -12940,17 +13061,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -12966,7 +13087,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -13004,17 +13125,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -13030,7 +13151,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -13068,17 +13189,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -13094,7 +13215,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -13132,17 +13253,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -13158,7 +13279,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -13196,17 +13317,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -13222,7 +13343,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -13260,17 +13381,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -13286,7 +13407,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -13324,17 +13445,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -13350,7 +13471,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -13388,17 +13509,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -13414,7 +13535,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -13452,17 +13573,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -13478,7 +13599,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -13516,17 +13637,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -13542,7 +13663,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -13580,17 +13701,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -13606,7 +13727,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -13644,17 +13765,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -13670,7 +13791,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -13708,17 +13829,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -13734,7 +13855,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -13772,17 +13893,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -13798,7 +13919,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -13836,17 +13957,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -13862,7 +13983,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -13900,17 +14021,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -13926,7 +14047,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -13964,17 +14085,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -13990,7 +14111,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -14028,17 +14149,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -14054,7 +14175,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -14092,17 +14213,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -14118,7 +14239,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -14156,17 +14277,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -14182,7 +14303,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -14220,17 +14341,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -14246,7 +14367,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -14284,17 +14405,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -14310,7 +14431,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -14348,17 +14469,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -14374,7 +14495,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -14412,17 +14533,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -14438,7 +14559,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -14476,17 +14597,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -14502,7 +14623,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -14540,17 +14661,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -14566,7 +14687,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -14604,17 +14725,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -14630,7 +14751,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -14668,17 +14789,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -14694,7 +14815,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -14732,17 +14853,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -14758,7 +14879,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -14796,17 +14917,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -14822,7 +14943,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -14860,17 +14981,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -14886,7 +15007,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -14924,17 +15045,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -14950,7 +15071,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -14988,17 +15109,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -15014,7 +15135,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -15052,17 +15173,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -15078,7 +15199,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -15116,17 +15237,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -15142,7 +15263,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -15180,17 +15301,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -15206,7 +15327,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -15244,17 +15365,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -15270,7 +15391,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -15308,17 +15429,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -15334,7 +15455,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -15372,17 +15493,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -15398,7 +15519,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -15436,17 +15557,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -15462,7 +15583,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -15500,17 +15621,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -15526,7 +15647,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -15564,17 +15685,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -15590,7 +15711,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -15628,17 +15749,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -15654,7 +15775,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -15692,17 +15813,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -15718,7 +15839,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -15756,17 +15877,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -15782,7 +15903,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -15820,17 +15941,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -15846,7 +15967,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -15884,17 +16005,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -15910,7 +16031,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -15948,17 +16069,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -15974,7 +16095,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -16012,17 +16133,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -16038,7 +16159,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -16076,17 +16197,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -16102,7 +16223,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -16140,17 +16261,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -16166,7 +16287,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -16204,17 +16325,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -16230,7 +16351,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -16268,17 +16389,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -16294,7 +16415,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -16332,17 +16453,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -16358,7 +16479,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -16396,17 +16517,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -16422,7 +16543,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -16460,17 +16581,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -16486,7 +16607,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -16524,17 +16645,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -16550,7 +16671,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -16588,17 +16709,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -16614,7 +16735,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -16652,17 +16773,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -16678,7 +16799,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -16716,17 +16837,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -16742,7 +16863,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -16780,17 +16901,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -16806,7 +16927,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -16844,17 +16965,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -16870,7 +16991,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -16908,17 +17029,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -16934,7 +17055,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -16972,17 +17093,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -16998,7 +17119,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -17036,17 +17157,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -17062,7 +17183,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -17100,17 +17221,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -17126,7 +17247,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -17164,17 +17285,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -17190,7 +17311,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -17228,17 +17349,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -17254,7 +17375,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -17292,17 +17413,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -17318,7 +17439,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -17356,17 +17477,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -17382,7 +17503,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -17420,17 +17541,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -17446,7 +17567,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -17484,17 +17605,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -17510,7 +17631,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -17548,17 +17669,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -17574,7 +17695,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -17612,17 +17733,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -17638,7 +17759,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -17676,17 +17797,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -17702,7 +17823,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -17740,17 +17861,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -17766,7 +17887,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -17804,17 +17925,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -17830,7 +17951,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -17868,17 +17989,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -17894,7 +18015,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -17932,17 +18053,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -17958,7 +18079,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -17996,17 +18117,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -18022,7 +18143,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -18060,17 +18181,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -18086,7 +18207,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -18124,17 +18245,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -18150,7 +18271,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -18188,17 +18309,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -18214,7 +18335,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -18252,17 +18373,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -18278,7 +18399,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -18316,17 +18437,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -18342,7 +18463,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -18380,17 +18501,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -18406,7 +18527,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -18444,17 +18565,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -18470,7 +18591,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -18508,17 +18629,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -18534,7 +18655,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -18572,17 +18693,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -18598,7 +18719,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -18636,17 +18757,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -18662,7 +18783,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -18700,17 +18821,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -18726,7 +18847,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -18764,17 +18885,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -18790,7 +18911,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -18828,17 +18949,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -18854,7 +18975,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -18892,17 +19013,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -18918,7 +19039,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -18956,17 +19077,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -18982,7 +19103,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -19020,17 +19141,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -19046,7 +19167,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -19084,17 +19205,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -19110,7 +19231,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -19148,17 +19269,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -19174,7 +19295,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -19212,17 +19333,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -19238,7 +19359,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -19276,17 +19397,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -19302,7 +19423,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -19340,17 +19461,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -19366,7 +19487,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -19404,17 +19525,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -19430,7 +19551,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -19468,17 +19589,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -19494,7 +19615,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -19532,17 +19653,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -19558,7 +19679,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -19596,17 +19717,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -19622,7 +19743,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -19660,17 +19781,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -19686,7 +19807,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -19724,17 +19845,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -19750,7 +19871,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -19788,17 +19909,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -19814,7 +19935,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -19852,17 +19973,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -19878,7 +19999,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -19916,17 +20037,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -19942,7 +20063,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -19980,17 +20101,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -20006,7 +20127,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -20044,17 +20165,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -20070,7 +20191,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -20108,17 +20229,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -20134,7 +20255,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -20172,17 +20293,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -20198,7 +20319,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -20236,17 +20357,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -20262,7 +20383,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -20300,17 +20421,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -20326,7 +20447,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -20364,17 +20485,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -20390,7 +20511,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -20428,17 +20549,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -20454,7 +20575,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -20492,17 +20613,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -20518,7 +20639,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -20556,17 +20677,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -20582,7 +20703,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -20620,17 +20741,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -20646,7 +20767,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -20684,17 +20805,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -20710,7 +20831,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -20748,17 +20869,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -20774,7 +20895,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -20812,17 +20933,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -20838,7 +20959,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -20876,17 +20997,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -20902,7 +21023,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -20940,17 +21061,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -20966,7 +21087,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -21004,17 +21125,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -21030,7 +21151,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -21068,17 +21189,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -21094,7 +21215,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -21132,17 +21253,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -21158,7 +21279,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -21196,17 +21317,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -21222,7 +21343,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -21260,17 +21381,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -21286,7 +21407,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -21324,17 +21445,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -21350,7 +21471,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -21388,17 +21509,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -21414,7 +21535,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -21452,17 +21573,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -21478,7 +21599,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -21516,17 +21637,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -21542,7 +21663,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "646" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -21580,1169 +21701,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "646" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - databases:read_only - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 - method: GET - response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "updating", - "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "646" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - databases:read_only - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 - method: GET - response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "active", - "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "644" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - databases:read_only - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"label":"mysqlbackupforlinodego","target":"primary"}' - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044/backups - method: POST - response: - body: '{}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=60, s-maxage=60 - Content-Length: - - "2" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - databases:read_write - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044/backups - method: GET - response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "49" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - databases:read_write - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044/backups - method: GET - response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "49" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - databases:read_write - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044/backups - method: GET - response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "49" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - databases:read_write - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044/backups - method: GET - response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "49" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - databases:read_write - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044/backups - method: GET - response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "49" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - databases:read_write - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044/backups - method: GET - response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "49" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - databases:read_write - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044/backups - method: GET - response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "49" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - databases:read_write - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044/backups - method: GET - response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "49" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - databases:read_write - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044/backups - method: GET - response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "49" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - databases:read_write - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044/backups - method: GET - response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "49" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - databases:read_write - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044/backups - method: GET - response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "49" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - databases:read_write - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044/backups - method: GET - response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "49" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - databases:read_write - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044/backups - method: GET - response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "49" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - databases:read_write - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044/backups - method: GET - response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "49" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - databases:read_write - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044/backups - method: GET - response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "49" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - databases:read_write - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044/backups - method: GET - response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "49" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - databases:read_write - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044/backups - method: GET - response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -22758,7 +21727,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "49" + - "648" Content-Security-Policy: - default-src 'none' Content-Type: @@ -22771,7 +21740,7 @@ interactions: - Authorization, X-Filter - Authorization, X-Filter X-Accepted-Oauth-Scopes: - - databases:read_write + - databases:read_only X-Content-Type-Options: - nosniff X-Frame-Options: @@ -22796,10 +21765,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044/backups + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "active", + "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -22815,7 +21791,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "49" + - "646" Content-Security-Policy: - default-src 'none' Content-Type: @@ -22828,7 +21804,7 @@ interactions: - Authorization, X-Filter - Authorization, X-Filter X-Accepted-Oauth-Scopes: - - databases:read_write + - databases:read_only X-Content-Type-Options: - nosniff X-Frame-Options: @@ -22844,7 +21820,7 @@ interactions: code: 200 duration: "" - request: - body: "" + body: '{"label":"mysqlbackupforlinodego","target":"primary"}' form: {} headers: Accept: @@ -22853,10 +21829,10 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044/backups - method: GET + url: https://api.linode.com/v4beta/databases/mysql/instances/28254/backups + method: POST response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' + body: '{}' headers: Access-Control-Allow-Credentials: - "true" @@ -22869,10 +21845,9 @@ interactions: Access-Control-Expose-Headers: - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "49" + - "2" Content-Security-Policy: - default-src 'none' Content-Type: @@ -22883,7 +21858,6 @@ interactions: - max-age=31536000 Vary: - Authorization, X-Filter - - Authorization, X-Filter X-Accepted-Oauth-Scopes: - databases:read_write X-Content-Type-Options: @@ -22910,7 +21884,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044/backups + url: https://api.linode.com/v4beta/databases/mysql/instances/28254/backups method: GET response: body: '{"data": [], "page": 1, "pages": 1, "results": 0}' @@ -22967,7 +21941,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044/backups + url: https://api.linode.com/v4beta/databases/mysql/instances/28254/backups method: GET response: body: '{"data": [], "page": 1, "pages": 1, "results": 0}' @@ -23024,7 +21998,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044/backups + url: https://api.linode.com/v4beta/databases/mysql/instances/28254/backups method: GET response: body: '{"data": [], "page": 1, "pages": 1, "results": 0}' @@ -23081,7 +22055,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044/backups + url: https://api.linode.com/v4beta/databases/mysql/instances/28254/backups method: GET response: body: '{"data": [], "page": 1, "pages": 1, "results": 0}' @@ -23138,7 +22112,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044/backups + url: https://api.linode.com/v4beta/databases/mysql/instances/28254/backups method: GET response: body: '{"data": [], "page": 1, "pages": 1, "results": 0}' @@ -23195,7 +22169,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044/backups + url: https://api.linode.com/v4beta/databases/mysql/instances/28254/backups method: GET response: body: '{"data": [], "page": 1, "pages": 1, "results": 0}' @@ -23252,7 +22226,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044/backups + url: https://api.linode.com/v4beta/databases/mysql/instances/28254/backups method: GET response: body: '{"data": [], "page": 1, "pages": 1, "results": 0}' @@ -23309,10 +22283,11 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044/backups + url: https://api.linode.com/v4beta/databases/mysql/instances/28254/backups method: GET response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' + body: '{"data": [{"id": 807908, "type": "snapshot", "label": "mysqlbackupforlinodego", + "created": "2018-01-02T03:04:05"}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: - "true" @@ -23328,7 +22303,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "49" + - "152" Content-Security-Policy: - default-src 'none' Content-Type: @@ -23366,10 +22341,11 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044/backups + url: https://api.linode.com/v4beta/databases/mysql/instances/28254/backups/807908 method: GET response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' + body: '{"id": 807908, "type": "snapshot", "label": "mysqlbackupforlinodego", "created": + "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -23385,7 +22361,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "49" + - "103" Content-Security-Policy: - default-src 'none' Content-Type: @@ -23423,10 +22399,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044/backups + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "backing_up", + "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -23442,7 +22425,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "49" + - "650" Content-Security-Policy: - default-src 'none' Content-Type: @@ -23455,7 +22438,7 @@ interactions: - Authorization, X-Filter - Authorization, X-Filter X-Accepted-Oauth-Scopes: - - databases:read_write + - databases:read_only X-Content-Type-Options: - nosniff X-Frame-Options: @@ -23480,10 +22463,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044/backups + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "backing_up", + "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -23499,7 +22489,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "49" + - "650" Content-Security-Policy: - default-src 'none' Content-Type: @@ -23512,7 +22502,7 @@ interactions: - Authorization, X-Filter - Authorization, X-Filter X-Accepted-Oauth-Scopes: - - databases:read_write + - databases:read_only X-Content-Type-Options: - nosniff X-Frame-Options: @@ -23537,10 +22527,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044/backups + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "backing_up", + "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -23556,7 +22553,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "49" + - "650" Content-Security-Policy: - default-src 'none' Content-Type: @@ -23569,7 +22566,7 @@ interactions: - Authorization, X-Filter - Authorization, X-Filter X-Accepted-Oauth-Scopes: - - databases:read_write + - databases:read_only X-Content-Type-Options: - nosniff X-Frame-Options: @@ -23594,10 +22591,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044/backups + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "backing_up", + "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -23613,7 +22617,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "49" + - "650" Content-Security-Policy: - default-src 'none' Content-Type: @@ -23626,7 +22630,7 @@ interactions: - Authorization, X-Filter - Authorization, X-Filter X-Accepted-Oauth-Scopes: - - databases:read_write + - databases:read_only X-Content-Type-Options: - nosniff X-Frame-Options: @@ -23651,11 +22655,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044/backups + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"data": [{"id": 170951, "type": "snapshot", "label": "mysqlbackupforlinodego", - "created": "2018-01-02T03:04:05"}], "page": 1, "pages": 1, "results": 1}' + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "backing_up", + "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -23671,7 +22681,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "152" + - "650" Content-Security-Policy: - default-src 'none' Content-Type: @@ -23684,7 +22694,7 @@ interactions: - Authorization, X-Filter - Authorization, X-Filter X-Accepted-Oauth-Scopes: - - databases:read_write + - databases:read_only X-Content-Type-Options: - nosniff X-Frame-Options: @@ -23709,11 +22719,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044/backups/170951 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 170951, "type": "snapshot", "label": "mysqlbackupforlinodego", "created": - "2018-01-02T03:04:05"}' + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "backing_up", + "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -23729,7 +22745,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "103" + - "650" Content-Security-Policy: - default-src 'none' Content-Type: @@ -23742,7 +22758,7 @@ interactions: - Authorization, X-Filter - Authorization, X-Filter X-Accepted-Oauth-Scopes: - - databases:read_write + - databases:read_only X-Content-Type-Options: - nosniff X-Frame-Options: @@ -23767,17 +22783,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "backing_up", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "backing_up", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -23793,7 +22809,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "648" + - "650" Content-Security-Policy: - default-src 'none' Content-Type: @@ -23831,17 +22847,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "backing_up", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "backing_up", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -23857,7 +22873,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "648" + - "650" Content-Security-Policy: - default-src 'none' Content-Type: @@ -23895,17 +22911,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "backing_up", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "backing_up", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -23921,7 +22937,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "648" + - "650" Content-Security-Policy: - default-src 'none' Content-Type: @@ -23959,17 +22975,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "backing_up", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "backing_up", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -23985,7 +23001,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "648" + - "650" Content-Security-Policy: - default-src 'none' Content-Type: @@ -24023,17 +23039,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "backing_up", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "backing_up", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -24049,7 +23065,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "648" + - "650" Content-Security-Policy: - default-src 'none' Content-Type: @@ -24087,17 +23103,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: GET response: - body: '{"id": 10044, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", - "engine": "mysql", "version": "8.0.26", "region": "ap-west", "status": "active", + body: '{"id": 28254, "label": "go-mysql-test-def-updated", "type": "g6-nanode-1", + "engine": "mysql", "version": "8.0.30", "region": "ap-west", "status": "active", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10044-6248-mysql-primary.servers.linodedb.net", - "secondary": "lin-10044-6248-mysql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "semi_synch", "port": 3306, "updates": {"frequency": - "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 4, "week_of_month": - 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28254-15158-mysql-primary.servers.linodedb.net", + "secondary": "lin-28254-15158-mysql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "semi_synch", "port": 3306, "updates": + {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": 3, + "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -24113,7 +23129,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "644" + - "646" Content-Security-Policy: - default-src 'none' Content-Type: @@ -24151,7 +23167,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/mysql/instances/10044 + url: https://api.linode.com/v4beta/databases/mysql/instances/28254 method: DELETE response: body: '{}' diff --git a/test/integration/fixtures/TestDatabase_Postgres_Suite.yaml b/test/integration/fixtures/TestDatabase_Postgres_Suite.yaml index 2684c6e46..817811e33 100644 --- a/test/integration/fixtures/TestDatabase_Postgres_Suite.yaml +++ b/test/integration/fixtures/TestDatabase_Postgres_Suite.yaml @@ -14,56 +14,177 @@ interactions: url: https://api.linode.com/v4beta/regions method: GET response: - body: '{"data": [{"id": "ap-west", "country": "in", "capabilities": ["Linodes", - "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "172.105.34.5,172.105.35.5,172.105.36.5,172.105.37.5,172.105.38.5,172.105.39.5,172.105.40.5,172.105.41.5,172.105.42.5,172.105.43.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ca-central", "country": "ca", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5,172.105.3.5,172.105.4.5,172.105.5.5,172.105.6.5,172.105.7.5,172.105.8.5,172.105.9.5,172.105.10.5,172.105.11.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-southeast", "country": "au", "capabilities": ["Linodes", "NodeBalancers", + body: '{"data": [{"id": "ap-west", "label": "Mumbai, IN", "country": "in", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud + Firewall", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": + "ok", "resolvers": {"ipv4": "172.105.34.5, 172.105.35.5, 172.105.36.5, 172.105.37.5, + 172.105.38.5, 172.105.39.5, 172.105.40.5, 172.105.41.5, 172.105.42.5, 172.105.43.5", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "ca-central", "label": "Toronto, CA", + "country": "ca", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5, 172.105.3.5, + 172.105.4.5, 172.105.5.5, 172.105.6.5, 172.105.7.5, 172.105.8.5, 172.105.9.5, + 172.105.10.5, 172.105.11.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-southeast", + "label": "Sydney, AU", "country": "au", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5,172.105.169.5,172.105.168.5,172.105.172.5,172.105.162.5,172.105.170.5,172.105.167.5,172.105.171.5,172.105.181.5,172.105.161.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-central", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "72.14.179.5,72.14.188.5,173.255.199.5,66.228.53.5,96.126.122.5,96.126.124.5,96.126.127.5,198.58.107.5,198.58.111.5,23.239.24.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-west", "country": "us", "capabilities": ["Linodes", "NodeBalancers", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5, + 172.105.169.5, 172.105.168.5, 172.105.172.5, 172.105.162.5, 172.105.170.5, 172.105.167.5, + 172.105.171.5, 172.105.181.5, 172.105.161.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-iad", "label": "Washington, DC", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Managed Databases", "Metadata", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "139.144.192.62, 139.144.192.60, 139.144.192.61, 139.144.192.53, 139.144.192.54, 139.144.192.67, 139.144.192.69, 139.144.192.66, 139.144.192.52, 139.144.192.68", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-ord", "label": "Chicago, IL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Premium Plans"], "status": "ok", "resolvers": + {"ipv4": "172.232.0.17, 172.232.0.16, 172.232.0.21, 172.232.0.13, 172.232.0.22, 172.232.0.9, 172.232.0.19, 172.232.0.20, 172.232.0.15, 172.232.0.18", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "fr-par", "label": "Paris, FR", "country": "fr", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Metadata", "Premium Plans"], "status": "ok", + "resolvers": {"ipv4": "172.232.32.21, 172.232.32.23, 172.232.32.17, 172.232.32.18, 172.232.32.16, 172.232.32.22, 172.232.32.20, 172.232.32.14, 172.232.32.11, 172.232.32.12", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-sea", "label": "Seattle, WA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.160.19, + 172.232.160.21, 172.232.160.17, 172.232.160.15, 172.232.160.18, 172.232.160.8, + 172.232.160.12, 172.232.160.11, 172.232.160.14, 172.232.160.16", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "br-gru", "label": "Sao Paulo, BR", "country": "br", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.0.4, 172.233.0.9, 172.233.0.7, 172.233.0.12, 172.233.0.5, 172.233.0.13, + 172.233.0.10, 172.233.0.6, 172.233.0.8, 172.233.0.11", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "nl-ams", "label": "Amsterdam, NL", "country": "nl", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.33.36, 172.233.33.38, 172.233.33.35, 172.233.33.39, 172.233.33.34, + 172.233.33.33, 172.233.33.31, 172.233.33.30, 172.233.33.37, 172.233.33.32", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "se-sto", "label": "Stockholm, SE", + "country": "se", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "172.232.128.24, 172.232.128.26, 172.232.128.20, + 172.232.128.22, 172.232.128.25, 172.232.128.19, 172.232.128.23, 172.232.128.18, + 172.232.128.21, 172.232.128.27", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "in-maa", + "label": "Chennai, IN", "country": "in", "capabilities": ["Linodes", "NodeBalancers", + "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", + "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.96.17, 172.232.96.26, 172.232.96.19, 172.232.96.20, 172.232.96.25, 172.232.96.21, 172.232.96.18, 172.232.96.22, 172.232.96.23, 172.232.96.24", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "jp-osa", "label": "Osaka, JP", "country": "jp", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.64.44, + 172.233.64.43, 172.233.64.37, 172.233.64.40, 172.233.64.46, 172.233.64.41, 172.233.64.39, + 172.233.64.42, 172.233.64.45, 172.233.64.38", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "it-mil", "label": "Milan, IT", "country": "it", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.192.19, + 172.232.192.18, 172.232.192.16, 172.232.192.20, 172.232.192.24, 172.232.192.21, + 172.232.192.22, 172.232.192.17, 172.232.192.15, 172.232.192.23", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-mia", "label": "Miami, FL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.160.34, + 172.233.160.27, 172.233.160.30, 172.233.160.29, 172.233.160.32, 172.233.160.28, + 172.233.160.33, 172.233.160.26, 172.233.160.25, 172.233.160.31", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "id-cgk", "label": "Jakarta, ID", "country": "id", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.224.23, + 172.232.224.32, 172.232.224.26, 172.232.224.27, 172.232.224.21, 172.232.224.24, + 172.232.224.22, 172.232.224.20, 172.232.224.31, 172.232.224.28", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-lax", "label": "Los Angeles, CA", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.128.45, + 172.233.128.38, 172.233.128.53, 172.233.128.37, 172.233.128.34, 172.233.128.36, + 172.233.128.33, 172.233.128.39, 172.233.128.43, 172.233.128.44", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-central", "label": "Dallas, TX", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", + "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": + {"ipv4": "72.14.179.5, 72.14.188.5, 173.255.199.5, 66.228.53.5, 96.126.122.5, + 96.126.124.5, 96.126.127.5, 198.58.107.5, 198.58.111.5, 23.239.24.5", "ipv6": + "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, {"id": "us-west", + "label": "Fremont, CA", "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5,173.230.147.5,173.230.155.5,173.255.212.5,173.255.219.5,173.255.241.5,173.255.243.5,173.255.244.5,74.207.241.5,74.207.242.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-southeast", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5, + 173.230.147.5, 173.230.155.5, 173.255.212.5, 173.255.219.5, 173.255.241.5, 173.255.243.5, + 173.255.244.5, 74.207.241.5, 74.207.242.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "us-southeast", "label": "Atlanta, GA", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block + Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": + "74.207.231.5, 173.230.128.5, 173.230.129.5, 173.230.136.5, 173.230.140.5, 66.228.59.5, + 66.228.62.5, 50.116.35.5, 50.116.41.5, 23.239.18.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, {"id": "us-east", "label": "Newark, + NJ", "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Bare Metal", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "74.207.231.5,173.230.128.5,173.230.129.5,173.230.136.5,173.230.140.5,66.228.59.5,66.228.62.5,50.116.35.5,50.116.41.5,23.239.18.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-east", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Bare Metal", "Block Storage Migrations", "Managed Databases"], "status": "ok", - "resolvers": {"ipv4": "66.228.42.5,96.126.106.5,50.116.53.5,50.116.58.5,50.116.61.5,50.116.62.5,66.175.211.5,97.107.133.4,207.192.69.4,207.192.69.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-west", "country": "uk", "capabilities": ["Linodes", "NodeBalancers", + {"ipv4": "66.228.42.5, 96.126.106.5, 50.116.53.5, 50.116.58.5, 50.116.61.5, + 50.116.62.5, 66.175.211.5, 97.107.133.4, 207.192.69.4, 207.192.69.5", "ipv6": + "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, {"id": "eu-west", + "label": "London, UK", "country": "gb", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5,176.58.107.5,176.58.116.5,176.58.121.5,151.236.220.5,212.71.252.5,212.71.253.5,109.74.192.20,109.74.193.20,109.74.194.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-south", "country": "sg", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.11.5,139.162.13.5,139.162.14.5,139.162.15.5,139.162.16.5,139.162.21.5,139.162.27.5,103.3.60.18,103.3.60.19,103.3.60.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-central", "country": "de", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.130.5,139.162.131.5,139.162.132.5,139.162.133.5,139.162.134.5,139.162.135.5,139.162.136.5,139.162.137.5,139.162.138.5,139.162.139.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-northeast", "country": "jp", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.66.5,139.162.67.5,139.162.68.5,139.162.69.5,139.162.70.5,139.162.71.5,139.162.72.5,139.162.73.5,139.162.74.5,139.162.75.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}], - "page": 1, "pages": 1, "results": 11}' + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5, 176.58.107.5, 176.58.116.5, 176.58.121.5, 151.236.220.5, 212.71.252.5, 212.71.253.5, 109.74.192.20, 109.74.193.20, 109.74.194.20", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "ap-south", "label": "Singapore, SG", "country": "sg", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "GPU Linodes", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.11.5, 139.162.13.5, + 139.162.14.5, 139.162.15.5, 139.162.16.5, 139.162.21.5, 139.162.27.5, 103.3.60.18, + 103.3.60.19, 103.3.60.20", "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "eu-central", "label": "Frankfurt, DE", "country": "de", + "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", + "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.130.5, + 139.162.131.5, 139.162.132.5, 139.162.133.5, 139.162.134.5, 139.162.135.5, 139.162.136.5, + 139.162.137.5, 139.162.138.5, 139.162.139.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-northeast", "label": "Tokyo, JP", + "country": "jp", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "139.162.66.5, 139.162.67.5, 139.162.68.5, + 139.162.69.5, 139.162.70.5, 139.162.71.5, 139.162.72.5, 139.162.73.5, 139.162.74.5, + 139.162.75.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}], + "page": 1, "pages": 1, "results": 24}' headers: Access-Control-Allow-Credentials: - "true" @@ -106,7 +227,7 @@ interactions: code: 200 duration: "" - request: - body: '{"label":"go-postgres-testing-def","region":"ap-west","type":"g6-nanode-1","engine":"postgresql/10.14","allow_list":["203.0.113.1","192.0.1.0/24"],"cluster_size":3,"replication_type":"asynch"}' + body: '{"label":"go-postgres-testing-def","region":"ap-west","type":"g6-nanode-1","engine":"postgresql/14.6","allow_list":["203.0.113.1","192.0.1.0/24"],"cluster_size":3,"replication_type":"asynch"}' form: {} headers: Accept: @@ -118,8 +239,8 @@ interactions: url: https://api.linode.com/v4beta/databases/postgresql/instances method: POST response: - body: '{"id": 10049, "label": "go-postgres-testing-def", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "provisioning", + body: '{"id": 28228, "label": "go-postgres-testing-def", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "provisioning", "encrypted": false, "allow_list": ["203.0.113.1", "192.0.1.0/24"], "cluster_size": 3, "hosts": {"primary": null, "secondary": null}, "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": "local", "port": 5432, "updates": {"frequency": @@ -139,7 +260,7 @@ interactions: Cache-Control: - private, max-age=60, s-maxage=60 Content-Length: - - "582" + - "581" Content-Security-Policy: - default-src 'none' Content-Type: @@ -177,15 +298,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database"}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database"}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -202,7 +323,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -241,15 +362,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -266,7 +387,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -305,15 +426,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -330,7 +451,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -369,15 +490,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -394,7 +515,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -433,15 +554,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -458,7 +579,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -497,15 +618,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -522,7 +643,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -561,15 +682,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -586,7 +707,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -625,15 +746,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -650,7 +771,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -689,15 +810,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -714,7 +835,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -753,15 +874,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -778,7 +899,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -817,15 +938,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -842,7 +963,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -881,15 +1002,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -906,7 +1027,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -945,15 +1066,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -970,7 +1091,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -1009,15 +1130,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -1034,7 +1155,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -1073,15 +1194,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -1098,7 +1219,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -1137,15 +1258,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -1162,7 +1283,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -1201,15 +1322,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -1226,7 +1347,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -1265,15 +1386,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -1290,7 +1411,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -1329,15 +1450,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -1354,7 +1475,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -1393,15 +1514,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -1418,7 +1539,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -1457,15 +1578,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -1482,7 +1603,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -1521,15 +1642,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -1546,7 +1667,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -1585,15 +1706,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -1610,7 +1731,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -1649,15 +1770,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -1674,7 +1795,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -1713,15 +1834,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -1738,7 +1859,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -1777,15 +1898,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -1802,7 +1923,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -1841,15 +1962,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -1866,7 +1987,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -1905,15 +2026,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -1930,7 +2051,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -1969,15 +2090,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -1994,7 +2115,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -2033,15 +2154,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -2058,7 +2179,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -2097,15 +2218,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -2122,7 +2243,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -2161,15 +2282,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -2186,7 +2307,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -2225,15 +2346,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -2250,7 +2371,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -2289,15 +2410,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -2314,7 +2435,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -2353,15 +2474,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -2378,7 +2499,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -2417,15 +2538,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -2442,7 +2563,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -2481,15 +2602,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -2506,7 +2627,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -2545,15 +2666,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -2570,7 +2691,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -2609,15 +2730,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -2634,7 +2755,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -2673,15 +2794,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -2698,7 +2819,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -2737,15 +2858,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -2762,7 +2883,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -2801,15 +2922,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -2826,7 +2947,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -2865,15 +2986,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -2890,7 +3011,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -2929,15 +3050,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -2954,7 +3075,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -2993,15 +3114,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -3018,7 +3139,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -3057,15 +3178,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -3082,7 +3203,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -3121,15 +3242,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -3146,7 +3267,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -3185,15 +3306,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -3210,7 +3331,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -3249,15 +3370,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -3274,7 +3395,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -3313,15 +3434,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -3338,7 +3459,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -3377,15 +3498,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -3402,7 +3523,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -3441,15 +3562,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -3466,7 +3587,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -3505,15 +3626,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -3530,7 +3651,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -3569,15 +3690,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -3594,7 +3715,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -3633,15 +3754,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -3658,7 +3779,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -3697,15 +3818,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -3722,7 +3843,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -3761,15 +3882,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -3786,7 +3907,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -3825,15 +3946,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -3850,7 +3971,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -3889,15 +4010,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -3914,7 +4035,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -3953,15 +4074,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -3978,7 +4099,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -4017,15 +4138,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -4042,7 +4163,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -4081,15 +4202,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -4106,7 +4227,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -4145,15 +4266,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -4170,7 +4291,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -4209,15 +4330,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -4234,7 +4355,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -4273,15 +4394,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -4298,7 +4419,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -4337,15 +4458,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -4362,7 +4483,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -4401,15 +4522,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -4426,7 +4547,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -4465,15 +4586,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -4490,7 +4611,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -4529,15 +4650,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -4554,7 +4675,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -4593,15 +4714,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -4618,7 +4739,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -4657,15 +4778,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -4682,7 +4803,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -4721,15 +4842,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -4746,7 +4867,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -4785,15 +4906,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -4810,7 +4931,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -4849,15 +4970,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -4874,7 +4995,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -4913,15 +5034,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -4938,7 +5059,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -4977,15 +5098,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -5002,7 +5123,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -5041,15 +5162,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -5066,7 +5187,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -5105,15 +5226,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -5130,7 +5251,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -5169,15 +5290,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -5194,7 +5315,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -5233,15 +5354,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -5258,7 +5379,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -5297,15 +5418,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -5322,7 +5443,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -5361,15 +5482,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -5386,7 +5507,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -5425,15 +5546,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -5450,7 +5571,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -5489,15 +5610,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -5514,7 +5635,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -5553,15 +5674,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -5578,7 +5699,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -5617,15 +5738,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -5642,7 +5763,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -5681,15 +5802,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -5706,7 +5827,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -5745,15 +5866,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -5770,7 +5891,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -5809,15 +5930,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -5834,7 +5955,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -5873,15 +5994,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -5898,7 +6019,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -5937,15 +6058,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -5962,7 +6083,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -6001,15 +6122,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -6026,7 +6147,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -6065,15 +6186,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -6090,7 +6211,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -6129,15 +6250,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -6154,7 +6275,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -6193,15 +6314,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -6218,7 +6339,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -6257,15 +6378,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -6282,7 +6403,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -6321,15 +6442,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -6346,7 +6467,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -6385,15 +6506,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -6410,7 +6531,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -6449,15 +6570,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -6474,7 +6595,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -6513,15 +6634,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -6538,7 +6659,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -6577,15 +6698,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -6602,7 +6723,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -6641,15 +6762,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -6666,7 +6787,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -6705,15 +6826,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -6730,7 +6851,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -6769,15 +6890,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -6794,7 +6915,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -6833,15 +6954,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -6858,7 +6979,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -6897,15 +7018,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -6922,7 +7043,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -6961,15 +7082,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -6986,7 +7107,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -7025,15 +7146,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -7050,7 +7171,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -7089,15 +7210,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -7114,7 +7235,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -7153,15 +7274,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -7178,7 +7299,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -7217,15 +7338,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -7242,7 +7363,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -7281,15 +7402,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -7306,7 +7427,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -7345,15 +7466,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -7370,7 +7491,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -7409,15 +7530,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -7434,7 +7555,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -7473,15 +7594,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -7498,7 +7619,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -7537,15 +7658,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -7562,7 +7683,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -7601,15 +7722,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -7626,7 +7747,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -7665,15 +7786,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -7690,7 +7811,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -7729,15 +7850,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -7754,7 +7875,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -7793,15 +7914,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -7818,7 +7939,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -7857,15 +7978,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -7882,7 +8003,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -7921,15 +8042,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -7946,7 +8067,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -7985,15 +8106,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -8010,7 +8131,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -8049,15 +8170,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -8074,7 +8195,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -8113,15 +8234,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -8138,7 +8259,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -8177,15 +8298,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -8202,7 +8323,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -8241,15 +8362,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -8266,7 +8387,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -8305,15 +8426,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "notification", "secondary_entity": + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -8330,7 +8451,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "467" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -8369,15 +8490,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2022-10-10T18:12:52"},"entity.id":10049,"entity.type":"database","id":{"+gte":373166612}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373166612, "created": "2018-01-02T03:04:05", "seen": false, - "read": false, "percent_complete": 100, "time_remaining": null, "rate": null, - "duration": 1928, "action": "database_create", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def", "id": 10049, "type": "database", "url": - "/v4/databases/postgresql/instances/10049"}, "status": "finished", "secondary_entity": + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, + "read": false, "percent_complete": null, "time_remaining": null, "rate": null, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -8394,7 +8515,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "462" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -8432,18 +8553,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances + X-Filter: + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' + url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 10049, "label": "go-postgres-testing-def", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "active", - "encrypted": false, "allow_list": ["203.0.113.1", "192.0.1.0/24"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "weekly", "duration": 3, "hour_of_day": 1, "day_of_week": - 6, "week_of_month": null}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}], - "page": 1, "pages": 1, "results": 1}' + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, + "read": false, "percent_complete": null, "time_remaining": null, "rate": null, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": + null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: - "true" @@ -8459,7 +8579,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "724" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -8472,7 +8592,7 @@ interactions: - Authorization, X-Filter - Authorization, X-Filter X-Accepted-Oauth-Scopes: - - databases:read_only + - events:read_only X-Content-Type-Options: - nosniff X-Frame-Options: @@ -8497,17 +8617,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + X-Filter: + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' + url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "active", - "encrypted": false, "allow_list": ["203.0.113.1", "192.0.1.0/24"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "weekly", "duration": 3, "hour_of_day": 1, "day_of_week": - 6, "week_of_month": null}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, + "read": false, "percent_complete": null, "time_remaining": null, "rate": null, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": + null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: - "true" @@ -8523,7 +8643,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "675" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -8536,7 +8656,7 @@ interactions: - Authorization, X-Filter - Authorization, X-Filter X-Accepted-Oauth-Scopes: - - databases:read_only + - events:read_only X-Content-Type-Options: - nosniff X-Frame-Options: @@ -8552,7 +8672,7 @@ interactions: code: 200 duration: "" - request: - body: '{"label":"go-postgres-testing-def-updated","allow_list":["128.173.205.21","123.177.200.20"],"updates":{"day_of_week":4,"duration":1,"frequency":"monthly","hour_of_day":8,"week_of_month":3}}' + body: "" form: {} headers: Accept: @@ -8561,17 +8681,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 - method: PUT + X-Filter: + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' + url: https://api.linode.com/v4beta/account/events?page=1 + method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", - "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, + "read": false, "percent_complete": null, "time_remaining": null, "rate": null, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": + null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: - "true" @@ -8584,9 +8704,10 @@ interactions: Access-Control-Expose-Headers: - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status Cache-Control: + - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -8597,8 +8718,9 @@ interactions: - max-age=31536000 Vary: - Authorization, X-Filter + - Authorization, X-Filter X-Accepted-Oauth-Scopes: - - databases:read_write + - events:read_only X-Content-Type-Options: - nosniff X-Frame-Options: @@ -8624,17 +8746,16 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_update","created":{"+gte":"2018-01-02T03:04:05"},"entity.id":10049,"entity.type":"database"}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373179009, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_update", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def-updated", "id": 10049, "type": "database", - "url": "/v4/databases/postgresql/instances/10049"}, "status": "notification", - "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": - 1}' + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": + null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: - "true" @@ -8650,7 +8771,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "475" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -8689,17 +8810,16 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_update","created":{"+gte":"2018-01-02T03:04:05"},"entity.id":10049,"entity.type":"database","id":{"+gte":373179009}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373179009, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_update", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def-updated", "id": 10049, "type": "database", - "url": "/v4/databases/postgresql/instances/10049"}, "status": "notification", - "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": - 1}' + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": + null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: - "true" @@ -8715,7 +8835,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "475" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -8754,17 +8874,16 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_update","created":{"+gte":"2018-01-02T03:04:05"},"entity.id":10049,"entity.type":"database","id":{"+gte":373179009}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373179009, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_update", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def-updated", "id": 10049, "type": "database", - "url": "/v4/databases/postgresql/instances/10049"}, "status": "notification", - "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": - 1}' + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": + null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: - "true" @@ -8780,7 +8899,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "475" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -8819,17 +8938,16 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_update","created":{"+gte":"2018-01-02T03:04:05"},"entity.id":10049,"entity.type":"database","id":{"+gte":373179009}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373179009, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_update", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def-updated", "id": 10049, "type": "database", - "url": "/v4/databases/postgresql/instances/10049"}, "status": "notification", - "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": - 1}' + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": + null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: - "true" @@ -8845,7 +8963,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "475" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -8884,17 +9002,16 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_update","created":{"+gte":"2018-01-02T03:04:05"},"entity.id":10049,"entity.type":"database","id":{"+gte":373179009}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373179009, "created": "2018-01-02T03:04:05", "seen": false, + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, "read": false, "percent_complete": null, "time_remaining": null, "rate": null, - "duration": null, "action": "database_update", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def-updated", "id": 10049, "type": "database", - "url": "/v4/databases/postgresql/instances/10049"}, "status": "notification", - "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": - 1}' + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": + null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: - "true" @@ -8910,7 +9027,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "475" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -8949,15 +9066,15 @@ interactions: User-Agent: - linodego/dev https://github.com/linode/linodego X-Filter: - - '{"+order":"desc","+order_by":"created","action":"database_update","created":{"+gte":"2018-01-02T03:04:05"},"entity.id":10049,"entity.type":"database","id":{"+gte":373179009}}' + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"data": [{"id": 373179009, "created": "2018-01-02T03:04:05", "seen": false, - "read": false, "percent_complete": 100, "time_remaining": null, "rate": null, - "duration": 79, "action": "database_update", "username": "lgarber-dev", "entity": - {"label": "go-postgres-testing-def-updated", "id": 10049, "type": "database", - "url": "/v4/databases/postgresql/instances/10049"}, "status": "finished", "secondary_entity": + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, + "read": false, "percent_complete": null, "time_remaining": null, "rate": null, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -8974,7 +9091,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "468" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -9012,17 +9129,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + X-Filter: + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' + url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "active", - "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, + "read": false, "percent_complete": null, "time_remaining": null, "rate": null, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": + null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: - "true" @@ -9038,7 +9155,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "686" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -9051,7 +9168,7 @@ interactions: - Authorization, X-Filter - Authorization, X-Filter X-Accepted-Oauth-Scopes: - - databases:read_only + - events:read_only X-Content-Type-Options: - nosniff X-Frame-Options: @@ -9076,10 +9193,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049/ssl + X-Filter: + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' + url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"ca_certificate": null}' + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, + "read": false, "percent_complete": null, "time_remaining": null, "rate": null, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": + null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: - "true" @@ -9095,7 +9219,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "24" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -9108,7 +9232,7 @@ interactions: - Authorization, X-Filter - Authorization, X-Filter X-Accepted-Oauth-Scopes: - - databases:read_only + - events:read_only X-Content-Type-Options: - nosniff X-Frame-Options: @@ -9133,10 +9257,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049/credentials + X-Filter: + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' + url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"username": "linpostgres", "password": "JO-Qshdizayf3WFI"}' + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, + "read": false, "percent_complete": null, "time_remaining": null, "rate": null, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": + null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: - "true" @@ -9152,7 +9283,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "59" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -9165,7 +9296,7 @@ interactions: - Authorization, X-Filter - Authorization, X-Filter X-Accepted-Oauth-Scopes: - - databases:read_only + - events:read_only X-Content-Type-Options: - nosniff X-Frame-Options: @@ -9190,10 +9321,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049/credentials/reset - method: POST + X-Filter: + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' + url: https://api.linode.com/v4beta/account/events?page=1 + method: GET response: - body: '{}' + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, + "read": false, "percent_complete": null, "time_remaining": null, "rate": null, + "duration": null, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "notification", "secondary_entity": + null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: - "true" @@ -9206,9 +9344,10 @@ interactions: Access-Control-Expose-Headers: - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status Cache-Control: + - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "2" + - "464" Content-Security-Policy: - default-src 'none' Content-Type: @@ -9219,8 +9358,9 @@ interactions: - max-age=31536000 Vary: - Authorization, X-Filter + - Authorization, X-Filter X-Accepted-Oauth-Scopes: - - databases:read_write + - events:read_only X-Content-Type-Options: - nosniff X-Frame-Options: @@ -9245,10 +9385,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049/credentials + X-Filter: + - '{"+order":"desc","+order_by":"created","action":"database_create","created":{"+gte":"2023-09-04T04:34:22"},"entity.id":28228,"entity.type":"database","id":{"+gte":555065068}}' + url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"username": "linpostgres", "password": "FkOb_9ZpGtskuKPx"}' + body: '{"data": [{"id": 555065068, "created": "2018-01-02T03:04:05", "seen": false, + "read": false, "percent_complete": 100, "time_remaining": null, "rate": null, + "duration": 2139, "action": "database_create", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def", "id": 28228, "type": "database", "url": + "/v4/databases/postgresql/instances/28228"}, "status": "finished", "secondary_entity": + null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: - "true" @@ -9264,7 +9411,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "59" + - "459" Content-Security-Policy: - default-src 'none' Content-Type: @@ -9277,7 +9424,7 @@ interactions: - Authorization, X-Filter - Authorization, X-Filter X-Accepted-Oauth-Scopes: - - databases:read_only + - events:read_only X-Content-Type-Options: - nosniff X-Frame-Options: @@ -9302,10 +9449,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049/patch - method: POST + url: https://api.linode.com/v4beta/databases/postgresql/instances + method: GET response: - body: '{}' + body: '{"data": [{"id": 28228, "label": "go-postgres-testing-def", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "active", + "encrypted": false, "allow_list": ["203.0.113.1", "192.0.1.0/24"], "cluster_size": + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "weekly", "duration": 3, "hour_of_day": + 6, "day_of_week": 6, "week_of_month": null}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: - "true" @@ -9318,9 +9473,10 @@ interactions: Access-Control-Expose-Headers: - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status Cache-Control: + - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "2" + - "725" Content-Security-Policy: - default-src 'none' Content-Type: @@ -9331,8 +9487,9 @@ interactions: - max-age=31536000 Vary: - Authorization, X-Filter + - Authorization, X-Filter X-Accepted-Oauth-Scopes: - - databases:read_write + - databases:read_only X-Content-Type-Options: - nosniff X-Frame-Options: @@ -9357,17 +9514,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", - "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + body: '{"id": 28228, "label": "go-postgres-testing-def", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "active", + "encrypted": false, "allow_list": ["203.0.113.1", "192.0.1.0/24"], "cluster_size": + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "weekly", "duration": 3, "hour_of_day": + 6, "day_of_week": 6, "week_of_month": null}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -9383,7 +9541,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "676" Content-Security-Policy: - default-src 'none' Content-Type: @@ -9412,7 +9570,7 @@ interactions: code: 200 duration: "" - request: - body: "" + body: '{"label":"go-postgres-testing-def-updated","allow_list":["128.173.205.21","123.177.200.20"],"updates":{"day_of_week":3,"duration":1,"frequency":"monthly","hour_of_day":8,"week_of_month":3}}' form: {} headers: Accept: @@ -9421,17 +9579,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 - method: GET + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 + method: PUT response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -9444,10 +9603,9 @@ interactions: Access-Control-Expose-Headers: - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -9458,9 +9616,8 @@ interactions: - max-age=31536000 Vary: - Authorization, X-Filter - - Authorization, X-Filter X-Accepted-Oauth-Scopes: - - databases:read_only + - databases:read_write X-Content-Type-Options: - nosniff X-Frame-Options: @@ -9485,17 +9642,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + X-Filter: + - '{"+order":"desc","+order_by":"created","action":"database_update","created":{"+gte":"2018-01-02T03:04:05"},"entity.id":28228,"entity.type":"database"}' + url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", - "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + body: '{"data": [{"id": 555074468, "created": "2018-01-02T03:04:05", "seen": false, + "read": false, "percent_complete": null, "time_remaining": null, "rate": null, + "duration": null, "action": "database_update", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def-updated", "id": 28228, "type": "database", + "url": "/v4/databases/postgresql/instances/28228"}, "status": "notification", + "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": + 1}' headers: Access-Control-Allow-Credentials: - "true" @@ -9511,7 +9669,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "472" Content-Security-Policy: - default-src 'none' Content-Type: @@ -9524,7 +9682,7 @@ interactions: - Authorization, X-Filter - Authorization, X-Filter X-Accepted-Oauth-Scopes: - - databases:read_only + - events:read_only X-Content-Type-Options: - nosniff X-Frame-Options: @@ -9549,17 +9707,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + X-Filter: + - '{"+order":"desc","+order_by":"created","action":"database_update","created":{"+gte":"2018-01-02T03:04:05"},"entity.id":28228,"entity.type":"database","id":{"+gte":555074468}}' + url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", - "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + body: '{"data": [{"id": 555074468, "created": "2018-01-02T03:04:05", "seen": false, + "read": false, "percent_complete": null, "time_remaining": null, "rate": null, + "duration": null, "action": "database_update", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def-updated", "id": 28228, "type": "database", + "url": "/v4/databases/postgresql/instances/28228"}, "status": "notification", + "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": + 1}' headers: Access-Control-Allow-Credentials: - "true" @@ -9575,7 +9734,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "472" Content-Security-Policy: - default-src 'none' Content-Type: @@ -9588,7 +9747,7 @@ interactions: - Authorization, X-Filter - Authorization, X-Filter X-Accepted-Oauth-Scopes: - - databases:read_only + - events:read_only X-Content-Type-Options: - nosniff X-Frame-Options: @@ -9613,17 +9772,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + X-Filter: + - '{"+order":"desc","+order_by":"created","action":"database_update","created":{"+gte":"2018-01-02T03:04:05"},"entity.id":28228,"entity.type":"database","id":{"+gte":555074468}}' + url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", - "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + body: '{"data": [{"id": 555074468, "created": "2018-01-02T03:04:05", "seen": false, + "read": false, "percent_complete": null, "time_remaining": null, "rate": null, + "duration": null, "action": "database_update", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def-updated", "id": 28228, "type": "database", + "url": "/v4/databases/postgresql/instances/28228"}, "status": "notification", + "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": + 1}' headers: Access-Control-Allow-Credentials: - "true" @@ -9639,7 +9799,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "472" Content-Security-Policy: - default-src 'none' Content-Type: @@ -9652,7 +9812,7 @@ interactions: - Authorization, X-Filter - Authorization, X-Filter X-Accepted-Oauth-Scopes: - - databases:read_only + - events:read_only X-Content-Type-Options: - nosniff X-Frame-Options: @@ -9677,17 +9837,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + X-Filter: + - '{"+order":"desc","+order_by":"created","action":"database_update","created":{"+gte":"2018-01-02T03:04:05"},"entity.id":28228,"entity.type":"database","id":{"+gte":555074468}}' + url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", - "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + body: '{"data": [{"id": 555074468, "created": "2018-01-02T03:04:05", "seen": false, + "read": false, "percent_complete": null, "time_remaining": null, "rate": null, + "duration": null, "action": "database_update", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def-updated", "id": 28228, "type": "database", + "url": "/v4/databases/postgresql/instances/28228"}, "status": "notification", + "secondary_entity": null, "message": ""}], "page": 1, "pages": 1, "results": + 1}' headers: Access-Control-Allow-Credentials: - "true" @@ -9703,7 +9864,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "472" Content-Security-Policy: - default-src 'none' Content-Type: @@ -9716,7 +9877,7 @@ interactions: - Authorization, X-Filter - Authorization, X-Filter X-Accepted-Oauth-Scopes: - - databases:read_only + - events:read_only X-Content-Type-Options: - nosniff X-Frame-Options: @@ -9741,17 +9902,17 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + X-Filter: + - '{"+order":"desc","+order_by":"created","action":"database_update","created":{"+gte":"2018-01-02T03:04:05"},"entity.id":28228,"entity.type":"database","id":{"+gte":555074468}}' + url: https://api.linode.com/v4beta/account/events?page=1 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", - "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + body: '{"data": [{"id": 555074468, "created": "2018-01-02T03:04:05", "seen": false, + "read": false, "percent_complete": 100, "time_remaining": null, "rate": null, + "duration": 73, "action": "database_update", "username": "zliang27", "entity": + {"label": "go-postgres-testing-def-updated", "id": 28228, "type": "database", + "url": "/v4/databases/postgresql/instances/28228"}, "status": "finished", "secondary_entity": + null, "message": ""}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: - "true" @@ -9767,7 +9928,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "465" Content-Security-Policy: - default-src 'none' Content-Type: @@ -9780,7 +9941,7 @@ interactions: - Authorization, X-Filter - Authorization, X-Filter X-Accepted-Oauth-Scopes: - - databases:read_only + - events:read_only X-Content-Type-Options: - nosniff X-Frame-Options: @@ -9805,17 +9966,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "active", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -9831,7 +9993,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "687" Content-Security-Policy: - default-src 'none' Content-Type: @@ -9869,17 +10031,10 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228/ssl method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", - "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + body: '{"ca_certificate": null}' headers: Access-Control-Allow-Credentials: - "true" @@ -9895,7 +10050,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "24" Content-Security-Policy: - default-src 'none' Content-Type: @@ -9933,17 +10088,10 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228/credentials method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", - "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + body: '{"username": "linpostgres", "password": "GcT0JHqj$X7fOvZ3"}' headers: Access-Control-Allow-Credentials: - "true" @@ -9959,7 +10107,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "59" Content-Security-Policy: - default-src 'none' Content-Type: @@ -9997,17 +10145,10 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 - method: GET + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228/credentials/reset + method: POST response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", - "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + body: '{}' headers: Access-Control-Allow-Credentials: - "true" @@ -10020,10 +10161,9 @@ interactions: Access-Control-Expose-Headers: - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "2" Content-Security-Policy: - default-src 'none' Content-Type: @@ -10034,9 +10174,8 @@ interactions: - max-age=31536000 Vary: - Authorization, X-Filter - - Authorization, X-Filter X-Accepted-Oauth-Scopes: - - databases:read_only + - databases:read_write X-Content-Type-Options: - nosniff X-Frame-Options: @@ -10061,17 +10200,10 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228/credentials method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", - "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + body: '{"username": "linpostgres", "password": "1Wr5Hyv0etHT0y-X"}' headers: Access-Control-Allow-Credentials: - "true" @@ -10087,7 +10219,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "59" Content-Security-Policy: - default-src 'none' Content-Type: @@ -10125,17 +10257,10 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 - method: GET + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228/patch + method: POST response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", - "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + body: '{}' headers: Access-Control-Allow-Credentials: - "true" @@ -10148,10 +10273,9 @@ interactions: Access-Control-Expose-Headers: - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "2" Content-Security-Policy: - default-src 'none' Content-Type: @@ -10162,9 +10286,8 @@ interactions: - max-age=31536000 Vary: - Authorization, X-Filter - - Authorization, X-Filter X-Accepted-Oauth-Scopes: - - databases:read_only + - databases:read_write X-Content-Type-Options: - nosniff X-Frame-Options: @@ -10189,17 +10312,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -10215,7 +10339,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -10253,17 +10377,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -10279,7 +10404,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -10317,17 +10442,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -10343,7 +10469,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -10381,17 +10507,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -10407,7 +10534,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -10445,17 +10572,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -10471,7 +10599,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -10509,17 +10637,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -10535,7 +10664,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -10573,17 +10702,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -10599,7 +10729,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -10637,17 +10767,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -10663,7 +10794,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -10701,17 +10832,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -10727,7 +10859,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -10765,17 +10897,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -10791,7 +10924,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -10829,17 +10962,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -10855,7 +10989,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -10893,17 +11027,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -10919,7 +11054,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -10957,17 +11092,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -10983,7 +11119,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -11021,17 +11157,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -11047,7 +11184,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -11085,17 +11222,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -11111,7 +11249,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -11149,17 +11287,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -11175,7 +11314,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -11213,17 +11352,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -11239,7 +11379,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -11277,17 +11417,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -11303,7 +11444,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -11341,17 +11482,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -11367,7 +11509,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -11405,17 +11547,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -11431,7 +11574,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -11469,17 +11612,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -11495,7 +11639,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -11533,17 +11677,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -11559,7 +11704,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -11597,17 +11742,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -11623,7 +11769,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -11661,17 +11807,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -11687,7 +11834,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -11725,17 +11872,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -11751,7 +11899,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -11789,17 +11937,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -11815,7 +11964,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -11853,17 +12002,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -11879,7 +12029,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -11917,17 +12067,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -11943,7 +12094,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -11981,17 +12132,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -12007,7 +12159,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -12045,17 +12197,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -12071,7 +12224,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -12109,17 +12262,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -12135,7 +12289,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -12173,17 +12327,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -12199,7 +12354,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -12237,17 +12392,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -12263,7 +12419,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -12301,17 +12457,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -12327,7 +12484,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -12365,17 +12522,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -12391,7 +12549,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -12429,17 +12587,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -12455,7 +12614,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -12493,17 +12652,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -12519,7 +12679,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -12557,17 +12717,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -12583,7 +12744,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -12621,17 +12782,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -12647,7 +12809,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -12685,17 +12847,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -12711,7 +12874,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -12749,17 +12912,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -12775,7 +12939,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -12813,17 +12977,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -12839,7 +13004,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -12877,17 +13042,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -12903,7 +13069,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -12941,17 +13107,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -12967,7 +13134,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -13005,17 +13172,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -13031,7 +13199,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -13069,17 +13237,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -13095,7 +13264,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -13133,17 +13302,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -13159,7 +13329,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -13197,17 +13367,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -13223,7 +13394,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -13261,17 +13432,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -13287,7 +13459,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -13325,17 +13497,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -13351,7 +13524,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -13389,17 +13562,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -13415,7 +13589,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -13453,17 +13627,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -13479,7 +13654,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -13517,17 +13692,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -13543,7 +13719,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -13581,17 +13757,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -13607,7 +13784,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -13645,17 +13822,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -13671,7 +13849,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -13709,17 +13887,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -13735,7 +13914,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -13773,17 +13952,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -13799,7 +13979,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -13837,17 +14017,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -13863,7 +14044,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -13901,17 +14082,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -13927,7 +14109,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -13965,17 +14147,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -13991,7 +14174,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -14029,17 +14212,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -14055,7 +14239,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -14093,17 +14277,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -14119,7 +14304,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -14157,17 +14342,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -14183,7 +14369,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -14221,17 +14407,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -14247,7 +14434,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -14285,17 +14472,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -14311,7 +14499,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -14349,17 +14537,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -14375,7 +14564,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -14413,17 +14602,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -14439,7 +14629,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -14477,17 +14667,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -14503,7 +14694,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -14541,17 +14732,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -14567,7 +14759,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -14605,17 +14797,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -14631,7 +14824,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -14669,17 +14862,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -14695,7 +14889,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -14733,17 +14927,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -14759,7 +14954,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -14797,17 +14992,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -14823,7 +15019,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -14861,17 +15057,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -14887,7 +15084,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -14925,17 +15122,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -14951,7 +15149,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -14989,17 +15187,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -15015,7 +15214,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -15053,17 +15252,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -15079,7 +15279,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -15117,17 +15317,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -15143,7 +15344,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -15181,17 +15382,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -15207,7 +15409,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -15245,17 +15447,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -15271,7 +15474,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -15309,17 +15512,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -15335,7 +15539,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -15373,17 +15577,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -15399,7 +15604,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -15437,17 +15642,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -15463,7 +15669,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -15501,17 +15707,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -15527,7 +15734,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -15565,17 +15772,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -15591,7 +15799,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -15629,17 +15837,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -15655,7 +15864,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -15693,17 +15902,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -15719,7 +15929,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -15757,17 +15967,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -15783,7 +15994,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -15821,17 +16032,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -15847,7 +16059,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -15885,17 +16097,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -15911,7 +16124,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -15949,17 +16162,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -15975,7 +16189,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -16013,17 +16227,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -16039,7 +16254,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -16077,17 +16292,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -16103,7 +16319,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -16141,17 +16357,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -16167,7 +16384,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -16205,17 +16422,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -16231,7 +16449,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -16269,17 +16487,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -16295,7 +16514,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -16333,17 +16552,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -16359,7 +16579,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -16397,17 +16617,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -16423,7 +16644,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -16461,17 +16682,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -16487,7 +16709,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -16525,17 +16747,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -16551,7 +16774,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -16589,17 +16812,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -16615,7 +16839,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -16653,17 +16877,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -16679,7 +16904,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -16717,17 +16942,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -16743,7 +16969,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -16781,17 +17007,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -16807,7 +17034,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -16845,17 +17072,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -16871,7 +17099,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -16909,17 +17137,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -16935,7 +17164,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -16973,17 +17202,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -16999,7 +17229,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -17037,17 +17267,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -17063,7 +17294,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -17101,17 +17332,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -17127,7 +17359,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -17165,17 +17397,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -17191,7 +17424,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -17229,17 +17462,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -17255,7 +17489,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -17293,17 +17527,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -17319,7 +17554,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -17357,17 +17592,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -17383,7 +17619,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -17421,17 +17657,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -17447,7 +17684,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -17485,17 +17722,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -17511,7 +17749,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -17549,17 +17787,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -17575,7 +17814,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -17613,17 +17852,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -17639,7 +17879,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -17677,17 +17917,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -17703,7 +17944,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -17741,17 +17982,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -17767,7 +18009,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -17805,17 +18047,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -17831,7 +18074,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -17869,17 +18112,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -17895,7 +18139,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -17933,17 +18177,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -17959,7 +18204,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -17997,17 +18242,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -18023,7 +18269,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -18061,17 +18307,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -18087,7 +18334,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -18125,17 +18372,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -18151,7 +18399,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -18189,17 +18437,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -18215,7 +18464,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -18253,17 +18502,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -18279,7 +18529,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -18317,17 +18567,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -18343,7 +18594,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -18381,17 +18632,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -18407,7 +18659,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -18445,17 +18697,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -18471,7 +18724,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -18509,17 +18762,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "updating", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -18535,7 +18789,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "689" Content-Security-Policy: - default-src 'none' Content-Type: @@ -18573,17 +18827,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "active", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -18599,7 +18854,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "687" Content-Security-Policy: - default-src 'none' Content-Type: @@ -18628,7 +18883,7 @@ interactions: code: 200 duration: "" - request: - body: "" + body: '{"label":"postgresbackupforlinodego","target":"primary"}' form: {} headers: Accept: @@ -18637,17 +18892,10 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 - method: GET + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228/backups + method: POST response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", - "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + body: '{}' headers: Access-Control-Allow-Credentials: - "true" @@ -18660,10 +18908,9 @@ interactions: Access-Control-Expose-Headers: - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "2" Content-Security-Policy: - default-src 'none' Content-Type: @@ -18674,9 +18921,8 @@ interactions: - max-age=31536000 Vary: - Authorization, X-Filter - - Authorization, X-Filter X-Accepted-Oauth-Scopes: - - databases:read_only + - databases:read_write X-Content-Type-Options: - nosniff X-Frame-Options: @@ -18701,17 +18947,10 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228/backups method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", - "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + body: '{"data": [], "page": 1, "pages": 1, "results": 0}' headers: Access-Control-Allow-Credentials: - "true" @@ -18727,7 +18966,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "49" Content-Security-Policy: - default-src 'none' Content-Type: @@ -18740,7 +18979,7 @@ interactions: - Authorization, X-Filter - Authorization, X-Filter X-Accepted-Oauth-Scopes: - - databases:read_only + - databases:read_write X-Content-Type-Options: - nosniff X-Frame-Options: @@ -18765,17 +19004,10 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228/backups method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", - "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + body: '{"data": [], "page": 1, "pages": 1, "results": 0}' headers: Access-Control-Allow-Credentials: - "true" @@ -18791,7 +19023,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "49" Content-Security-Policy: - default-src 'none' Content-Type: @@ -18804,7 +19036,7 @@ interactions: - Authorization, X-Filter - Authorization, X-Filter X-Accepted-Oauth-Scopes: - - databases:read_only + - databases:read_write X-Content-Type-Options: - nosniff X-Frame-Options: @@ -18829,17 +19061,10 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228/backups method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", - "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + body: '{"data": [], "page": 1, "pages": 1, "results": 0}' headers: Access-Control-Allow-Credentials: - "true" @@ -18855,7 +19080,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "49" Content-Security-Policy: - default-src 'none' Content-Type: @@ -18868,7 +19093,7 @@ interactions: - Authorization, X-Filter - Authorization, X-Filter X-Accepted-Oauth-Scopes: - - databases:read_only + - databases:read_write X-Content-Type-Options: - nosniff X-Frame-Options: @@ -18893,17 +19118,10 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228/backups method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "updating", - "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + body: '{"data": [], "page": 1, "pages": 1, "results": 0}' headers: Access-Control-Allow-Credentials: - "true" @@ -18919,7 +19137,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "688" + - "49" Content-Security-Policy: - default-src 'none' Content-Type: @@ -18932,7 +19150,7 @@ interactions: - Authorization, X-Filter - Authorization, X-Filter X-Accepted-Oauth-Scopes: - - databases:read_only + - databases:read_write X-Content-Type-Options: - nosniff X-Frame-Options: @@ -18957,17 +19175,10 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228/backups method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "active", - "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + body: '{"data": [], "page": 1, "pages": 1, "results": 0}' headers: Access-Control-Allow-Credentials: - "true" @@ -18983,7 +19194,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "686" + - "49" Content-Security-Policy: - default-src 'none' Content-Type: @@ -18996,7 +19207,7 @@ interactions: - Authorization, X-Filter - Authorization, X-Filter X-Accepted-Oauth-Scopes: - - databases:read_only + - databases:read_write X-Content-Type-Options: - nosniff X-Frame-Options: @@ -19012,7 +19223,7 @@ interactions: code: 200 duration: "" - request: - body: '{"label":"postgresbackupforlinodego","target":"primary"}' + body: "" form: {} headers: Accept: @@ -19021,10 +19232,10 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049/backups - method: POST + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228/backups + method: GET response: - body: '{}' + body: '{"data": [], "page": 1, "pages": 1, "results": 0}' headers: Access-Control-Allow-Credentials: - "true" @@ -19037,9 +19248,10 @@ interactions: Access-Control-Expose-Headers: - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status Cache-Control: + - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "2" + - "49" Content-Security-Policy: - default-src 'none' Content-Type: @@ -19050,6 +19262,7 @@ interactions: - max-age=31536000 Vary: - Authorization, X-Filter + - Authorization, X-Filter X-Accepted-Oauth-Scopes: - databases:read_write X-Content-Type-Options: @@ -19076,7 +19289,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049/backups + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228/backups method: GET response: body: '{"data": [], "page": 1, "pages": 1, "results": 0}' @@ -19133,7 +19346,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049/backups + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228/backups method: GET response: body: '{"data": [], "page": 1, "pages": 1, "results": 0}' @@ -19190,10 +19403,11 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049/backups + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228/backups method: GET response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' + body: '{"data": [{"id": 805540, "type": "snapshot", "label": "postgresbackupforlinodego", + "created": "2018-01-02T03:04:05"}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: - "true" @@ -19209,7 +19423,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "49" + - "155" Content-Security-Policy: - default-src 'none' Content-Type: @@ -19247,10 +19461,11 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049/backups + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228/backups/805540 method: GET response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' + body: '{"id": 805540, "type": "snapshot", "label": "postgresbackupforlinodego", + "created": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -19266,7 +19481,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "49" + - "106" Content-Security-Policy: - default-src 'none' Content-Type: @@ -19304,10 +19519,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049/backups + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "backing_up", + "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -19323,7 +19546,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "49" + - "691" Content-Security-Policy: - default-src 'none' Content-Type: @@ -19336,7 +19559,7 @@ interactions: - Authorization, X-Filter - Authorization, X-Filter X-Accepted-Oauth-Scopes: - - databases:read_write + - databases:read_only X-Content-Type-Options: - nosniff X-Frame-Options: @@ -19361,10 +19584,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049/backups + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "backing_up", + "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -19380,7 +19611,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "49" + - "691" Content-Security-Policy: - default-src 'none' Content-Type: @@ -19393,7 +19624,7 @@ interactions: - Authorization, X-Filter - Authorization, X-Filter X-Accepted-Oauth-Scopes: - - databases:read_write + - databases:read_only X-Content-Type-Options: - nosniff X-Frame-Options: @@ -19418,10 +19649,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049/backups + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "backing_up", + "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -19437,7 +19676,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "49" + - "691" Content-Security-Policy: - default-src 'none' Content-Type: @@ -19450,1491 +19689,7 @@ interactions: - Authorization, X-Filter - Authorization, X-Filter X-Accepted-Oauth-Scopes: - - databases:read_write - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049/backups - method: GET - response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "49" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - databases:read_write - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049/backups - method: GET - response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "49" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - databases:read_write - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049/backups - method: GET - response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "49" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - databases:read_write - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049/backups - method: GET - response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "49" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - databases:read_write - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049/backups - method: GET - response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "49" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - databases:read_write - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049/backups - method: GET - response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "49" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - databases:read_write - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049/backups - method: GET - response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "49" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - databases:read_write - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049/backups - method: GET - response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "49" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - databases:read_write - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049/backups - method: GET - response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "49" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - databases:read_write - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049/backups - method: GET - response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "49" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - databases:read_write - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049/backups - method: GET - response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "49" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - databases:read_write - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049/backups - method: GET - response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "49" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - databases:read_write - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049/backups - method: GET - response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "49" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - databases:read_write - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049/backups - method: GET - response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "49" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - databases:read_write - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049/backups - method: GET - response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "49" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - databases:read_write - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049/backups - method: GET - response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "49" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - databases:read_write - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049/backups - method: GET - response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "49" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - databases:read_write - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049/backups - method: GET - response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "49" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - databases:read_write - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049/backups - method: GET - response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "49" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - databases:read_write - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049/backups - method: GET - response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "49" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - databases:read_write - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049/backups - method: GET - response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "49" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - databases:read_write - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049/backups - method: GET - response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "49" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - databases:read_write - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049/backups - method: GET - response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "49" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - databases:read_write - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049/backups - method: GET - response: - body: '{"data": [], "page": 1, "pages": 1, "results": 0}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "49" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - databases:read_write - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049/backups - method: GET - response: - body: '{"data": [{"id": 171060, "type": "snapshot", "label": "postgresbackupforlinodego", - "created": "2018-01-02T03:04:05"}], "page": 1, "pages": 1, "results": 1}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "155" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - databases:read_write - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - - DENY - X-Oauth-Scopes: - - '*' - X-Ratelimit-Limit: - - "800" - X-Xss-Protection: - - 1; mode=block - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049/backups/171060 - method: GET - response: - body: '{"id": 171060, "type": "snapshot", "label": "postgresbackupforlinodego", - "created": "2018-01-02T03:04:05"}' - headers: - Access-Control-Allow-Credentials: - - "true" - Access-Control-Allow-Headers: - - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter - Access-Control-Allow-Methods: - - HEAD, GET, OPTIONS, POST, PUT, DELETE - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status - Cache-Control: - - private, max-age=0, s-maxage=0, no-cache, no-store - - private, max-age=60, s-maxage=60 - Content-Length: - - "106" - Content-Security-Policy: - - default-src 'none' - Content-Type: - - application/json - Server: - - nginx - Strict-Transport-Security: - - max-age=31536000 - Vary: - - Authorization, X-Filter - - Authorization, X-Filter - X-Accepted-Oauth-Scopes: - - databases:read_write + - databases:read_only X-Content-Type-Options: - nosniff X-Frame-Options: @@ -20959,17 +19714,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "backing_up", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "backing_up", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -20985,7 +19741,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "690" + - "691" Content-Security-Policy: - default-src 'none' Content-Type: @@ -21023,17 +19779,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "backing_up", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "backing_up", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -21049,7 +19806,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "690" + - "691" Content-Security-Policy: - default-src 'none' Content-Type: @@ -21087,17 +19844,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "backing_up", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "backing_up", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -21113,7 +19871,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "690" + - "691" Content-Security-Policy: - default-src 'none' Content-Type: @@ -21151,17 +19909,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "backing_up", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "backing_up", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -21177,7 +19936,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "690" + - "691" Content-Security-Policy: - default-src 'none' Content-Type: @@ -21215,17 +19974,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "backing_up", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "backing_up", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -21241,7 +20001,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "690" + - "691" Content-Security-Policy: - default-src 'none' Content-Type: @@ -21279,17 +20039,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "backing_up", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "backing_up", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -21305,7 +20066,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "690" + - "691" Content-Security-Policy: - default-src 'none' Content-Type: @@ -21343,17 +20104,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "backing_up", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "backing_up", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -21369,7 +20131,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "690" + - "691" Content-Security-Policy: - default-src 'none' Content-Type: @@ -21407,17 +20169,18 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: GET response: - body: '{"id": 10049, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", - "engine": "postgresql", "version": "10.14", "region": "ap-west", "status": "active", + body: '{"id": 28228, "label": "go-postgres-testing-def-updated", "type": "g6-nanode-1", + "engine": "postgresql", "version": "14.6", "region": "ap-west", "status": "active", "encrypted": false, "allow_list": ["128.173.205.21", "123.177.200.20"], "cluster_size": - 3, "hosts": {"primary": "lin-10049-2413-pgsql-primary.servers.linodedb.net", - "secondary": "lin-10049-2413-pgsql-primary-private.servers.linodedb.net"}, "ssl_connection": - false, "replication_type": "asynch", "replication_commit_type": "local", "port": - 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": 8, "day_of_week": - 4, "week_of_month": 3}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05"}' + 3, "hosts": {"primary": "lin-28228-11378-pgsql-primary.servers.linodedb.net", + "secondary": "lin-28228-11378-pgsql-primary-private.servers.linodedb.net"}, + "ssl_connection": false, "replication_type": "asynch", "replication_commit_type": + "local", "port": 5432, "updates": {"frequency": "monthly", "duration": 1, "hour_of_day": + 8, "day_of_week": 3, "week_of_month": 3}, "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05"}' headers: Access-Control-Allow-Credentials: - "true" @@ -21433,7 +20196,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "686" + - "687" Content-Security-Policy: - default-src 'none' Content-Type: @@ -21471,7 +20234,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/databases/postgresql/instances/10049 + url: https://api.linode.com/v4beta/databases/postgresql/instances/28228 method: DELETE response: body: '{}' diff --git a/test/integration/integration_suite_test.go b/test/integration/integration_suite_test.go index e9b2d00a3..b3ed6e484 100644 --- a/test/integration/integration_suite_test.go +++ b/test/integration/integration_suite_test.go @@ -27,8 +27,8 @@ var ( ) var ( - testingPollDuration = time.Duration(15000) - testingMaxRetryTime = time.Duration(30) * time.Second + testingPollDuration = 15 * time.Second + testingMaxRetryTime = 30 * time.Second ) func init() { diff --git a/test/integration/mysql_test.go b/test/integration/mysql_test.go index 526e22ad3..e32278355 100644 --- a/test/integration/mysql_test.go +++ b/test/integration/mysql_test.go @@ -182,7 +182,7 @@ func createMySQLDatabase(t *testing.T, client *linodego.Client, Label: "go-mysql-test-def", Region: getRegionsWithCaps(t, client, []string{"Managed Databases"})[0], Type: "g6-nanode-1", - Engine: "mysql/8.0.26", + Engine: "mysql/8.0.30", Encrypted: false, ClusterSize: 3, ReplicationType: "semi_synch", @@ -204,7 +204,7 @@ func createMySQLDatabase(t *testing.T, client *linodego.Client, ctx, cancel := context.WithTimeout(context.Background(), 180*time.Second) defer cancel() - ticker := time.NewTicker(client.GetPollDelay() * time.Millisecond) + ticker := time.NewTicker(client.GetPollDelay()) defer ticker.Stop() for { diff --git a/test/integration/postgres_test.go b/test/integration/postgres_test.go index 08eed3c75..2b4733894 100644 --- a/test/integration/postgres_test.go +++ b/test/integration/postgres_test.go @@ -182,7 +182,7 @@ func createPostgresDatabase(t *testing.T, client *linodego.Client, Label: "go-postgres-testing-def", Region: getRegionsWithCaps(t, client, []string{"Managed Databases"})[0], Type: "g6-nanode-1", - Engine: "postgresql/10.14", + Engine: "postgresql/14.6", Encrypted: false, SSLConnection: false, ClusterSize: 3, @@ -203,7 +203,7 @@ func createPostgresDatabase(t *testing.T, client *linodego.Client, ctx, cancel := context.WithTimeout(context.Background(), 180*time.Second) defer cancel() - ticker := time.NewTicker(client.GetPollDelay() * time.Millisecond) + ticker := time.NewTicker(client.GetPollDelay()) defer ticker.Stop() for { From 2ea1b9f36d330136fb93b3ed7b614c89b562b8ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 19:11:24 -0400 Subject: [PATCH 3/4] Bump golang.org/x/net from 0.14.0 to 0.15.0 (#375) * Bump golang.org/x/net from 0.14.0 to 0.15.0 Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.15.0. - [Commits](https://github.com/golang/net/compare/v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * make tidy --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Zhiwei Liang --- go.mod | 4 ++-- go.sum | 8 ++++---- go.work.sum | 13 +++++-------- k8s/go.mod | 8 ++++---- k8s/go.sum | 16 ++++++++-------- test/go.mod | 8 ++++---- test/go.sum | 16 ++++++++-------- 7 files changed, 35 insertions(+), 38 deletions(-) diff --git a/go.mod b/go.mod index 45afe0e9c..13ca6d085 100644 --- a/go.mod +++ b/go.mod @@ -8,8 +8,8 @@ require ( ) require ( - golang.org/x/net v0.14.0 - golang.org/x/text v0.12.0 // indirect + golang.org/x/net v0.15.0 + golang.org/x/text v0.13.0 // indirect ) go 1.18 diff --git a/go.sum b/go.sum index d4e90c967..734da43eb 100644 --- a/go.sum +++ b/go.sum @@ -10,14 +10,14 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+ github.com/stretchr/testify v1.7.1 h1:5TQK59W5E3v0r2duFAb7P95B6hEeOyEnHRa8MjYSMTY= github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= golang.org/x/net v0.0.0-20211029224645-99673261e6eb/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -golang.org/x/net v0.14.0 h1:BONx9s002vGdD9umnlX1Po8vOZmrgH34qlHcD1MfK14= -golang.org/x/net v0.14.0/go.mod h1:PpSgVXXLK0OxS0F31C1/tv6XNguvCrnXIDrFMspZIUI= +golang.org/x/net v0.15.0 h1:ugBLEUaxABaB5AJqW9enI0ACdci2RUd4eP51NTBvuJ8= +golang.org/x/net v0.15.0/go.mod h1:idbUs1IY1+zTqbi8yxTbhexhEEk5ur9LInksu6HrEpk= golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.12.0 h1:k+n5B8goJNdU7hSvEtMUz3d1Q6D/XW4COJSJR6fN0mc= -golang.org/x/text v0.12.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE= +golang.org/x/text v0.13.0 h1:ablQoSUd0tRdKxZewP80B+BaqeKJuVhuRxj/dkrun3k= +golang.org/x/text v0.13.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= diff --git a/go.work.sum b/go.work.sum index 0c772e330..6ddff9aa2 100644 --- a/go.work.sum +++ b/go.work.sum @@ -104,7 +104,6 @@ github.com/kisielk/errcheck v1.2.0/go.mod h1:/BMXB+zMLi60iA8Vv6Ksmxu/1UDYcXs4uQL github.com/kisielk/errcheck v1.5.0 h1:e8esj/e4R+SAOwFwN+n3zr0nYeCyeweozKfO23MvHzY= github.com/kisielk/gotool v1.0.0 h1:AV2c/EiW3KqPNT9ZKl07ehoAGi4C5/01Cfbblndcapg= github.com/kr/pretty v0.2.0 h1:s5hAObm+yFO5uHYt5dYjxi2rXrsnmRpJx4OYvIWUaQs= -github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE= github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk= github.com/kr/pty v1.1.1 h1:VkoXIwSboBpnk99O/KFauAEILuNHv5DVFKZMBN/gUgw= github.com/linode/linodego v0.20.1 h1:Kw5Qes0E0wlKVx5EbITI+F/ambO6G+PQyK0Yi7i4EyQ= @@ -141,7 +140,6 @@ github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINE github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 h1:gQz4mCbXsO+nc9n1hCxHcGA3Zx3Eo+UHZoInFGUIXNM= github.com/rogpeppe/go-internal v1.3.0 h1:RR9dF3JtopPvtkroDZuVD7qquD0bnHlKSqaQhgwt8yk= github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs= -github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ= github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog= github.com/rogpeppe/go-internal v1.11.0/go.mod h1:ddIwULY96R17DhadqLgMfk9H9tvdUzkipdSkR5nkCZA= github.com/spf13/afero v1.2.2 h1:5jhuqJyZCZf2JRofRvN/nIFgIWNzPa3/Vz8mYylgbWc= @@ -160,6 +158,7 @@ golang.org/x/crypto v0.10.0 h1:LKqV2xt9+kDzSTfOhx4FrkEBcMrAgHSYgzywV9zcGmM= golang.org/x/crypto v0.10.0/go.mod h1:o4eNf7Ede1fv+hwOwZsTHl9EsPFO6q6ZvYR8vYfY45I= golang.org/x/crypto v0.11.0/go.mod h1:xgJhtzW8F9jGdVFWZESrid1U1bjeNy4zgy5cRr/CIio= golang.org/x/crypto v0.12.0/go.mod h1:NF0Gs7EO5K4qLn+Ylc+fih8BSTeIjAP05siRnAh98yw= +golang.org/x/crypto v0.13.0/go.mod h1:y6Z2r+Rw4iayiXXAIxJIDAJ1zMW4yaTpebo8fPOliYc= golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6 h1:QE6XYQK6naiK1EPAe1g/ILLxN5RBoH5xkJk3CqlMI/Y= golang.org/x/image v0.0.0-20190802002840-cff245a6509b h1:+qEpEAPhDZ1o0x3tHzZTQDArnOixOzGD9HUJfcg0mb4= golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 h1:2M3HP5CCK1Si9FQhwnzYhXdG6DXeebvUHFpre8QvbyI= @@ -190,8 +189,12 @@ golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.7.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.10.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.12.0 h1:CM0HF96J0hcLAwsHPJZjfdNzs0gftsLfgKt57wWHJ0o= +golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 h1:JGgROgKl9N8DuW20oFS5gxc+lE67/N3FcwmBPMe7ArY= golang.org/x/term v0.10.0/go.mod h1:lpqdcUyK/oCiQxvxVrppt5ggO2KCZ5QblwqPnfZ6d5o= +golang.org/x/term v0.12.0 h1:/ZfYdc3zq+q02Rv9vGqTeSItdzZTSNDmfTi0mBAuidU= +golang.org/x/term v0.12.0/go.mod h1:owVbMEjm3cBLCHdkQu9b1opXd4ETQWc3BhuQGKgXgvU= golang.org/x/text v0.0.0-20160726164857-2910a502d2bf/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= golang.org/x/text v0.8.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= @@ -216,14 +219,8 @@ gopkg.in/errgo.v2 v2.1.0 h1:0vLT13EuvQ0hNvakwLuFZ/jYrLp5F3kcWHXdRggjCE8= gopkg.in/fsnotify.v1 v1.4.7 h1:xOHLXZwVvI9hhs+cLKq5+I5onOuwQLhQwiu63xxlHs4= honnef.co/go/tools v0.0.1-2020.1.4 h1:UoveltGrhghAA7ePc+e+QYDHXrBps2PqFZiHkGR/xK8= k8s.io/api v0.18.3/go.mod h1:UOaMwERbqJMfeeeHc8XJKawj4P9TgDRnViIqqBeH2QA= -k8s.io/api v0.28.1 h1:i+0O8k2NPBCPYaMB+uCkseEbawEt/eFaiRqUx8aB108= -k8s.io/api v0.28.1/go.mod h1:uBYwID+66wiL28Kn2tBjBYQdEU0Xk0z5qF8bIBqk/Dg= k8s.io/apimachinery v0.18.3/go.mod h1:OaXp26zu/5J7p0f92ASynJa1pZo06YlV9fG7BoWbCko= -k8s.io/apimachinery v0.28.1 h1:EJD40og3GizBSV3mkIoXQBsws32okPOy+MkRyzh6nPY= -k8s.io/apimachinery v0.28.1/go.mod h1:X0xh/chESs2hP9koe+SdIAcXWcQ+RM5hy0ZynB+yEvw= k8s.io/client-go v0.18.3/go.mod h1:4a/dpQEvzAhT1BbuWW09qvIaGw6Gbu1gZYiQZIi1DMw= -k8s.io/client-go v0.28.1 h1:pRhMzB8HyLfVwpngWKE8hDcXRqifh1ga2Z/PU9SXVK8= -k8s.io/client-go v0.28.1/go.mod h1:pEZA3FqOsVkCc07pFVzK076R+P/eXqsgx5zuuRWukNE= k8s.io/gengo v0.0.0-20190128074634-0689ccc1d7d6/go.mod h1:ezvh/TsK7cY6rbqRK0oQQ8IAqLxYwwyPxAX1Pzy0ii0= k8s.io/gengo v0.0.0-20210813121822-485abfe95c7c h1:GohjlNKauSai7gN4wsJkeZ3WAJx4Sh+oT/b5IYn5suA= k8s.io/gengo v0.0.0-20210813121822-485abfe95c7c/go.mod h1:FiNAH4ZV3gBg2Kwh89tzAEV2be7d5xI0vBa/VySYy3E= diff --git a/k8s/go.mod b/k8s/go.mod index a367e9a68..8fb57353c 100644 --- a/k8s/go.mod +++ b/k8s/go.mod @@ -29,11 +29,11 @@ require ( github.com/modern-go/reflect2 v1.0.2 // indirect github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect github.com/spf13/pflag v1.0.5 // indirect - golang.org/x/net v0.14.0 // indirect + golang.org/x/net v0.15.0 // indirect golang.org/x/oauth2 v0.8.0 // indirect - golang.org/x/sys v0.11.0 // indirect - golang.org/x/term v0.11.0 // indirect - golang.org/x/text v0.12.0 // indirect + golang.org/x/sys v0.12.0 // indirect + golang.org/x/term v0.12.0 // indirect + golang.org/x/text v0.13.0 // indirect golang.org/x/time v0.3.0 // indirect google.golang.org/appengine v1.6.7 // indirect google.golang.org/protobuf v1.30.0 // indirect diff --git a/k8s/go.sum b/k8s/go.sum index 7bcde9872..b28080eaf 100644 --- a/k8s/go.sum +++ b/k8s/go.sum @@ -84,8 +84,8 @@ golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLL golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= golang.org/x/net v0.0.0-20211029224645-99673261e6eb/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -golang.org/x/net v0.14.0 h1:BONx9s002vGdD9umnlX1Po8vOZmrgH34qlHcD1MfK14= -golang.org/x/net v0.14.0/go.mod h1:PpSgVXXLK0OxS0F31C1/tv6XNguvCrnXIDrFMspZIUI= +golang.org/x/net v0.15.0 h1:ugBLEUaxABaB5AJqW9enI0ACdci2RUd4eP51NTBvuJ8= +golang.org/x/net v0.15.0/go.mod h1:idbUs1IY1+zTqbi8yxTbhexhEEk5ur9LInksu6HrEpk= golang.org/x/oauth2 v0.8.0 h1:6dkIjl3j3LtZ/O3sTgZTMsLKSftL/B8Zgq4huOIIUu8= golang.org/x/oauth2 v0.8.0/go.mod h1:yr7u4HXZRm1R1kBWqr/xKNqewf0plRYoB7sla+BCIXE= golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= @@ -96,17 +96,17 @@ golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.11.0 h1:eG7RXZHdqOJ1i+0lgLgCpSXAp6M3LYlAo6osgSi0xOM= -golang.org/x/sys v0.11.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.12.0 h1:CM0HF96J0hcLAwsHPJZjfdNzs0gftsLfgKt57wWHJ0o= +golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= -golang.org/x/term v0.11.0 h1:F9tnn/DA/Im8nCwm+fX+1/eBwi4qFjRT++MhtVC4ZX0= -golang.org/x/term v0.11.0/go.mod h1:zC9APTIj3jG3FdV/Ons+XE1riIZXG4aZ4GTHiPZJPIU= +golang.org/x/term v0.12.0 h1:/ZfYdc3zq+q02Rv9vGqTeSItdzZTSNDmfTi0mBAuidU= +golang.org/x/term v0.12.0/go.mod h1:owVbMEjm3cBLCHdkQu9b1opXd4ETQWc3BhuQGKgXgvU= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.12.0 h1:k+n5B8goJNdU7hSvEtMUz3d1Q6D/XW4COJSJR6fN0mc= -golang.org/x/text v0.12.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE= +golang.org/x/text v0.13.0 h1:ablQoSUd0tRdKxZewP80B+BaqeKJuVhuRxj/dkrun3k= +golang.org/x/text v0.13.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE= golang.org/x/time v0.3.0 h1:rg5rLMjNzMS1RkNLzCG38eapWhnYLFYXDXj2gOlr8j4= golang.org/x/time v0.3.0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= diff --git a/test/go.mod b/test/go.mod index 19911cdb5..29023e4c6 100644 --- a/test/go.mod +++ b/test/go.mod @@ -6,7 +6,7 @@ require ( github.com/jarcoal/httpmock v1.2.0 github.com/linode/linodego v0.20.1 github.com/linode/linodego/k8s v0.0.0-00010101000000-000000000000 - golang.org/x/net v0.14.0 + golang.org/x/net v0.15.0 golang.org/x/oauth2 v0.8.0 k8s.io/client-go v0.28.1 ) @@ -32,9 +32,9 @@ require ( github.com/modern-go/reflect2 v1.0.2 // indirect github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect github.com/spf13/pflag v1.0.5 // indirect - golang.org/x/sys v0.11.0 // indirect - golang.org/x/term v0.11.0 // indirect - golang.org/x/text v0.12.0 // indirect + golang.org/x/sys v0.12.0 // indirect + golang.org/x/term v0.12.0 // indirect + golang.org/x/text v0.13.0 // indirect golang.org/x/time v0.3.0 // indirect google.golang.org/appengine v1.6.7 // indirect google.golang.org/protobuf v1.30.0 // indirect diff --git a/test/go.sum b/test/go.sum index da193c05c..53112b562 100644 --- a/test/go.sum +++ b/test/go.sum @@ -90,8 +90,8 @@ golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLL golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= golang.org/x/net v0.0.0-20211029224645-99673261e6eb/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -golang.org/x/net v0.14.0 h1:BONx9s002vGdD9umnlX1Po8vOZmrgH34qlHcD1MfK14= -golang.org/x/net v0.14.0/go.mod h1:PpSgVXXLK0OxS0F31C1/tv6XNguvCrnXIDrFMspZIUI= +golang.org/x/net v0.15.0 h1:ugBLEUaxABaB5AJqW9enI0ACdci2RUd4eP51NTBvuJ8= +golang.org/x/net v0.15.0/go.mod h1:idbUs1IY1+zTqbi8yxTbhexhEEk5ur9LInksu6HrEpk= golang.org/x/oauth2 v0.8.0 h1:6dkIjl3j3LtZ/O3sTgZTMsLKSftL/B8Zgq4huOIIUu8= golang.org/x/oauth2 v0.8.0/go.mod h1:yr7u4HXZRm1R1kBWqr/xKNqewf0plRYoB7sla+BCIXE= golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= @@ -102,17 +102,17 @@ golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.11.0 h1:eG7RXZHdqOJ1i+0lgLgCpSXAp6M3LYlAo6osgSi0xOM= -golang.org/x/sys v0.11.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.12.0 h1:CM0HF96J0hcLAwsHPJZjfdNzs0gftsLfgKt57wWHJ0o= +golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= -golang.org/x/term v0.11.0 h1:F9tnn/DA/Im8nCwm+fX+1/eBwi4qFjRT++MhtVC4ZX0= -golang.org/x/term v0.11.0/go.mod h1:zC9APTIj3jG3FdV/Ons+XE1riIZXG4aZ4GTHiPZJPIU= +golang.org/x/term v0.12.0 h1:/ZfYdc3zq+q02Rv9vGqTeSItdzZTSNDmfTi0mBAuidU= +golang.org/x/term v0.12.0/go.mod h1:owVbMEjm3cBLCHdkQu9b1opXd4ETQWc3BhuQGKgXgvU= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.12.0 h1:k+n5B8goJNdU7hSvEtMUz3d1Q6D/XW4COJSJR6fN0mc= -golang.org/x/text v0.12.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE= +golang.org/x/text v0.13.0 h1:ablQoSUd0tRdKxZewP80B+BaqeKJuVhuRxj/dkrun3k= +golang.org/x/text v0.13.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE= golang.org/x/time v0.3.0 h1:rg5rLMjNzMS1RkNLzCG38eapWhnYLFYXDXj2gOlr8j4= golang.org/x/time v0.3.0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= From 8937bda641b1ff05db6007bca30ea56705da6dec Mon Sep 17 00:00:00 2001 From: Jacob Riddle <87780794+jriddle-linode@users.noreply.github.com> Date: Wed, 13 Sep 2023 11:12:52 -0400 Subject: [PATCH 4/4] Adding support for Nodebalancer Firewall (#378) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 📝 Description **What does this PR do and why is this change necessary?** Adds `firewall_id` field to `POST /nodebalancers` Also adds missing event types ## ✔️ How to Test **What are the steps to reproduce the issue or verify the changes?** `make ARGS="-run TestNodeBalancer_Create_create" fixtures` Co-authored-by: Ania Misiorek <139170033+amisiorek-akamai@users.noreply.github.com> Co-authored-by: Lena Garber <114949949+lgarber-akamai@users.noreply.github.com> --- account_events.go | 254 ++++++------ go.mod | 8 +- go.sum | 9 +- go.work | 10 +- go.work.sum | 60 +-- nodebalancer.go | 1 + .../fixtures/TestFirewallDevice_Delete.yaml | 241 ++++++++---- .../fixtures/TestFirewallDevice_Get.yaml | 245 ++++++++---- .../fixtures/TestFirewallDevices_List.yaml | 237 ++++++++---- .../fixtures/TestFirewallRules_Get.yaml | 8 +- .../fixtures/TestFirewallRules_Update.yaml | 10 +- .../fixtures/TestFirewall_Get.yaml | 12 +- .../fixtures/TestFirewall_Update.yaml | 12 +- .../fixtures/TestFirewalls_List.yaml | 10 +- .../TestNodeBalancerConfig_Create.yaml | 354 ++++++++++++++--- .../fixtures/TestNodeBalancerConfig_Get.yaml | 353 ++++++++++++++--- .../TestNodeBalancerConfig_Update.yaml | 360 +++++++++++++++--- .../TestNodeBalancerConfigs_List.yaml | 353 ++++++++++++++--- ...NodeBalancerConfigs_ListMultiplePages.yaml | 360 +++++++++++++++--- .../fixtures/TestNodeBalancerNode_Create.yaml | 354 ++++++++++++++--- .../TestNodeBalancerNode_CreateInstance.yaml | 250 ++++++++---- .../fixtures/TestNodeBalancerNode_Get.yaml | 354 ++++++++++++++--- .../TestNodeBalancerNode_GetInstance.yaml | 258 +++++++++---- .../fixtures/TestNodeBalancerNode_Update.yaml | 354 ++++++++++++++--- .../TestNodeBalancerNode_UpdateInstance.yaml | 260 +++++++++---- .../fixtures/TestNodeBalancerNodes_List.yaml | 354 ++++++++++++++--- .../TestNodeBalancerNodes_ListInstance.yaml | 258 +++++++++---- ...stNodeBalancerNodes_ListMultiplePages.yaml | 347 ++++++++++++++--- ...lancerNodes_ListMultiplePagesInstance.yaml | 258 +++++++++---- .../fixtures/TestNodeBalancerStats_Get.yaml | 348 ++++++++++++++--- .../fixtures/TestNodeBalancer_Create.yaml | 346 ++++++++++++++--- .../fixtures/TestNodeBalancer_Get.yaml | 345 ++++++++++++++--- .../fixtures/TestNodeBalancer_Rebuild.yaml | 354 ++++++++++++++--- .../TestNodeBalancer_RebuildInstance.yaml | 256 +++++++++---- .../fixtures/TestNodeBalancer_Update.yaml | 345 ++++++++++++++--- .../fixtures/TestNodeBalancers_List.yaml | 347 ++++++++++++++--- test/integration/nodebalancers_test.go | 4 + 37 files changed, 6544 insertions(+), 1745 deletions(-) diff --git a/account_events.go b/account_events.go index fb9691dd8..44ef3ac3b 100644 --- a/account_events.go +++ b/account_events.go @@ -55,132 +55,134 @@ type EventAction string // EventAction constants represent the actions that cause an Event. New actions may be added in the future. const ( - ActionAccountUpdate EventAction = "account_update" - ActionAccountSettingsUpdate EventAction = "account_settings_update" - ActionBackupsEnable EventAction = "backups_enable" - ActionBackupsCancel EventAction = "backups_cancel" - ActionBackupsRestore EventAction = "backups_restore" - ActionCommunityQuestionReply EventAction = "community_question_reply" - ActionCommunityLike EventAction = "community_like" - ActionCreateCardUpdated EventAction = "credit_card_updated" - ActionDatabaseCreate EventAction = "database_create" - ActionDatabaseDegraded EventAction = "database_degraded" - ActionDatabaseDelete EventAction = "database_delete" - ActionDatabaseFailed EventAction = "database_failed" - ActionDatabaseUpdate EventAction = "database_update" - ActionDatabaseCreateFailed EventAction = "database_create_failed" - ActionDatabaseUpdateFailed EventAction = "database_update_failed" - ActionDatabaseBackupCreate EventAction = "database_backup_create" - ActionDatabaseBackupRestore EventAction = "database_backup_restore" - ActionDatabaseCredentialsReset EventAction = "database_credentials_reset" - ActionDiskCreate EventAction = "disk_create" - ActionDiskDelete EventAction = "disk_delete" - ActionDiskUpdate EventAction = "disk_update" - ActionDiskDuplicate EventAction = "disk_duplicate" - ActionDiskImagize EventAction = "disk_imagize" - ActionDiskResize EventAction = "disk_resize" - ActionDNSRecordCreate EventAction = "dns_record_create" - ActionDNSRecordDelete EventAction = "dns_record_delete" - ActionDNSRecordUpdate EventAction = "dns_record_update" - ActionDNSZoneCreate EventAction = "dns_zone_create" - ActionDNSZoneDelete EventAction = "dns_zone_delete" - ActionDNSZoneUpdate EventAction = "dns_zone_update" - ActionDNSZoneImport EventAction = "dns_zone_import" - ActionEntityTransferAccept EventAction = "entity_transfer_accept" - ActionEntityTransferCancel EventAction = "entity_transfer_cancel" - ActionEntityTransferCreate EventAction = "entity_transfer_create" - ActionEntityTransferFail EventAction = "entity_transfer_fail" - ActionEntityTransferStale EventAction = "entity_transfer_stale" - ActionFirewallCreate EventAction = "firewall_create" - ActionFirewallDelete EventAction = "firewall_delete" - ActionFirewallDisable EventAction = "firewall_disable" - ActionFirewallEnable EventAction = "firewall_enable" - ActionFirewallUpdate EventAction = "firewall_update" - ActionFirewallDeviceAdd EventAction = "firewall_device_add" - ActionFirewallDeviceRemove EventAction = "firewall_device_remove" - ActionHostReboot EventAction = "host_reboot" - ActionImageDelete EventAction = "image_delete" - ActionImageUpdate EventAction = "image_update" - ActionImageUpload EventAction = "image_upload" - ActionIPAddressUpdate EventAction = "ipaddress_update" - ActionLassieReboot EventAction = "lassie_reboot" - ActionLinodeAddIP EventAction = "linode_addip" - ActionLinodeBoot EventAction = "linode_boot" - ActionLinodeClone EventAction = "linode_clone" - ActionLinodeCreate EventAction = "linode_create" - ActionLinodeDelete EventAction = "linode_delete" - ActionLinodeUpdate EventAction = "linode_update" - ActionLinodeDeleteIP EventAction = "linode_deleteip" - ActionLinodeMigrate EventAction = "linode_migrate" - ActionLinodeMigrateDatacenter EventAction = "linode_migrate_datacenter" - ActionLinodeMigrateDatacenterCreate EventAction = "linode_migrate_datacenter_create" - ActionLinodeMutate EventAction = "linode_mutate" - ActionLinodeMutateCreate EventAction = "linode_mutate_create" - ActionLinodeReboot EventAction = "linode_reboot" - ActionLinodeRebuild EventAction = "linode_rebuild" - ActionLinodeResize EventAction = "linode_resize" - ActionLinodeResizeCreate EventAction = "linode_resize_create" - ActionLinodeShutdown EventAction = "linode_shutdown" - ActionLinodeSnapshot EventAction = "linode_snapshot" - ActionLinodeConfigCreate EventAction = "linode_config_create" - ActionLinodeConfigDelete EventAction = "linode_config_delete" - ActionLinodeConfigUpdate EventAction = "linode_config_update" - ActionLishBoot EventAction = "lish_boot" - ActionLKENodeCreate EventAction = "lke_node_create" - ActionLongviewClientCreate EventAction = "longviewclient_create" - ActionLongviewClientDelete EventAction = "longviewclient_delete" - ActionLongviewClientUpdate EventAction = "longviewclient_update" - ActionManagedDisabled EventAction = "managed_disabled" - ActionManagedEnabled EventAction = "managed_enabled" - ActionManagedServiceCreate EventAction = "managed_service_create" - ActionManagedServiceDelete EventAction = "managed_service_delete" - ActionNodebalancerCreate EventAction = "nodebalancer_create" - ActionNodebalancerDelete EventAction = "nodebalancer_delete" - ActionNodebalancerUpdate EventAction = "nodebalancer_update" - ActionNodebalancerConfigCreate EventAction = "nodebalancer_config_create" - ActionNodebalancerConfigDelete EventAction = "nodebalancer_config_delete" - ActionNodebalancerConfigUpdate EventAction = "nodebalancer_config_update" - ActionNodebalancerNodeCreate EventAction = "nodebalancer_node_create" - ActionNodebalancerNodeDelete EventAction = "nodebalancer_node_delete" - ActionNodebalancerNodeUpdate EventAction = "nodebalancer_node_update" - ActionOAuthClientCreate EventAction = "oauth_client_create" - ActionOAuthClientDelete EventAction = "oauth_client_delete" - ActionOAuthClientSecretReset EventAction = "oauth_client_secret_reset" //#nosec G101 - ActionOAuthClientUpdate EventAction = "oauth_client_update" - ActionPaymentMethodAdd EventAction = "payment_method_add" - ActionPaymentSubmitted EventAction = "payment_submitted" - ActionPasswordReset EventAction = "password_reset" - ActionProfileUpdate EventAction = "profile_update" - ActionStackScriptCreate EventAction = "stackscript_create" - ActionStackScriptDelete EventAction = "stackscript_delete" - ActionStackScriptUpdate EventAction = "stackscript_update" - ActionStackScriptPublicize EventAction = "stackscript_publicize" - ActionStackScriptRevise EventAction = "stackscript_revise" - ActionTagCreate EventAction = "tag_create" - ActionTagDelete EventAction = "tag_delete" - ActionTFADisabled EventAction = "tfa_disabled" - ActionTFAEnabled EventAction = "tfa_enabled" - ActionTicketAttachmentUpload EventAction = "ticket_attachment_upload" - ActionTicketCreate EventAction = "ticket_create" - ActionTicketUpdate EventAction = "ticket_update" - ActionTokenCreate EventAction = "token_create" - ActionTokenDelete EventAction = "token_delete" - ActionTokenUpdate EventAction = "token_update" - ActionUserCreate EventAction = "user_create" - ActionUserDelete EventAction = "user_delete" - ActionUserUpdate EventAction = "user_update" - ActionUserSSHKeyAdd EventAction = "user_ssh_key_add" - ActionUserSSHKeyDelete EventAction = "user_ssh_key_delete" - ActionUserSSHKeyUpdate EventAction = "user_ssh_key_update" - ActionVLANAttach EventAction = "vlan_attach" - ActionVLANDetach EventAction = "vlan_detach" - ActionVolumeAttach EventAction = "volume_attach" - ActionVolumeClone EventAction = "volume_clone" - ActionVolumeCreate EventAction = "volume_create" - ActionVolumeDelete EventAction = "volume_delete" - ActionVolumeUpdate EventAction = "volume_update" - ActionVolumeDetach EventAction = "volume_detach" - ActionVolumeResize EventAction = "volume_resize" + ActionAccountUpdate EventAction = "account_update" + ActionAccountSettingsUpdate EventAction = "account_settings_update" + ActionBackupsEnable EventAction = "backups_enable" + ActionBackupsCancel EventAction = "backups_cancel" + ActionBackupsRestore EventAction = "backups_restore" + ActionCommunityQuestionReply EventAction = "community_question_reply" + ActionCommunityLike EventAction = "community_like" + ActionCreateCardUpdated EventAction = "credit_card_updated" + ActionDatabaseCreate EventAction = "database_create" + ActionDatabaseDegraded EventAction = "database_degraded" + ActionDatabaseDelete EventAction = "database_delete" + ActionDatabaseFailed EventAction = "database_failed" + ActionDatabaseUpdate EventAction = "database_update" + ActionDatabaseCreateFailed EventAction = "database_create_failed" + ActionDatabaseUpdateFailed EventAction = "database_update_failed" + ActionDatabaseBackupCreate EventAction = "database_backup_create" + ActionDatabaseBackupRestore EventAction = "database_backup_restore" + ActionDatabaseCredentialsReset EventAction = "database_credentials_reset" + ActionDiskCreate EventAction = "disk_create" + ActionDiskDelete EventAction = "disk_delete" + ActionDiskUpdate EventAction = "disk_update" + ActionDiskDuplicate EventAction = "disk_duplicate" + ActionDiskImagize EventAction = "disk_imagize" + ActionDiskResize EventAction = "disk_resize" + ActionDNSRecordCreate EventAction = "dns_record_create" + ActionDNSRecordDelete EventAction = "dns_record_delete" + ActionDNSRecordUpdate EventAction = "dns_record_update" + ActionDNSZoneCreate EventAction = "dns_zone_create" + ActionDNSZoneDelete EventAction = "dns_zone_delete" + ActionDNSZoneUpdate EventAction = "dns_zone_update" + ActionDNSZoneImport EventAction = "dns_zone_import" + ActionEntityTransferAccept EventAction = "entity_transfer_accept" + ActionEntityTransferCancel EventAction = "entity_transfer_cancel" + ActionEntityTransferCreate EventAction = "entity_transfer_create" + ActionEntityTransferFail EventAction = "entity_transfer_fail" + ActionEntityTransferStale EventAction = "entity_transfer_stale" + ActionFirewallCreate EventAction = "firewall_create" + ActionFirewallDelete EventAction = "firewall_delete" + ActionFirewallDisable EventAction = "firewall_disable" + ActionFirewallEnable EventAction = "firewall_enable" + ActionFirewallUpdate EventAction = "firewall_update" + ActionFirewallDeviceAdd EventAction = "firewall_device_add" + ActionFirewallDeviceRemove EventAction = "firewall_device_remove" + ActionHostReboot EventAction = "host_reboot" + ActionImageDelete EventAction = "image_delete" + ActionImageUpdate EventAction = "image_update" + ActionImageUpload EventAction = "image_upload" + ActionIPAddressUpdate EventAction = "ipaddress_update" + ActionLassieReboot EventAction = "lassie_reboot" + ActionLinodeAddIP EventAction = "linode_addip" + ActionLinodeBoot EventAction = "linode_boot" + ActionLinodeClone EventAction = "linode_clone" + ActionLinodeCreate EventAction = "linode_create" + ActionLinodeDelete EventAction = "linode_delete" + ActionLinodeUpdate EventAction = "linode_update" + ActionLinodeDeleteIP EventAction = "linode_deleteip" + ActionLinodeMigrate EventAction = "linode_migrate" + ActionLinodeMigrateDatacenter EventAction = "linode_migrate_datacenter" + ActionLinodeMigrateDatacenterCreate EventAction = "linode_migrate_datacenter_create" + ActionLinodeMutate EventAction = "linode_mutate" + ActionLinodeMutateCreate EventAction = "linode_mutate_create" + ActionLinodeReboot EventAction = "linode_reboot" + ActionLinodeRebuild EventAction = "linode_rebuild" + ActionLinodeResize EventAction = "linode_resize" + ActionLinodeResizeCreate EventAction = "linode_resize_create" + ActionLinodeShutdown EventAction = "linode_shutdown" + ActionLinodeSnapshot EventAction = "linode_snapshot" + ActionLinodeConfigCreate EventAction = "linode_config_create" + ActionLinodeConfigDelete EventAction = "linode_config_delete" + ActionLinodeConfigUpdate EventAction = "linode_config_update" + ActionLishBoot EventAction = "lish_boot" + ActionLKENodeCreate EventAction = "lke_node_create" + ActionLongviewClientCreate EventAction = "longviewclient_create" + ActionLongviewClientDelete EventAction = "longviewclient_delete" + ActionLongviewClientUpdate EventAction = "longviewclient_update" + ActionManagedDisabled EventAction = "managed_disabled" + ActionManagedEnabled EventAction = "managed_enabled" + ActionManagedServiceCreate EventAction = "managed_service_create" + ActionManagedServiceDelete EventAction = "managed_service_delete" + ActionNodebalancerCreate EventAction = "nodebalancer_create" + ActionNodebalancerDelete EventAction = "nodebalancer_delete" + ActionNodebalancerUpdate EventAction = "nodebalancer_update" + ActionNodebalancerConfigCreate EventAction = "nodebalancer_config_create" + ActionNodebalancerConfigDelete EventAction = "nodebalancer_config_delete" + ActionNodebalancerConfigUpdate EventAction = "nodebalancer_config_update" + ActionNodebalancerFirewallModificationSuccess EventAction = "nodebalancer_firewall_modification_success" + ActionNodebalancerFirewallModificationFailed EventAction = "nodebalancer_firewall_modification_failed" + ActionNodebalancerNodeCreate EventAction = "nodebalancer_node_create" + ActionNodebalancerNodeDelete EventAction = "nodebalancer_node_delete" + ActionNodebalancerNodeUpdate EventAction = "nodebalancer_node_update" + ActionOAuthClientCreate EventAction = "oauth_client_create" + ActionOAuthClientDelete EventAction = "oauth_client_delete" + ActionOAuthClientSecretReset EventAction = "oauth_client_secret_reset" //#nosec G101 + ActionOAuthClientUpdate EventAction = "oauth_client_update" + ActionPaymentMethodAdd EventAction = "payment_method_add" + ActionPaymentSubmitted EventAction = "payment_submitted" + ActionPasswordReset EventAction = "password_reset" + ActionProfileUpdate EventAction = "profile_update" + ActionStackScriptCreate EventAction = "stackscript_create" + ActionStackScriptDelete EventAction = "stackscript_delete" + ActionStackScriptUpdate EventAction = "stackscript_update" + ActionStackScriptPublicize EventAction = "stackscript_publicize" + ActionStackScriptRevise EventAction = "stackscript_revise" + ActionTagCreate EventAction = "tag_create" + ActionTagDelete EventAction = "tag_delete" + ActionTFADisabled EventAction = "tfa_disabled" + ActionTFAEnabled EventAction = "tfa_enabled" + ActionTicketAttachmentUpload EventAction = "ticket_attachment_upload" + ActionTicketCreate EventAction = "ticket_create" + ActionTicketUpdate EventAction = "ticket_update" + ActionTokenCreate EventAction = "token_create" + ActionTokenDelete EventAction = "token_delete" + ActionTokenUpdate EventAction = "token_update" + ActionUserCreate EventAction = "user_create" + ActionUserDelete EventAction = "user_delete" + ActionUserUpdate EventAction = "user_update" + ActionUserSSHKeyAdd EventAction = "user_ssh_key_add" + ActionUserSSHKeyDelete EventAction = "user_ssh_key_delete" + ActionUserSSHKeyUpdate EventAction = "user_ssh_key_update" + ActionVLANAttach EventAction = "vlan_attach" + ActionVLANDetach EventAction = "vlan_detach" + ActionVolumeAttach EventAction = "volume_attach" + ActionVolumeClone EventAction = "volume_clone" + ActionVolumeCreate EventAction = "volume_create" + ActionVolumeDelete EventAction = "volume_delete" + ActionVolumeUpdate EventAction = "volume_update" + ActionVolumeDetach EventAction = "volume_detach" + ActionVolumeResize EventAction = "volume_resize" // deprecated due to incorrect spelling, // to be removed in the next major version release. diff --git a/go.mod b/go.mod index 13ca6d085..829e7eb27 100644 --- a/go.mod +++ b/go.mod @@ -12,6 +12,12 @@ require ( golang.org/x/text v0.13.0 // indirect ) -go 1.18 +require ( + github.com/davecgh/go-spew v1.1.1 // indirect + golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect + gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect +) + +go 1.20 retract v1.0.0 // Accidental branch push diff --git a/go.sum b/go.sum index 734da43eb..283a58f0d 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,6 @@ -github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= +github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= +github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/go-resty/resty/v2 v2.7.0 h1:me+K9p3uhSmXtrBZ4k9jcEAfJmuC8IivWHwaLZwPrFY= github.com/go-resty/resty/v2 v2.7.0/go.mod h1:9PWDzw47qPphMRFfhsyk0NnSgvluHcljSMVIq3w7q0I= github.com/google/go-cmp v0.5.7 h1:81/ik6ipDQS2aGcBfIN5dHDB36BwrStyeAQquSYCV4o= @@ -19,10 +20,12 @@ golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.13.0 h1:ablQoSUd0tRdKxZewP80B+BaqeKJuVhuRxj/dkrun3k= golang.org/x/text v0.13.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= +golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 h1:go1bK/D/BFZV2I8cIQd1NKEZ+0owSTG1fDTci4IqFcE= +golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/ini.v1 v1.66.6 h1:LATuAqN/shcYAOkv3wl2L4rkaKqkcgTBQjOyYDvcPKI= gopkg.in/ini.v1 v1.66.6/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= -gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= +gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b h1:h8qDotaEPuJATrMmW04NCwg7v22aHH28wwpauUhK9Oo= +gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= diff --git a/go.work b/go.work index 5f73bd211..db3a7dbc0 100644 --- a/go.work +++ b/go.work @@ -1,7 +1,7 @@ -go 1.19 +go 1.20 use ( - . - ./test - ./k8s -) \ No newline at end of file + . + ./k8s + ./test +) diff --git a/go.work.sum b/go.work.sum index 6ddff9aa2..b347b1ca0 100644 --- a/go.work.sum +++ b/go.work.sum @@ -1,5 +1,6 @@ cloud.google.com/go v0.81.0 h1:at8Tk2zUz63cLPR0JPWm5vp77pEZmzxEQBEfRKn1VV8= cloud.google.com/go/bigquery v1.8.0 h1:PQcPefKFdaIzjQFbiyOgAqyx8q5djaE7x9Sqe712DPA= +cloud.google.com/go/compute/metadata v0.2.0 h1:nBbNSZyDpkNlo3DepaaLKVuO7ClyifSAmNloSCZrHnQ= cloud.google.com/go/compute/metadata v0.2.0/go.mod h1:zFmK7XCadkQkj6TtorcaGlCW1hT1fIilQDwofLpJ20k= cloud.google.com/go/datastore v1.1.0 h1:/May9ojXjRkPBNVrq+oWLqmWCkr4OU5uRY29bu0mRyQ= cloud.google.com/go/pubsub v1.3.1 h1:ukjixP1wl0LpnZ6LWtZJ0mX5tBmjp1f8Sqer8Z2OMUU= @@ -27,6 +28,7 @@ github.com/PuerkitoBio/purell v1.0.0/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbt github.com/PuerkitoBio/purell v1.1.1 h1:WEQqlqaGbrPkxLJWfBwQmfEAE1Z7ONdDLqrN38tNFfI= github.com/PuerkitoBio/urlesc v0.0.0-20160726150825-5bd2802263f2/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE= github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 h1:d+Bc7a5rLufV/sSk/8dngufqelfh6jnri85riMAaF/M= +github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio= github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs= github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a h1:idn718Q4B6AGu/h5Sxe66HYVdqdGu2l9Iebqhi/AEoA= github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY= @@ -48,6 +50,7 @@ github.com/envoyproxy/go-control-plane v0.9.9-0.20201210154907-fd9021fe5dad h1:E github.com/envoyproxy/protoc-gen-validate v0.1.0 h1:EQciDnbrYxy13PgWoY8AqoxGiPrpgBZ1R8UNe3ddc+A= github.com/evanphx/json-patch v4.2.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/evanphx/json-patch v4.12.0+incompatible h1:4onqiflcdA9EOZ4RxV643DvftH5pOlLGNtQ5lPWQu84= +github.com/evanphx/json-patch v5.6.0+incompatible h1:jBYDEEiFBPxA0v50tFdvOzQQTCvpL6mnFh5mB2/l16U= github.com/evanphx/json-patch v5.6.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/form3tech-oss/jwt-go v3.2.3+incompatible h1:7ZaBxOI7TMoYBfyA3cQHErNNyAWIKUMIwqxEtgHOs5c= github.com/getkin/kin-openapi v0.76.0 h1:j77zg3Ec+k+r+GA3d8hBoXpAc6KX9TbBPrwQGBIy2sY= @@ -134,6 +137,7 @@ github.com/onsi/gomega v1.27.4/go.mod h1:riYq/GJKh8hhoM01HN6Vmuy93AarCXCBGpvFDK3 github.com/onsi/gomega v1.27.6/go.mod h1:PIQNjfQwkP3aQAH7lf7j87O/5FiNr+ZR8+ipb+qQlhg= github.com/peterbourgon/diskv v2.0.1+incompatible h1:UBdAOUP5p4RWqPBg048CAvpKN+vxiaj6gdUUzhl4XmI= github.com/peterbourgon/diskv v2.0.1+incompatible/go.mod h1:uqqh8zWWbv1HBMNONnaR/tNboyR3/BZd58JJSHlUSCU= +github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e h1:aoZm08cpOy4WuID//EZDgcC4zIxODThtZNPirFr42+A= github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e/go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA= github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= @@ -147,8 +151,10 @@ github.com/spf13/afero v1.2.2/go.mod h1:9ZxEEn6pIJ8Rxe320qSDBk6AsU0r9pR7Q4OcevTd github.com/spf13/pflag v0.0.0-20170130214245-9ff6c6923cff/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= github.com/stoewer/go-strcase v1.2.0 h1:Z2iHWqGXH00XYgqDmNgQbIBxf3wrNq0F3feEy0ainaU= github.com/stretchr/objx v0.1.0 h1:4G4v2dO3VZwixGIRoQ5Lfboy6nUhCyYzaqnIAPPhYs4= +github.com/stretchr/objx v0.5.0 h1:1zr/of2m5FGMsad5YfcqgdqdWrIhu+EBEJRhR1U7z/c= github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= +github.com/yuin/goldmark v1.2.1 h1:ruQGxdhGHe7FWOJPT0mKs5+pD2Xs1Bm/kdGlHO04FmM= github.com/yuin/goldmark v1.3.5 h1:dPmz1Snjq0kmkz159iL7S6WzdahUTHnHB5M56WFVifs= github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= go.opencensus.io v0.23.0 h1:gqCw0LfLxScz8irSi8exQc7fyQ0fKQU/qnC/X8+V/1M= @@ -157,7 +163,9 @@ golang.org/x/crypto v0.0.0-20200220183623-bac4c82f6975/go.mod h1:LzIPMQfyMNhhGPh golang.org/x/crypto v0.10.0 h1:LKqV2xt9+kDzSTfOhx4FrkEBcMrAgHSYgzywV9zcGmM= golang.org/x/crypto v0.10.0/go.mod h1:o4eNf7Ede1fv+hwOwZsTHl9EsPFO6q6ZvYR8vYfY45I= golang.org/x/crypto v0.11.0/go.mod h1:xgJhtzW8F9jGdVFWZESrid1U1bjeNy4zgy5cRr/CIio= +golang.org/x/crypto v0.12.0 h1:tFM/ta59kqch6LlvYnPa0yx5a83cL2nHflFhYKvv9Yk= golang.org/x/crypto v0.12.0/go.mod h1:NF0Gs7EO5K4qLn+Ylc+fih8BSTeIjAP05siRnAh98yw= +golang.org/x/crypto v0.13.0 h1:mvySKfSWJ+UKUii46M40LOvyWfN0s2U+46/jDd0e6Ck= golang.org/x/crypto v0.13.0/go.mod h1:y6Z2r+Rw4iayiXXAIxJIDAJ1zMW4yaTpebo8fPOliYc= golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6 h1:QE6XYQK6naiK1EPAe1g/ILLxN5RBoH5xkJk3CqlMI/Y= golang.org/x/image v0.0.0-20190802002840-cff245a6509b h1:+qEpEAPhDZ1o0x3tHzZTQDArnOixOzGD9HUJfcg0mb4= @@ -178,6 +186,7 @@ golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc= golang.org/x/net v0.9.0/go.mod h1:d48xBJpPfHeWQsugry2m+kC02ZBRGRgulfHnEXEuWns= golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg= golang.org/x/net v0.13.0/go.mod h1:zEVYFnQC7m/vmpQFELhcD1EWkZlX69l4oqgmer6hfKA= +golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 h1:SQFwaSi55rU7vdNs9Yr0Z324VNlrF+0wMqRXT4St8ck= golang.org/x/sync v0.0.0-20210220032951-036812b2e83c h1:5KslGYwFpkhGh+Q16bwMP3cOontH8FOep7tGV86Y7SQ= golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sys v0.0.0-20170830134202-bb24a47a89ea/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= @@ -186,57 +195,8 @@ golang.org/x/sys v0.0.0-20191022100944-742c48ecaeb7/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.7.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.10.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.12.0 h1:CM0HF96J0hcLAwsHPJZjfdNzs0gftsLfgKt57wWHJ0o= -golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 h1:JGgROgKl9N8DuW20oFS5gxc+lE67/N3FcwmBPMe7ArY= -golang.org/x/term v0.10.0/go.mod h1:lpqdcUyK/oCiQxvxVrppt5ggO2KCZ5QblwqPnfZ6d5o= -golang.org/x/term v0.12.0 h1:/ZfYdc3zq+q02Rv9vGqTeSItdzZTSNDmfTi0mBAuidU= -golang.org/x/term v0.12.0/go.mod h1:owVbMEjm3cBLCHdkQu9b1opXd4ETQWc3BhuQGKgXgvU= -golang.org/x/text v0.0.0-20160726164857-2910a502d2bf/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= -golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= -golang.org/x/text v0.8.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= -golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= -golang.org/x/text v0.11.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE= -golang.org/x/tools v0.0.0-20181011042414-1f849cf54d09/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -golang.org/x/tools v0.0.0-20181030221726-6c7e314b6563/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -golang.org/x/tools v0.0.0-20200505023115-26f46d2f7ef8/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= -golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= -golang.org/x/tools v0.4.0/go.mod h1:UE5sM2OK9E/d67R0ANs2xJizIymRP5gJU295PvKXxjQ= -golang.org/x/tools v0.6.0 h1:BOw41kyTf3PuCW1pVQf8+Cyg8pMlkYB1oo9iJ6D/lKM= -golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU= -golang.org/x/tools v0.7.0/go.mod h1:4pg6aUX35JBAogB10C9AtvVL+qowtN4pT3CGSQex14s= golang.org/x/tools v0.8.0/go.mod h1:JxBZ99ISMI5ViVkT1tr6tdNmXeTrcpVSD3vZ1RsRdN4= +golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 h1:H2TDz8ibqkAF6YGhCdN3jS9O0/s90v0rJh3X/OLHEUk= golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2/go.mod h1:K8+ghG5WaK9qNqU5K3HdILfMLy1f3aNYFI/wnl100a8= -google.golang.org/api v0.43.0 h1:4sAyIHT6ZohtAQDoxws+ez7bROYmUlOVvsUscYCDTqA= -google.golang.org/genproto v0.0.0-20210402141018-6c239bbf2bb1 h1:E7wSQBXkH3T3diucK+9Z1kjn4+/9tNG7lZLr75oOhh8= -google.golang.org/grpc v1.36.1 h1:cmUfbeGKnz9+2DD/UYsMQXeqbHZqZDs4eQwW0sFOpBY= -google.golang.org/protobuf v1.27.1/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= -google.golang.org/protobuf v1.28.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= -gopkg.in/errgo.v2 v2.1.0 h1:0vLT13EuvQ0hNvakwLuFZ/jYrLp5F3kcWHXdRggjCE8= -gopkg.in/fsnotify.v1 v1.4.7 h1:xOHLXZwVvI9hhs+cLKq5+I5onOuwQLhQwiu63xxlHs4= -honnef.co/go/tools v0.0.1-2020.1.4 h1:UoveltGrhghAA7ePc+e+QYDHXrBps2PqFZiHkGR/xK8= -k8s.io/api v0.18.3/go.mod h1:UOaMwERbqJMfeeeHc8XJKawj4P9TgDRnViIqqBeH2QA= -k8s.io/apimachinery v0.18.3/go.mod h1:OaXp26zu/5J7p0f92ASynJa1pZo06YlV9fG7BoWbCko= -k8s.io/client-go v0.18.3/go.mod h1:4a/dpQEvzAhT1BbuWW09qvIaGw6Gbu1gZYiQZIi1DMw= -k8s.io/gengo v0.0.0-20190128074634-0689ccc1d7d6/go.mod h1:ezvh/TsK7cY6rbqRK0oQQ8IAqLxYwwyPxAX1Pzy0ii0= k8s.io/gengo v0.0.0-20210813121822-485abfe95c7c h1:GohjlNKauSai7gN4wsJkeZ3WAJx4Sh+oT/b5IYn5suA= k8s.io/gengo v0.0.0-20210813121822-485abfe95c7c/go.mod h1:FiNAH4ZV3gBg2Kwh89tzAEV2be7d5xI0vBa/VySYy3E= -k8s.io/klog v0.0.0-20181102134211-b9b56d5dfc92/go.mod h1:Gq+BEi5rUBO/HRz0bTSXDUcqjScdoY3a9IHpCEIOOfk= -k8s.io/klog v0.3.0/go.mod h1:Gq+BEi5rUBO/HRz0bTSXDUcqjScdoY3a9IHpCEIOOfk= -k8s.io/klog v1.0.0/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I= -k8s.io/klog/v2 v2.0.0/go.mod h1:PBfzABfn139FHAV07az/IF9Wp1bkk3vpT2XSJ76fSDE= -k8s.io/klog/v2 v2.2.0/go.mod h1:Od+F08eJP+W3HUb4pSrPpgp9DGU4GzlpG/TmITuYh/Y= -k8s.io/klog/v2 v2.80.1/go.mod h1:y1WjHnz7Dj687irZUWR/WLkLc5N1YHtjLdmgWjndZn0= -k8s.io/kube-openapi v0.0.0-20200410145947-61e04a5be9a6/go.mod h1:GRQhZsXIAJ1xR0C9bd8UpWHZ5plfAS9fzPjJuQ6JL3E= -k8s.io/utils v0.0.0-20200324210504-a9aa75ae1b89/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= -k8s.io/utils v0.0.0-20210802155522-efc7438f0176/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA= -rsc.io/binaryregexp v0.2.0 h1:HfqmD5MEmC0zvwBuF187nq9mdnXjXsSivRiXN7SmRkE= -rsc.io/quote/v3 v3.1.0 h1:9JKUTTIUgS6kzR9mK1YuGKv6Nl+DijDNIc0ghT58FaY= -rsc.io/sampler v1.3.0 h1:7uVkIFmeBqHfdjD+gZwtXXI+RODJ2Wc4O7MPEh/QiW4= -sigs.k8s.io/structured-merge-diff/v3 v3.0.0-20200116222232-67a7b8c61874/go.mod h1:PlARxl6Hbt/+BC80dRLi1qAmnMqwqDg62YvvVkZjemw= -sigs.k8s.io/structured-merge-diff/v3 v3.0.0/go.mod h1:PlARxl6Hbt/+BC80dRLi1qAmnMqwqDg62YvvVkZjemw= -sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o= -sigs.k8s.io/yaml v1.2.0/go.mod h1:yfXDCHCao9+ENCvLSE62v9VSji2MKu5jeNfTrofGhJc= diff --git a/nodebalancer.go b/nodebalancer.go index da6c5274b..f7ec8e275 100644 --- a/nodebalancer.go +++ b/nodebalancer.go @@ -53,6 +53,7 @@ type NodeBalancerCreateOptions struct { ClientConnThrottle *int `json:"client_conn_throttle,omitempty"` Configs []*NodeBalancerConfigCreateOptions `json:"configs,omitempty"` Tags []string `json:"tags"` + FirewallID int `json:"firewall_id,omitempty"` } // NodeBalancerUpdateOptions are the options permitted for UpdateNodeBalancer diff --git a/test/integration/fixtures/TestFirewallDevice_Delete.yaml b/test/integration/fixtures/TestFirewallDevice_Delete.yaml index 231553bc6..1ae8672d0 100644 --- a/test/integration/fixtures/TestFirewallDevice_Delete.yaml +++ b/test/integration/fixtures/TestFirewallDevice_Delete.yaml @@ -17,71 +17,174 @@ interactions: body: '{"data": [{"id": "ap-west", "label": "Mumbai, IN", "country": "in", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": - "ok", "resolvers": {"ipv4": "172.105.34.5,172.105.35.5,172.105.36.5,172.105.37.5,172.105.38.5,172.105.39.5,172.105.40.5,172.105.41.5,172.105.42.5,172.105.43.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ca-central", "label": "Toronto, CA", "country": "ca", "capabilities": - ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "172.105.0.5,172.105.3.5,172.105.4.5,172.105.5.5,172.105.6.5,172.105.7.5,172.105.8.5,172.105.9.5,172.105.10.5,172.105.11.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-southeast", "label": "Sydney, AU", "country": "au", "capabilities": - ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "172.105.166.5,172.105.169.5,172.105.168.5,172.105.172.5,172.105.162.5,172.105.170.5,172.105.167.5,172.105.171.5,172.105.181.5,172.105.161.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, + "ok", "resolvers": {"ipv4": "172.105.34.5, 172.105.35.5, 172.105.36.5, 172.105.37.5, + 172.105.38.5, 172.105.39.5, 172.105.40.5, 172.105.41.5, 172.105.42.5, 172.105.43.5", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "ca-central", "label": "Toronto, CA", + "country": "ca", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5, 172.105.3.5, + 172.105.4.5, 172.105.5.5, 172.105.6.5, 172.105.7.5, 172.105.8.5, 172.105.9.5, + 172.105.10.5, 172.105.11.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-southeast", + "label": "Sydney, AU", "country": "au", "capabilities": ["Linodes", "NodeBalancers", + "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5, + 172.105.169.5, 172.105.168.5, 172.105.172.5, 172.105.162.5, 172.105.170.5, 172.105.167.5, + 172.105.171.5, 172.105.181.5, 172.105.161.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, {"id": "us-iad", "label": "Washington, DC", "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", - "Cloud Firewall", "Vlans", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.144.192.62,139.144.192.60,139.144.192.61,139.144.192.53,139.144.192.54,139.144.192.67,139.144.192.69,139.144.192.66,139.144.192.52,139.144.192.68", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, + "Cloud Firewall", "Vlans", "Managed Databases", "Metadata", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "139.144.192.62, 139.144.192.60, 139.144.192.61, 139.144.192.53, 139.144.192.54, 139.144.192.67, 139.144.192.69, 139.144.192.66, 139.144.192.52, 139.144.192.68", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-ord", "label": "Chicago, IL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Premium Plans"], "status": "ok", "resolvers": + {"ipv4": "172.232.0.17, 172.232.0.16, 172.232.0.21, 172.232.0.13, 172.232.0.22, 172.232.0.9, 172.232.0.19, 172.232.0.20, 172.232.0.15, 172.232.0.18", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, {"id": "fr-par", "label": "Paris, FR", "country": "fr", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", - "Vlans", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.232.32.21, 172.232.32.23, 172.232.32.17, 172.232.32.18, 172.232.32.16, 172.232.32.22, 172.232.32.20, 172.232.32.14, 172.232.32.11, 172.232.32.12", - "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, - {"id": "se-sto", "label": "Stockholm, SE", "country": "se", "capabilities": - ["Linodes", "NodeBalancers", "Block Storage", "Managed Databases"], "status": - "ok", "resolvers": {"ipv4": "172.232.128.24, 172.232.128.26, 172.232.128.20, 172.232.128.22, 172.232.128.25, 172.232.128.19, 172.232.128.23, 172.232.128.18, 172.232.128.21, 172.232.128.27", + "Vlans", "Managed Databases", "Metadata", "Premium Plans"], "status": "ok", + "resolvers": {"ipv4": "172.232.32.21, 172.232.32.23, 172.232.32.17, 172.232.32.18, 172.232.32.16, 172.232.32.22, 172.232.32.20, 172.232.32.14, 172.232.32.11, 172.232.32.12", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-sea", "label": "Seattle, WA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.160.19, + 172.232.160.21, 172.232.160.17, 172.232.160.15, 172.232.160.18, 172.232.160.8, + 172.232.160.12, 172.232.160.11, 172.232.160.14, 172.232.160.16", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "br-gru", "label": "Sao Paulo, BR", "country": "br", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.0.4, 172.233.0.9, 172.233.0.7, 172.233.0.12, 172.233.0.5, 172.233.0.13, + 172.233.0.10, 172.233.0.6, 172.233.0.8, 172.233.0.11", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "nl-ams", "label": "Amsterdam, NL", "country": "nl", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.33.36, 172.233.33.38, 172.233.33.35, 172.233.33.39, 172.233.33.34, + 172.233.33.33, 172.233.33.31, 172.233.33.30, 172.233.33.37, 172.233.33.32", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "se-sto", "label": "Stockholm, SE", + "country": "se", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "172.232.128.24, 172.232.128.26, 172.232.128.20, + 172.232.128.22, 172.232.128.25, 172.232.128.19, 172.232.128.23, 172.232.128.18, + 172.232.128.21, 172.232.128.27", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "in-maa", + "label": "Chennai, IN", "country": "in", "capabilities": ["Linodes", "NodeBalancers", + "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", + "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.96.17, 172.232.96.26, 172.232.96.19, 172.232.96.20, 172.232.96.25, 172.232.96.21, 172.232.96.18, 172.232.96.22, 172.232.96.23, 172.232.96.24", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, - {"id": "us-central", "label": "Dallas, TX", "country": "us", "capabilities": - ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", - "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "72.14.179.5,72.14.188.5,173.255.199.5,66.228.53.5,96.126.122.5,96.126.124.5,96.126.127.5,198.58.107.5,198.58.111.5,23.239.24.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, + {"id": "jp-osa", "label": "Osaka, JP", "country": "jp", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.64.44, + 172.233.64.43, 172.233.64.37, 172.233.64.40, 172.233.64.46, 172.233.64.41, 172.233.64.39, + 172.233.64.42, 172.233.64.45, 172.233.64.38", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "it-mil", "label": "Milan, IT", "country": "it", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.192.19, + 172.232.192.18, 172.232.192.16, 172.232.192.20, 172.232.192.24, 172.232.192.21, + 172.232.192.22, 172.232.192.17, 172.232.192.15, 172.232.192.23", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-mia", "label": "Miami, FL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.160.34, + 172.233.160.27, 172.233.160.30, 172.233.160.29, 172.233.160.32, 172.233.160.28, + 172.233.160.33, 172.233.160.26, 172.233.160.25, 172.233.160.31", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "id-cgk", "label": "Jakarta, ID", "country": "id", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.224.23, + 172.232.224.32, 172.232.224.26, 172.232.224.27, 172.232.224.21, 172.232.224.24, + 172.232.224.22, 172.232.224.20, 172.232.224.31, 172.232.224.28", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-lax", "label": "Los Angeles, CA", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.128.45, 172.233.128.38, 172.233.128.53, 172.233.128.37, 172.233.128.34, + 172.233.128.36, 172.233.128.33, 172.233.128.39, 172.233.128.43, 172.233.128.44", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "us-central", "label": "Dallas, TX", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "72.14.179.5, 72.14.188.5, 173.255.199.5, + 66.228.53.5, 96.126.122.5, 96.126.124.5, 96.126.127.5, 198.58.107.5, 198.58.111.5, + 23.239.24.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, {"id": "us-west", "label": "Fremont, CA", "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage - Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5,173.230.147.5,173.230.155.5,173.255.212.5,173.255.219.5,173.255.241.5,173.255.243.5,173.255.244.5,74.207.241.5,74.207.242.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-southeast", "label": "Atlanta, GA", "country": "us", "capabilities": - ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "GPU Linodes", - "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed - Databases"], "status": "ok", "resolvers": {"ipv4": "74.207.231.5,173.230.128.5,173.230.129.5,173.230.136.5,173.230.140.5,66.228.59.5,66.228.62.5,50.116.35.5,50.116.41.5,23.239.18.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-east", "label": "Newark, NJ", "country": "us", "capabilities": ["Linodes", - "NodeBalancers", "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", - "Cloud Firewall", "Bare Metal", "Vlans", "Block Storage Migrations", "Managed - Databases"], "status": "ok", "resolvers": {"ipv4": "66.228.42.5,96.126.106.5,50.116.53.5,50.116.58.5,50.116.61.5,50.116.62.5,66.175.211.5,97.107.133.4,207.192.69.4,207.192.69.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-west", "label": "London, UK", "country": "uk", "capabilities": ["Linodes", - "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block + Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5, + 173.230.147.5, 173.230.155.5, 173.255.212.5, 173.255.219.5, 173.255.241.5, 173.255.243.5, + 173.255.244.5, 74.207.241.5, 74.207.242.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "us-southeast", "label": "Atlanta, GA", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": - "178.79.182.5,176.58.107.5,176.58.116.5,176.58.121.5,151.236.220.5,212.71.252.5,212.71.253.5,109.74.192.20,109.74.193.20,109.74.194.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, + "74.207.231.5, 173.230.128.5, 173.230.129.5, 173.230.136.5, 173.230.140.5, 66.228.59.5, + 66.228.62.5, 50.116.35.5, 50.116.41.5, 23.239.18.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, {"id": "us-east", "label": "Newark, + NJ", "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Bare Metal", + "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": + {"ipv4": "66.228.42.5, 96.126.106.5, 50.116.53.5, 50.116.58.5, 50.116.61.5, + 50.116.62.5, 66.175.211.5, 97.107.133.4, 207.192.69.4, 207.192.69.5", "ipv6": + "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, {"id": "eu-west", + "label": "London, UK", "country": "gb", "capabilities": ["Linodes", "NodeBalancers", + "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5, 176.58.107.5, 176.58.116.5, 176.58.121.5, 151.236.220.5, 212.71.252.5, 212.71.253.5, 109.74.192.20, 109.74.193.20, 109.74.194.20", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, {"id": "ap-south", "label": "Singapore, SG", "country": "sg", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed - Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.11.5,139.162.13.5,139.162.14.5,139.162.15.5,139.162.16.5,139.162.21.5,139.162.27.5,103.3.60.18,103.3.60.19,103.3.60.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-central", "label": "Frankfurt, DE", "country": "de", "capabilities": - ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "GPU Linodes", - "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed - Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.130.5,139.162.131.5,139.162.132.5,139.162.133.5,139.162.134.5,139.162.135.5,139.162.136.5,139.162.137.5,139.162.138.5,139.162.139.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-northeast", "label": "Tokyo, JP", "country": "jp", "capabilities": - ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", - "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.66.5,139.162.67.5,139.162.68.5,139.162.69.5,139.162.70.5,139.162.71.5,139.162.72.5,139.162.73.5,139.162.74.5,139.162.75.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}], - "page": 1, "pages": 1, "results": 14}' + Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.11.5, 139.162.13.5, + 139.162.14.5, 139.162.15.5, 139.162.16.5, 139.162.21.5, 139.162.27.5, 103.3.60.18, + 103.3.60.19, 103.3.60.20", "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "eu-central", "label": "Frankfurt, DE", "country": "de", + "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", + "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.130.5, + 139.162.131.5, 139.162.132.5, 139.162.133.5, 139.162.134.5, 139.162.135.5, 139.162.136.5, + 139.162.137.5, 139.162.138.5, 139.162.139.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-northeast", "label": "Tokyo, JP", + "country": "jp", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "139.162.66.5, 139.162.67.5, 139.162.68.5, + 139.162.69.5, 139.162.70.5, 139.162.71.5, 139.162.72.5, 139.162.73.5, 139.162.74.5, + 139.162.75.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}], + "page": 1, "pages": 1, "results": 24}' headers: Access-Control-Allow-Credentials: - "true" @@ -124,7 +227,7 @@ interactions: code: 200 duration: "" - request: - body: '{"region":"ap-west","type":"g6-nanode-1","label":"go-test-ins-103woo82te3l","root_pass":"R34lBAdP455LONGLONGLONGLONG","image":"linode/debian9","booted":false}' + body: '{"region":"ap-west","type":"g6-nanode-1","label":"go-test-ins-215ggi3ie4s5","root_pass":"R34lBAdP455LONGLONGLONGLONG","image":"linode/debian9","booted":false}' form: {} headers: Accept: @@ -136,15 +239,15 @@ interactions: url: https://api.linode.com/v4beta/linode/instances method: POST response: - body: '{"id": 46936371, "label": "go-test-ins-103woo82te3l", "group": "", "status": + body: '{"id": 49708342, "label": "go-test-ins-215ggi3ie4s5", "group": "", "status": "provisioning", "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", - "type": "g6-nanode-1", "ipv4": ["194.195.119.16"], "ipv6": "1234::5678/128", + "type": "g6-nanode-1", "ipv4": ["139.144.4.232"], "ipv6": "1234::5678/128", "image": "linode/debian9", "region": "ap-west", "specs": {"disk": 25600, "memory": 1024, "vcpus": 1, "gpus": 0, "transfer": 1000}, "alerts": {"cpu": 90, "network_in": 10, "network_out": 10, "transfer_quota": 80, "io": 10000}, "backups": {"enabled": false, "available": false, "schedule": {"day": null, "window": null}, "last_successful": null}, "hypervisor": "kvm", "watchdog_enabled": true, "tags": [], "host_uuid": - "915afd6c961c0333afa335a52a655d656beae128"}' + "da6015ef4054692cf89857eb70184aa148287a2c", "has_user_data": false}' headers: Access-Control-Allow-Credentials: - "true" @@ -159,7 +262,7 @@ interactions: Cache-Control: - private, max-age=60, s-maxage=60 Content-Length: - - "718" + - "741" Content-Security-Policy: - default-src 'none' Content-Type: @@ -199,7 +302,7 @@ interactions: url: https://api.linode.com/v4beta/networking/firewalls method: POST response: - body: '{"id": 182959, "label": "linodego-fw-test", "created": "2018-01-02T03:04:05", + body: '{"id": 228231, "label": "linodego-fw-test", "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", "status": "enabled", "rules": {"inbound": [{"action": "ACCEPT", "label": "go-fwrule-test", "ports": "22", "protocol": "TCP", "addresses": {"ipv4": ["0.0.0.0/0"], "ipv6": ["1234::5678/0"]}}], "inbound_policy": @@ -248,7 +351,7 @@ interactions: code: 200 duration: "" - request: - body: '{"id":46936371,"type":"linode"}' + body: '{"id":49708342,"type":"linode"}' form: {} headers: Accept: @@ -257,12 +360,12 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/networking/firewalls/182959/devices + url: https://api.linode.com/v4beta/networking/firewalls/228231/devices method: POST response: - body: '{"id": 391566, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", - "entity": {"id": 46936371, "type": "linode", "label": "go-test-ins-103woo82te3l", - "url": "/v4/linode/instances/46936371"}}' + body: '{"id": 485841, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", + "entity": {"id": 49708342, "type": "linode", "label": "go-test-ins-215ggi3ie4s5", + "url": "/v4/linode/instances/49708342"}}' headers: Access-Control-Allow-Credentials: - "true" @@ -314,7 +417,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/networking/firewalls/182959/devices/391566 + url: https://api.linode.com/v4beta/networking/firewalls/228231/devices/485841 method: DELETE response: body: '{}' @@ -369,7 +472,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/networking/firewalls/182959/devices/391566 + url: https://api.linode.com/v4beta/networking/firewalls/228231/devices/485841 method: GET response: body: '{"errors": [{"reason": "Not found"}]}' @@ -411,7 +514,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/networking/firewalls/182959 + url: https://api.linode.com/v4beta/networking/firewalls/228231 method: DELETE response: body: '{}' @@ -466,7 +569,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/linode/instances/46936371 + url: https://api.linode.com/v4beta/linode/instances/49708342 method: DELETE response: body: '{}' diff --git a/test/integration/fixtures/TestFirewallDevice_Get.yaml b/test/integration/fixtures/TestFirewallDevice_Get.yaml index 859c4fe19..7fc12a369 100644 --- a/test/integration/fixtures/TestFirewallDevice_Get.yaml +++ b/test/integration/fixtures/TestFirewallDevice_Get.yaml @@ -17,71 +17,174 @@ interactions: body: '{"data": [{"id": "ap-west", "label": "Mumbai, IN", "country": "in", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": - "ok", "resolvers": {"ipv4": "172.105.34.5,172.105.35.5,172.105.36.5,172.105.37.5,172.105.38.5,172.105.39.5,172.105.40.5,172.105.41.5,172.105.42.5,172.105.43.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ca-central", "label": "Toronto, CA", "country": "ca", "capabilities": - ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "172.105.0.5,172.105.3.5,172.105.4.5,172.105.5.5,172.105.6.5,172.105.7.5,172.105.8.5,172.105.9.5,172.105.10.5,172.105.11.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-southeast", "label": "Sydney, AU", "country": "au", "capabilities": - ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "172.105.166.5,172.105.169.5,172.105.168.5,172.105.172.5,172.105.162.5,172.105.170.5,172.105.167.5,172.105.171.5,172.105.181.5,172.105.161.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, + "ok", "resolvers": {"ipv4": "172.105.34.5, 172.105.35.5, 172.105.36.5, 172.105.37.5, + 172.105.38.5, 172.105.39.5, 172.105.40.5, 172.105.41.5, 172.105.42.5, 172.105.43.5", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "ca-central", "label": "Toronto, CA", + "country": "ca", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5, 172.105.3.5, + 172.105.4.5, 172.105.5.5, 172.105.6.5, 172.105.7.5, 172.105.8.5, 172.105.9.5, + 172.105.10.5, 172.105.11.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-southeast", + "label": "Sydney, AU", "country": "au", "capabilities": ["Linodes", "NodeBalancers", + "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5, + 172.105.169.5, 172.105.168.5, 172.105.172.5, 172.105.162.5, 172.105.170.5, 172.105.167.5, + 172.105.171.5, 172.105.181.5, 172.105.161.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, {"id": "us-iad", "label": "Washington, DC", "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", - "Cloud Firewall", "Vlans", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.144.192.62,139.144.192.60,139.144.192.61,139.144.192.53,139.144.192.54,139.144.192.67,139.144.192.69,139.144.192.66,139.144.192.52,139.144.192.68", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, + "Cloud Firewall", "Vlans", "Managed Databases", "Metadata", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "139.144.192.62, 139.144.192.60, 139.144.192.61, 139.144.192.53, 139.144.192.54, 139.144.192.67, 139.144.192.69, 139.144.192.66, 139.144.192.52, 139.144.192.68", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-ord", "label": "Chicago, IL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Premium Plans"], "status": "ok", "resolvers": + {"ipv4": "172.232.0.17, 172.232.0.16, 172.232.0.21, 172.232.0.13, 172.232.0.22, 172.232.0.9, 172.232.0.19, 172.232.0.20, 172.232.0.15, 172.232.0.18", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, {"id": "fr-par", "label": "Paris, FR", "country": "fr", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", - "Vlans", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.232.32.21, 172.232.32.23, 172.232.32.17, 172.232.32.18, 172.232.32.16, 172.232.32.22, 172.232.32.20, 172.232.32.14, 172.232.32.11, 172.232.32.12", - "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, - {"id": "se-sto", "label": "Stockholm, SE", "country": "se", "capabilities": - ["Linodes", "NodeBalancers", "Block Storage", "Managed Databases"], "status": - "ok", "resolvers": {"ipv4": "172.232.128.24, 172.232.128.26, 172.232.128.20, 172.232.128.22, 172.232.128.25, 172.232.128.19, 172.232.128.23, 172.232.128.18, 172.232.128.21, 172.232.128.27", + "Vlans", "Managed Databases", "Metadata", "Premium Plans"], "status": "ok", + "resolvers": {"ipv4": "172.232.32.21, 172.232.32.23, 172.232.32.17, 172.232.32.18, 172.232.32.16, 172.232.32.22, 172.232.32.20, 172.232.32.14, 172.232.32.11, 172.232.32.12", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-sea", "label": "Seattle, WA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.160.19, + 172.232.160.21, 172.232.160.17, 172.232.160.15, 172.232.160.18, 172.232.160.8, + 172.232.160.12, 172.232.160.11, 172.232.160.14, 172.232.160.16", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "br-gru", "label": "Sao Paulo, BR", "country": "br", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.0.4, 172.233.0.9, 172.233.0.7, 172.233.0.12, 172.233.0.5, 172.233.0.13, + 172.233.0.10, 172.233.0.6, 172.233.0.8, 172.233.0.11", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "nl-ams", "label": "Amsterdam, NL", "country": "nl", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.33.36, 172.233.33.38, 172.233.33.35, 172.233.33.39, 172.233.33.34, + 172.233.33.33, 172.233.33.31, 172.233.33.30, 172.233.33.37, 172.233.33.32", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "se-sto", "label": "Stockholm, SE", + "country": "se", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "172.232.128.24, 172.232.128.26, 172.232.128.20, + 172.232.128.22, 172.232.128.25, 172.232.128.19, 172.232.128.23, 172.232.128.18, + 172.232.128.21, 172.232.128.27", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "in-maa", + "label": "Chennai, IN", "country": "in", "capabilities": ["Linodes", "NodeBalancers", + "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", + "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.96.17, 172.232.96.26, 172.232.96.19, 172.232.96.20, 172.232.96.25, 172.232.96.21, 172.232.96.18, 172.232.96.22, 172.232.96.23, 172.232.96.24", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, - {"id": "us-central", "label": "Dallas, TX", "country": "us", "capabilities": - ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", - "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "72.14.179.5,72.14.188.5,173.255.199.5,66.228.53.5,96.126.122.5,96.126.124.5,96.126.127.5,198.58.107.5,198.58.111.5,23.239.24.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, + {"id": "jp-osa", "label": "Osaka, JP", "country": "jp", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.64.44, + 172.233.64.43, 172.233.64.37, 172.233.64.40, 172.233.64.46, 172.233.64.41, 172.233.64.39, + 172.233.64.42, 172.233.64.45, 172.233.64.38", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "it-mil", "label": "Milan, IT", "country": "it", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.192.19, + 172.232.192.18, 172.232.192.16, 172.232.192.20, 172.232.192.24, 172.232.192.21, + 172.232.192.22, 172.232.192.17, 172.232.192.15, 172.232.192.23", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-mia", "label": "Miami, FL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.160.34, + 172.233.160.27, 172.233.160.30, 172.233.160.29, 172.233.160.32, 172.233.160.28, + 172.233.160.33, 172.233.160.26, 172.233.160.25, 172.233.160.31", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "id-cgk", "label": "Jakarta, ID", "country": "id", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.224.23, + 172.232.224.32, 172.232.224.26, 172.232.224.27, 172.232.224.21, 172.232.224.24, + 172.232.224.22, 172.232.224.20, 172.232.224.31, 172.232.224.28", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-lax", "label": "Los Angeles, CA", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.128.45, 172.233.128.38, 172.233.128.53, 172.233.128.37, 172.233.128.34, + 172.233.128.36, 172.233.128.33, 172.233.128.39, 172.233.128.43, 172.233.128.44", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "us-central", "label": "Dallas, TX", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "72.14.179.5, 72.14.188.5, 173.255.199.5, + 66.228.53.5, 96.126.122.5, 96.126.124.5, 96.126.127.5, 198.58.107.5, 198.58.111.5, + 23.239.24.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, {"id": "us-west", "label": "Fremont, CA", "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage - Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5,173.230.147.5,173.230.155.5,173.255.212.5,173.255.219.5,173.255.241.5,173.255.243.5,173.255.244.5,74.207.241.5,74.207.242.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-southeast", "label": "Atlanta, GA", "country": "us", "capabilities": - ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "GPU Linodes", - "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed - Databases"], "status": "ok", "resolvers": {"ipv4": "74.207.231.5,173.230.128.5,173.230.129.5,173.230.136.5,173.230.140.5,66.228.59.5,66.228.62.5,50.116.35.5,50.116.41.5,23.239.18.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-east", "label": "Newark, NJ", "country": "us", "capabilities": ["Linodes", - "NodeBalancers", "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", - "Cloud Firewall", "Bare Metal", "Vlans", "Block Storage Migrations", "Managed - Databases"], "status": "ok", "resolvers": {"ipv4": "66.228.42.5,96.126.106.5,50.116.53.5,50.116.58.5,50.116.61.5,50.116.62.5,66.175.211.5,97.107.133.4,207.192.69.4,207.192.69.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-west", "label": "London, UK", "country": "uk", "capabilities": ["Linodes", - "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block + Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5, + 173.230.147.5, 173.230.155.5, 173.255.212.5, 173.255.219.5, 173.255.241.5, 173.255.243.5, + 173.255.244.5, 74.207.241.5, 74.207.242.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "us-southeast", "label": "Atlanta, GA", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": - "178.79.182.5,176.58.107.5,176.58.116.5,176.58.121.5,151.236.220.5,212.71.252.5,212.71.253.5,109.74.192.20,109.74.193.20,109.74.194.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, + "74.207.231.5, 173.230.128.5, 173.230.129.5, 173.230.136.5, 173.230.140.5, 66.228.59.5, + 66.228.62.5, 50.116.35.5, 50.116.41.5, 23.239.18.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, {"id": "us-east", "label": "Newark, + NJ", "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Bare Metal", + "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": + {"ipv4": "66.228.42.5, 96.126.106.5, 50.116.53.5, 50.116.58.5, 50.116.61.5, + 50.116.62.5, 66.175.211.5, 97.107.133.4, 207.192.69.4, 207.192.69.5", "ipv6": + "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, {"id": "eu-west", + "label": "London, UK", "country": "gb", "capabilities": ["Linodes", "NodeBalancers", + "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5, 176.58.107.5, 176.58.116.5, 176.58.121.5, 151.236.220.5, 212.71.252.5, 212.71.253.5, 109.74.192.20, 109.74.193.20, 109.74.194.20", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, {"id": "ap-south", "label": "Singapore, SG", "country": "sg", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed - Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.11.5,139.162.13.5,139.162.14.5,139.162.15.5,139.162.16.5,139.162.21.5,139.162.27.5,103.3.60.18,103.3.60.19,103.3.60.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-central", "label": "Frankfurt, DE", "country": "de", "capabilities": - ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "GPU Linodes", - "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed - Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.130.5,139.162.131.5,139.162.132.5,139.162.133.5,139.162.134.5,139.162.135.5,139.162.136.5,139.162.137.5,139.162.138.5,139.162.139.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-northeast", "label": "Tokyo, JP", "country": "jp", "capabilities": - ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", - "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.66.5,139.162.67.5,139.162.68.5,139.162.69.5,139.162.70.5,139.162.71.5,139.162.72.5,139.162.73.5,139.162.74.5,139.162.75.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}], - "page": 1, "pages": 1, "results": 14}' + Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.11.5, 139.162.13.5, + 139.162.14.5, 139.162.15.5, 139.162.16.5, 139.162.21.5, 139.162.27.5, 103.3.60.18, + 103.3.60.19, 103.3.60.20", "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "eu-central", "label": "Frankfurt, DE", "country": "de", + "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", + "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.130.5, + 139.162.131.5, 139.162.132.5, 139.162.133.5, 139.162.134.5, 139.162.135.5, 139.162.136.5, + 139.162.137.5, 139.162.138.5, 139.162.139.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-northeast", "label": "Tokyo, JP", + "country": "jp", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "139.162.66.5, 139.162.67.5, 139.162.68.5, + 139.162.69.5, 139.162.70.5, 139.162.71.5, 139.162.72.5, 139.162.73.5, 139.162.74.5, + 139.162.75.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}], + "page": 1, "pages": 1, "results": 24}' headers: Access-Control-Allow-Credentials: - "true" @@ -124,7 +227,7 @@ interactions: code: 200 duration: "" - request: - body: '{"region":"ap-west","type":"g6-nanode-1","label":"go-test-ins-nb98q6fkt291","root_pass":"R34lBAdP455LONGLONGLONGLONG","image":"linode/debian9","booted":false}' + body: '{"region":"ap-west","type":"g6-nanode-1","label":"go-test-ins-7u8728nv5shn","root_pass":"R34lBAdP455LONGLONGLONGLONG","image":"linode/debian9","booted":false}' form: {} headers: Accept: @@ -136,15 +239,15 @@ interactions: url: https://api.linode.com/v4beta/linode/instances method: POST response: - body: '{"id": 46938108, "label": "go-test-ins-nb98q6fkt291", "group": "", "status": + body: '{"id": 49708340, "label": "go-test-ins-7u8728nv5shn", "group": "", "status": "provisioning", "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", - "type": "g6-nanode-1", "ipv4": ["139.144.1.235"], "ipv6": "1234::5678/128", + "type": "g6-nanode-1", "ipv4": ["139.144.4.217"], "ipv6": "1234::5678/128", "image": "linode/debian9", "region": "ap-west", "specs": {"disk": 25600, "memory": 1024, "vcpus": 1, "gpus": 0, "transfer": 1000}, "alerts": {"cpu": 90, "network_in": 10, "network_out": 10, "transfer_quota": 80, "io": 10000}, "backups": {"enabled": false, "available": false, "schedule": {"day": null, "window": null}, "last_successful": null}, "hypervisor": "kvm", "watchdog_enabled": true, "tags": [], "host_uuid": - "ebc2df8e33b286731032ff222c7254119e27efe2"}' + "da6015ef4054692cf89857eb70184aa148287a2c", "has_user_data": false}' headers: Access-Control-Allow-Credentials: - "true" @@ -159,7 +262,7 @@ interactions: Cache-Control: - private, max-age=60, s-maxage=60 Content-Length: - - "717" + - "741" Content-Security-Policy: - default-src 'none' Content-Type: @@ -199,7 +302,7 @@ interactions: url: https://api.linode.com/v4beta/networking/firewalls method: POST response: - body: '{"id": 183046, "label": "linodego-fw-test", "created": "2018-01-02T03:04:05", + body: '{"id": 228230, "label": "linodego-fw-test", "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", "status": "enabled", "rules": {"inbound": [{"action": "ACCEPT", "label": "go-fwrule-test", "ports": "22", "protocol": "TCP", "addresses": {"ipv4": ["0.0.0.0/0"], "ipv6": ["1234::5678/0"]}}], "inbound_policy": @@ -248,7 +351,7 @@ interactions: code: 200 duration: "" - request: - body: '{"id":46938108,"type":"linode"}' + body: '{"id":49708340,"type":"linode"}' form: {} headers: Accept: @@ -257,12 +360,12 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/networking/firewalls/183046/devices + url: https://api.linode.com/v4beta/networking/firewalls/228230/devices method: POST response: - body: '{"id": 391701, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", - "entity": {"id": 46938108, "type": "linode", "label": "go-test-ins-nb98q6fkt291", - "url": "/v4/linode/instances/46938108"}}' + body: '{"id": 485840, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", + "entity": {"id": 49708340, "type": "linode", "label": "go-test-ins-7u8728nv5shn", + "url": "/v4/linode/instances/49708340"}}' headers: Access-Control-Allow-Credentials: - "true" @@ -314,12 +417,12 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/networking/firewalls/183046/devices/391701 + url: https://api.linode.com/v4beta/networking/firewalls/228230/devices/485840 method: GET response: - body: '{"id": 391701, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", - "entity": {"id": 46938108, "type": "linode", "label": "go-test-ins-nb98q6fkt291", - "url": "/v4/linode/instances/46938108"}}' + body: '{"id": 485840, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", + "entity": {"id": 49708340, "type": "linode", "label": "go-test-ins-7u8728nv5shn", + "url": "/v4/linode/instances/49708340"}}' headers: Access-Control-Allow-Credentials: - "true" @@ -373,7 +476,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/networking/firewalls/183046 + url: https://api.linode.com/v4beta/networking/firewalls/228230 method: DELETE response: body: '{}' @@ -428,7 +531,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/linode/instances/46938108 + url: https://api.linode.com/v4beta/linode/instances/49708340 method: DELETE response: body: '{}' diff --git a/test/integration/fixtures/TestFirewallDevices_List.yaml b/test/integration/fixtures/TestFirewallDevices_List.yaml index 8c60f1c0e..58dc6226b 100644 --- a/test/integration/fixtures/TestFirewallDevices_List.yaml +++ b/test/integration/fixtures/TestFirewallDevices_List.yaml @@ -17,71 +17,174 @@ interactions: body: '{"data": [{"id": "ap-west", "label": "Mumbai, IN", "country": "in", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": - "ok", "resolvers": {"ipv4": "172.105.34.5,172.105.35.5,172.105.36.5,172.105.37.5,172.105.38.5,172.105.39.5,172.105.40.5,172.105.41.5,172.105.42.5,172.105.43.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ca-central", "label": "Toronto, CA", "country": "ca", "capabilities": - ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "172.105.0.5,172.105.3.5,172.105.4.5,172.105.5.5,172.105.6.5,172.105.7.5,172.105.8.5,172.105.9.5,172.105.10.5,172.105.11.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-southeast", "label": "Sydney, AU", "country": "au", "capabilities": - ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "172.105.166.5,172.105.169.5,172.105.168.5,172.105.172.5,172.105.162.5,172.105.170.5,172.105.167.5,172.105.171.5,172.105.181.5,172.105.161.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, + "ok", "resolvers": {"ipv4": "172.105.34.5, 172.105.35.5, 172.105.36.5, 172.105.37.5, + 172.105.38.5, 172.105.39.5, 172.105.40.5, 172.105.41.5, 172.105.42.5, 172.105.43.5", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "ca-central", "label": "Toronto, CA", + "country": "ca", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5, 172.105.3.5, + 172.105.4.5, 172.105.5.5, 172.105.6.5, 172.105.7.5, 172.105.8.5, 172.105.9.5, + 172.105.10.5, 172.105.11.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-southeast", + "label": "Sydney, AU", "country": "au", "capabilities": ["Linodes", "NodeBalancers", + "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5, + 172.105.169.5, 172.105.168.5, 172.105.172.5, 172.105.162.5, 172.105.170.5, 172.105.167.5, + 172.105.171.5, 172.105.181.5, 172.105.161.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, {"id": "us-iad", "label": "Washington, DC", "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", - "Cloud Firewall", "Vlans", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.144.192.62,139.144.192.60,139.144.192.61,139.144.192.53,139.144.192.54,139.144.192.67,139.144.192.69,139.144.192.66,139.144.192.52,139.144.192.68", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, + "Cloud Firewall", "Vlans", "Managed Databases", "Metadata", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "139.144.192.62, 139.144.192.60, 139.144.192.61, 139.144.192.53, 139.144.192.54, 139.144.192.67, 139.144.192.69, 139.144.192.66, 139.144.192.52, 139.144.192.68", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-ord", "label": "Chicago, IL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Premium Plans"], "status": "ok", "resolvers": + {"ipv4": "172.232.0.17, 172.232.0.16, 172.232.0.21, 172.232.0.13, 172.232.0.22, 172.232.0.9, 172.232.0.19, 172.232.0.20, 172.232.0.15, 172.232.0.18", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, {"id": "fr-par", "label": "Paris, FR", "country": "fr", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", - "Vlans", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.232.32.21, 172.232.32.23, 172.232.32.17, 172.232.32.18, 172.232.32.16, 172.232.32.22, 172.232.32.20, 172.232.32.14, 172.232.32.11, 172.232.32.12", - "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, - {"id": "se-sto", "label": "Stockholm, SE", "country": "se", "capabilities": - ["Linodes", "NodeBalancers", "Block Storage", "Managed Databases"], "status": - "ok", "resolvers": {"ipv4": "172.232.128.24, 172.232.128.26, 172.232.128.20, 172.232.128.22, 172.232.128.25, 172.232.128.19, 172.232.128.23, 172.232.128.18, 172.232.128.21, 172.232.128.27", + "Vlans", "Managed Databases", "Metadata", "Premium Plans"], "status": "ok", + "resolvers": {"ipv4": "172.232.32.21, 172.232.32.23, 172.232.32.17, 172.232.32.18, 172.232.32.16, 172.232.32.22, 172.232.32.20, 172.232.32.14, 172.232.32.11, 172.232.32.12", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-sea", "label": "Seattle, WA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.160.19, + 172.232.160.21, 172.232.160.17, 172.232.160.15, 172.232.160.18, 172.232.160.8, + 172.232.160.12, 172.232.160.11, 172.232.160.14, 172.232.160.16", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "br-gru", "label": "Sao Paulo, BR", "country": "br", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.0.4, 172.233.0.9, 172.233.0.7, 172.233.0.12, 172.233.0.5, 172.233.0.13, + 172.233.0.10, 172.233.0.6, 172.233.0.8, 172.233.0.11", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "nl-ams", "label": "Amsterdam, NL", "country": "nl", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.33.36, 172.233.33.38, 172.233.33.35, 172.233.33.39, 172.233.33.34, + 172.233.33.33, 172.233.33.31, 172.233.33.30, 172.233.33.37, 172.233.33.32", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "se-sto", "label": "Stockholm, SE", + "country": "se", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "172.232.128.24, 172.232.128.26, 172.232.128.20, + 172.232.128.22, 172.232.128.25, 172.232.128.19, 172.232.128.23, 172.232.128.18, + 172.232.128.21, 172.232.128.27", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "in-maa", + "label": "Chennai, IN", "country": "in", "capabilities": ["Linodes", "NodeBalancers", + "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", + "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.96.17, 172.232.96.26, 172.232.96.19, 172.232.96.20, 172.232.96.25, 172.232.96.21, 172.232.96.18, 172.232.96.22, 172.232.96.23, 172.232.96.24", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, - {"id": "us-central", "label": "Dallas, TX", "country": "us", "capabilities": - ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", - "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "72.14.179.5,72.14.188.5,173.255.199.5,66.228.53.5,96.126.122.5,96.126.124.5,96.126.127.5,198.58.107.5,198.58.111.5,23.239.24.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, + {"id": "jp-osa", "label": "Osaka, JP", "country": "jp", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.64.44, + 172.233.64.43, 172.233.64.37, 172.233.64.40, 172.233.64.46, 172.233.64.41, 172.233.64.39, + 172.233.64.42, 172.233.64.45, 172.233.64.38", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "it-mil", "label": "Milan, IT", "country": "it", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.192.19, + 172.232.192.18, 172.232.192.16, 172.232.192.20, 172.232.192.24, 172.232.192.21, + 172.232.192.22, 172.232.192.17, 172.232.192.15, 172.232.192.23", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-mia", "label": "Miami, FL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.160.34, + 172.233.160.27, 172.233.160.30, 172.233.160.29, 172.233.160.32, 172.233.160.28, + 172.233.160.33, 172.233.160.26, 172.233.160.25, 172.233.160.31", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "id-cgk", "label": "Jakarta, ID", "country": "id", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.224.23, + 172.232.224.32, 172.232.224.26, 172.232.224.27, 172.232.224.21, 172.232.224.24, + 172.232.224.22, 172.232.224.20, 172.232.224.31, 172.232.224.28", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-lax", "label": "Los Angeles, CA", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.128.45, 172.233.128.38, 172.233.128.53, 172.233.128.37, 172.233.128.34, + 172.233.128.36, 172.233.128.33, 172.233.128.39, 172.233.128.43, 172.233.128.44", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "us-central", "label": "Dallas, TX", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "72.14.179.5, 72.14.188.5, 173.255.199.5, + 66.228.53.5, 96.126.122.5, 96.126.124.5, 96.126.127.5, 198.58.107.5, 198.58.111.5, + 23.239.24.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, {"id": "us-west", "label": "Fremont, CA", "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage - Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5,173.230.147.5,173.230.155.5,173.255.212.5,173.255.219.5,173.255.241.5,173.255.243.5,173.255.244.5,74.207.241.5,74.207.242.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-southeast", "label": "Atlanta, GA", "country": "us", "capabilities": - ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "GPU Linodes", - "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed - Databases"], "status": "ok", "resolvers": {"ipv4": "74.207.231.5,173.230.128.5,173.230.129.5,173.230.136.5,173.230.140.5,66.228.59.5,66.228.62.5,50.116.35.5,50.116.41.5,23.239.18.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-east", "label": "Newark, NJ", "country": "us", "capabilities": ["Linodes", - "NodeBalancers", "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", - "Cloud Firewall", "Bare Metal", "Vlans", "Block Storage Migrations", "Managed - Databases"], "status": "ok", "resolvers": {"ipv4": "66.228.42.5,96.126.106.5,50.116.53.5,50.116.58.5,50.116.61.5,50.116.62.5,66.175.211.5,97.107.133.4,207.192.69.4,207.192.69.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-west", "label": "London, UK", "country": "uk", "capabilities": ["Linodes", - "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block + Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5, + 173.230.147.5, 173.230.155.5, 173.255.212.5, 173.255.219.5, 173.255.241.5, 173.255.243.5, + 173.255.244.5, 74.207.241.5, 74.207.242.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "us-southeast", "label": "Atlanta, GA", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": - "178.79.182.5,176.58.107.5,176.58.116.5,176.58.121.5,151.236.220.5,212.71.252.5,212.71.253.5,109.74.192.20,109.74.193.20,109.74.194.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, + "74.207.231.5, 173.230.128.5, 173.230.129.5, 173.230.136.5, 173.230.140.5, 66.228.59.5, + 66.228.62.5, 50.116.35.5, 50.116.41.5, 23.239.18.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, {"id": "us-east", "label": "Newark, + NJ", "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Bare Metal", + "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": + {"ipv4": "66.228.42.5, 96.126.106.5, 50.116.53.5, 50.116.58.5, 50.116.61.5, + 50.116.62.5, 66.175.211.5, 97.107.133.4, 207.192.69.4, 207.192.69.5", "ipv6": + "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, {"id": "eu-west", + "label": "London, UK", "country": "gb", "capabilities": ["Linodes", "NodeBalancers", + "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5, 176.58.107.5, 176.58.116.5, 176.58.121.5, 151.236.220.5, 212.71.252.5, 212.71.253.5, 109.74.192.20, 109.74.193.20, 109.74.194.20", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, {"id": "ap-south", "label": "Singapore, SG", "country": "sg", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed - Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.11.5,139.162.13.5,139.162.14.5,139.162.15.5,139.162.16.5,139.162.21.5,139.162.27.5,103.3.60.18,103.3.60.19,103.3.60.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-central", "label": "Frankfurt, DE", "country": "de", "capabilities": - ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "GPU Linodes", - "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed - Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.130.5,139.162.131.5,139.162.132.5,139.162.133.5,139.162.134.5,139.162.135.5,139.162.136.5,139.162.137.5,139.162.138.5,139.162.139.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-northeast", "label": "Tokyo, JP", "country": "jp", "capabilities": - ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", - "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.66.5,139.162.67.5,139.162.68.5,139.162.69.5,139.162.70.5,139.162.71.5,139.162.72.5,139.162.73.5,139.162.74.5,139.162.75.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}], - "page": 1, "pages": 1, "results": 14}' + Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.11.5, 139.162.13.5, + 139.162.14.5, 139.162.15.5, 139.162.16.5, 139.162.21.5, 139.162.27.5, 103.3.60.18, + 103.3.60.19, 103.3.60.20", "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "eu-central", "label": "Frankfurt, DE", "country": "de", + "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", + "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.130.5, + 139.162.131.5, 139.162.132.5, 139.162.133.5, 139.162.134.5, 139.162.135.5, 139.162.136.5, + 139.162.137.5, 139.162.138.5, 139.162.139.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-northeast", "label": "Tokyo, JP", + "country": "jp", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "139.162.66.5, 139.162.67.5, 139.162.68.5, + 139.162.69.5, 139.162.70.5, 139.162.71.5, 139.162.72.5, 139.162.73.5, 139.162.74.5, + 139.162.75.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}], + "page": 1, "pages": 1, "results": 24}' headers: Access-Control-Allow-Credentials: - "true" @@ -124,7 +227,7 @@ interactions: code: 200 duration: "" - request: - body: '{"region":"ap-west","type":"g6-nanode-1","label":"go-test-ins-lq352d1lq36a","root_pass":"R34lBAdP455LONGLONGLONGLONG","image":"linode/debian9","booted":false}' + body: '{"region":"ap-west","type":"g6-nanode-1","label":"go-test-ins-mzar9128s81w","root_pass":"R34lBAdP455LONGLONGLONGLONG","image":"linode/debian9","booted":false}' form: {} headers: Accept: @@ -136,15 +239,15 @@ interactions: url: https://api.linode.com/v4beta/linode/instances method: POST response: - body: '{"id": 46937906, "label": "go-test-ins-lq352d1lq36a", "group": "", "status": + body: '{"id": 49708338, "label": "go-test-ins-mzar9128s81w", "group": "", "status": "provisioning", "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", - "type": "g6-nanode-1", "ipv4": ["172.105.58.243"], "ipv6": "1234::5678/128", + "type": "g6-nanode-1", "ipv4": ["139.144.4.199"], "ipv6": "1234::5678/128", "image": "linode/debian9", "region": "ap-west", "specs": {"disk": 25600, "memory": 1024, "vcpus": 1, "gpus": 0, "transfer": 1000}, "alerts": {"cpu": 90, "network_in": 10, "network_out": 10, "transfer_quota": 80, "io": 10000}, "backups": {"enabled": false, "available": false, "schedule": {"day": null, "window": null}, "last_successful": null}, "hypervisor": "kvm", "watchdog_enabled": true, "tags": [], "host_uuid": - "1a12d3d7c0a6cee83c7699d2c92ade2ede5b8e67"}' + "42f719224dc77210b2b8ff9ac790522f7650735a", "has_user_data": false}' headers: Access-Control-Allow-Credentials: - "true" @@ -159,7 +262,7 @@ interactions: Cache-Control: - private, max-age=60, s-maxage=60 Content-Length: - - "718" + - "741" Content-Security-Policy: - default-src 'none' Content-Type: @@ -187,7 +290,7 @@ interactions: code: 200 duration: "" - request: - body: '{"label":"linodego-fw-test","rules":{"inbound":[{"action":"ACCEPT","label":"go-fwrule-test","ports":"22","protocol":"TCP","addresses":{"ipv4":["0.0.0.0/0"],"ipv6":["1234::5678/0"]}}],"inbound_policy":"ACCEPT","outbound":[{"action":"ACCEPT","label":"go-fwrule-test","ports":"22","protocol":"TCP","addresses":{"ipv4":["0.0.0.0/0"],"ipv6":["1234::5678/0"]}}],"outbound_policy":"ACCEPT"},"tags":["testing"],"devices":{"linodes":[46937906]}}' + body: '{"label":"linodego-fw-test","rules":{"inbound":[{"action":"ACCEPT","label":"go-fwrule-test","ports":"22","protocol":"TCP","addresses":{"ipv4":["0.0.0.0/0"],"ipv6":["1234::5678/0"]}}],"inbound_policy":"ACCEPT","outbound":[{"action":"ACCEPT","label":"go-fwrule-test","ports":"22","protocol":"TCP","addresses":{"ipv4":["0.0.0.0/0"],"ipv6":["1234::5678/0"]}}],"outbound_policy":"ACCEPT"},"tags":["testing"],"devices":{"linodes":[49708338]}}' form: {} headers: Accept: @@ -199,7 +302,7 @@ interactions: url: https://api.linode.com/v4beta/networking/firewalls method: POST response: - body: '{"id": 183032, "label": "linodego-fw-test", "created": "2018-01-02T03:04:05", + body: '{"id": 228229, "label": "linodego-fw-test", "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", "status": "enabled", "rules": {"inbound": [{"action": "ACCEPT", "label": "go-fwrule-test", "ports": "22", "protocol": "TCP", "addresses": {"ipv4": ["0.0.0.0/0"], "ipv6": ["1234::5678/0"]}}], "inbound_policy": @@ -257,12 +360,12 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/networking/firewalls/183032/devices + url: https://api.linode.com/v4beta/networking/firewalls/228229/devices method: GET response: - body: '{"data": [{"id": 391680, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", - "entity": {"id": 46937906, "type": "linode", "label": "go-test-ins-lq352d1lq36a", - "url": "/v4/linode/instances/46937906"}}], "page": 1, "pages": 1, "results": + body: '{"data": [{"id": 485839, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", + "entity": {"id": 49708338, "type": "linode", "label": "go-test-ins-mzar9128s81w", + "url": "/v4/linode/instances/49708338"}}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: @@ -317,7 +420,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/networking/firewalls/183032 + url: https://api.linode.com/v4beta/networking/firewalls/228229 method: DELETE response: body: '{}' @@ -372,7 +475,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/linode/instances/46937906 + url: https://api.linode.com/v4beta/linode/instances/49708338 method: DELETE response: body: '{}' diff --git a/test/integration/fixtures/TestFirewallRules_Get.yaml b/test/integration/fixtures/TestFirewallRules_Get.yaml index 87601ce61..abbe1a3b4 100644 --- a/test/integration/fixtures/TestFirewallRules_Get.yaml +++ b/test/integration/fixtures/TestFirewallRules_Get.yaml @@ -14,7 +14,7 @@ interactions: url: https://api.linode.com/v4beta/networking/firewalls method: POST response: - body: '{"id": 91082, "label": "linodego-fw-test", "created": "2018-01-02T03:04:05", + body: '{"id": 228227, "label": "linodego-fw-test", "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", "status": "enabled", "rules": {"inbound": [{"action": "ACCEPT", "label": "go-fwrule-test", "ports": "22", "protocol": "TCP", "addresses": {"ipv4": ["0.0.0.0/0"], "ipv6": ["1234::5678/0"]}}], "inbound_policy": @@ -35,7 +35,7 @@ interactions: Cache-Control: - private, max-age=60, s-maxage=60 Content-Length: - - "525" + - "526" Content-Security-Policy: - default-src 'none' Content-Type: @@ -72,7 +72,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/networking/firewalls/91082/rules + url: https://api.linode.com/v4beta/networking/firewalls/228227/rules method: GET response: body: '{"inbound": [{"action": "ACCEPT", "label": "go-fwrule-test", "ports": "22", @@ -133,7 +133,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/networking/firewalls/91082 + url: https://api.linode.com/v4beta/networking/firewalls/228227 method: DELETE response: body: '{}' diff --git a/test/integration/fixtures/TestFirewallRules_Update.yaml b/test/integration/fixtures/TestFirewallRules_Update.yaml index 774f47cea..d65c8faef 100644 --- a/test/integration/fixtures/TestFirewallRules_Update.yaml +++ b/test/integration/fixtures/TestFirewallRules_Update.yaml @@ -14,7 +14,7 @@ interactions: url: https://api.linode.com/v4beta/networking/firewalls method: POST response: - body: '{"id": 91083, "label": "linodego-fw-test", "created": "2018-01-02T03:04:05", + body: '{"id": 228228, "label": "linodego-fw-test", "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", "status": "enabled", "rules": {"inbound": [{"action": "ACCEPT", "label": "go-fwrule-test", "ports": "22", "protocol": "TCP", "addresses": {"ipv4": ["0.0.0.0/0"], "ipv6": ["1234::5678/0"]}}], "inbound_policy": @@ -35,7 +35,7 @@ interactions: Cache-Control: - private, max-age=60, s-maxage=60 Content-Length: - - "525" + - "526" Content-Security-Policy: - default-src 'none' Content-Type: @@ -72,7 +72,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/networking/firewalls/91083/rules + url: https://api.linode.com/v4beta/networking/firewalls/228228/rules method: PUT response: body: '{"inbound": [{"action": "DROP", "label": "go-fwrule-test_r", "ports": "22", @@ -129,7 +129,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/networking/firewalls/91083/rules + url: https://api.linode.com/v4beta/networking/firewalls/228228/rules method: GET response: body: '{"inbound": [{"action": "DROP", "label": "go-fwrule-test_r", "ports": "22", @@ -188,7 +188,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/networking/firewalls/91083 + url: https://api.linode.com/v4beta/networking/firewalls/228228 method: DELETE response: body: '{}' diff --git a/test/integration/fixtures/TestFirewall_Get.yaml b/test/integration/fixtures/TestFirewall_Get.yaml index 756ec75d5..a344cbae3 100644 --- a/test/integration/fixtures/TestFirewall_Get.yaml +++ b/test/integration/fixtures/TestFirewall_Get.yaml @@ -14,7 +14,7 @@ interactions: url: https://api.linode.com/v4beta/networking/firewalls method: POST response: - body: '{"id": 91088, "label": "linodego-fw-test", "created": "2018-01-02T03:04:05", + body: '{"id": 228233, "label": "linodego-fw-test", "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", "status": "enabled", "rules": {"inbound": [{"action": "DROP", "label": "linodego-fwrule-test", "protocol": "ICMP", "addresses": {"ipv4": ["0.0.0.0/0"], "ipv6": ["1234::5678/0"]}}], "inbound_policy": "ACCEPT", "outbound": @@ -33,7 +33,7 @@ interactions: Cache-Control: - private, max-age=60, s-maxage=60 Content-Length: - - "380" + - "381" Content-Security-Policy: - default-src 'none' Content-Type: @@ -70,10 +70,10 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/networking/firewalls/91088 + url: https://api.linode.com/v4beta/networking/firewalls/228233 method: GET response: - body: '{"id": 91088, "label": "linodego-fw-test", "created": "2018-01-02T03:04:05", + body: '{"id": 228233, "label": "linodego-fw-test", "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", "status": "enabled", "rules": {"inbound": [{"action": "DROP", "label": "linodego-fwrule-test", "protocol": "ICMP", "addresses": {"ipv4": ["0.0.0.0/0"], "ipv6": ["1234::5678/0"]}}], "inbound_policy": "ACCEPT", "outbound": @@ -93,7 +93,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "380" + - "381" Content-Security-Policy: - default-src 'none' Content-Type: @@ -131,7 +131,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/networking/firewalls/91088 + url: https://api.linode.com/v4beta/networking/firewalls/228233 method: DELETE response: body: '{}' diff --git a/test/integration/fixtures/TestFirewall_Update.yaml b/test/integration/fixtures/TestFirewall_Update.yaml index deeda303f..b0c6fcad7 100644 --- a/test/integration/fixtures/TestFirewall_Update.yaml +++ b/test/integration/fixtures/TestFirewall_Update.yaml @@ -14,7 +14,7 @@ interactions: url: https://api.linode.com/v4beta/networking/firewalls method: POST response: - body: '{"id": 91089, "label": "linodego-fw-test", "created": "2018-01-02T03:04:05", + body: '{"id": 228234, "label": "linodego-fw-test", "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", "status": "enabled", "rules": {"inbound": [{"action": "DROP", "label": "linodego-fwrule-test", "protocol": "ICMP", "addresses": {"ipv4": ["0.0.0.0/0"]}}], "inbound_policy": "ACCEPT", "outbound": null, "outbound_policy": @@ -33,7 +33,7 @@ interactions: Cache-Control: - private, max-age=60, s-maxage=60 Content-Length: - - "359" + - "360" Content-Security-Policy: - default-src 'none' Content-Type: @@ -70,10 +70,10 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/networking/firewalls/91089 + url: https://api.linode.com/v4beta/networking/firewalls/228234 method: PUT response: - body: '{"id": 91089, "label": "linodego-fw-test-updated", "created": "2018-01-02T03:04:05", + body: '{"id": 228234, "label": "linodego-fw-test-updated", "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", "status": "disabled", "rules": {"inbound": [{"action": "DROP", "label": "linodego-fwrule-test", "protocol": "ICMP", "addresses": {"ipv4": ["0.0.0.0/0"]}}], "inbound_policy": "ACCEPT", "outbound": null, "outbound_policy": @@ -92,7 +92,7 @@ interactions: Cache-Control: - private, max-age=60, s-maxage=60 Content-Length: - - "362" + - "363" Content-Security-Policy: - default-src 'none' Content-Type: @@ -129,7 +129,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/networking/firewalls/91089 + url: https://api.linode.com/v4beta/networking/firewalls/228234 method: DELETE response: body: '{}' diff --git a/test/integration/fixtures/TestFirewalls_List.yaml b/test/integration/fixtures/TestFirewalls_List.yaml index 770ca5988..51b1107fa 100644 --- a/test/integration/fixtures/TestFirewalls_List.yaml +++ b/test/integration/fixtures/TestFirewalls_List.yaml @@ -14,7 +14,7 @@ interactions: url: https://api.linode.com/v4beta/networking/firewalls method: POST response: - body: '{"id": 91087, "label": "linodego-fw-test", "created": "2018-01-02T03:04:05", + body: '{"id": 228232, "label": "linodego-fw-test", "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", "status": "enabled", "rules": {"inbound": [{"action": "ACCEPT", "label": "go-fwrule-test", "ports": "22", "protocol": "TCP", "addresses": {"ipv4": ["0.0.0.0/0"], "ipv6": ["1234::5678/0"]}}], "inbound_policy": @@ -35,7 +35,7 @@ interactions: Cache-Control: - private, max-age=60, s-maxage=60 Content-Length: - - "525" + - "526" Content-Security-Policy: - default-src 'none' Content-Type: @@ -75,7 +75,7 @@ interactions: url: https://api.linode.com/v4beta/networking/firewalls method: GET response: - body: '{"data": [{"id": 91087, "label": "linodego-fw-test", "created": "2018-01-02T03:04:05", + body: '{"data": [{"id": 228232, "label": "linodego-fw-test", "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", "status": "enabled", "rules": {"inbound": [{"action": "ACCEPT", "label": "go-fwrule-test", "ports": "22", "protocol": "TCP", "addresses": {"ipv4": ["0.0.0.0/0"], "ipv6": ["1234::5678/0"]}}], "inbound_policy": @@ -98,7 +98,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "574" + - "575" Content-Security-Policy: - default-src 'none' Content-Type: @@ -136,7 +136,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/networking/firewalls/91087 + url: https://api.linode.com/v4beta/networking/firewalls/228232 method: DELETE response: body: '{}' diff --git a/test/integration/fixtures/TestNodeBalancerConfig_Create.yaml b/test/integration/fixtures/TestNodeBalancerConfig_Create.yaml index fe0ce3117..df5669715 100644 --- a/test/integration/fixtures/TestNodeBalancerConfig_Create.yaml +++ b/test/integration/fixtures/TestNodeBalancerConfig_Create.yaml @@ -1,6 +1,67 @@ --- version: 1 interactions: +- request: + body: '{"label":"linodego-fw-test","rules":{"inbound":[{"action":"ACCEPT","label":"go-fwrule-test","ports":"22","protocol":"TCP","addresses":{"ipv4":["0.0.0.0/0"],"ipv6":["1234::5678/0"]}}],"inbound_policy":"ACCEPT","outbound":[{"action":"ACCEPT","label":"go-fwrule-test","ports":"22","protocol":"TCP","addresses":{"ipv4":["0.0.0.0/0"],"ipv6":["1234::5678/0"]}}],"outbound_policy":"ACCEPT"},"tags":["testing"],"devices":{}}' + form: {} + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - linodego/dev https://github.com/linode/linodego + url: https://api.linode.com/v4beta/networking/firewalls + method: POST + response: + body: '{"id": 228216, "label": "linodego-fw-test", "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05", "status": "enabled", "rules": {"inbound": + [{"action": "ACCEPT", "label": "go-fwrule-test", "ports": "22", "protocol": + "TCP", "addresses": {"ipv4": ["0.0.0.0/0"], "ipv6": ["1234::5678/0"]}}], "inbound_policy": + "ACCEPT", "outbound": [{"action": "ACCEPT", "label": "go-fwrule-test", "ports": + "22", "protocol": "TCP", "addresses": {"ipv4": ["0.0.0.0/0"], "ipv6": ["1234::5678/0"]}}], + "outbound_policy": "ACCEPT"}, "tags": ["testing"]}' + headers: + Access-Control-Allow-Credentials: + - "true" + Access-Control-Allow-Headers: + - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter + Access-Control-Allow-Methods: + - HEAD, GET, OPTIONS, POST, PUT, DELETE + Access-Control-Allow-Origin: + - '*' + Access-Control-Expose-Headers: + - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status + Cache-Control: + - private, max-age=60, s-maxage=60 + Content-Length: + - "526" + Content-Security-Policy: + - default-src 'none' + Content-Type: + - application/json + Server: + - nginx + Strict-Transport-Security: + - max-age=31536000 + Vary: + - Authorization, X-Filter + X-Accepted-Oauth-Scopes: + - firewall:read_write + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + - DENY + X-Oauth-Scopes: + - '*' + X-Ratelimit-Limit: + - "800" + X-Xss-Protection: + - 1; mode=block + status: 200 OK + code: 200 + duration: "" - request: body: "" form: {} @@ -14,56 +75,177 @@ interactions: url: https://api.linode.com/v4beta/regions method: GET response: - body: '{"data": [{"id": "ap-west", "country": "in", "capabilities": ["Linodes", - "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "172.105.34.5,172.105.35.5,172.105.36.5,172.105.37.5,172.105.38.5,172.105.39.5,172.105.40.5,172.105.41.5,172.105.42.5,172.105.43.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ca-central", "country": "ca", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5,172.105.3.5,172.105.4.5,172.105.5.5,172.105.6.5,172.105.7.5,172.105.8.5,172.105.9.5,172.105.10.5,172.105.11.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-southeast", "country": "au", "capabilities": ["Linodes", "NodeBalancers", + body: '{"data": [{"id": "ap-west", "label": "Mumbai, IN", "country": "in", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud + Firewall", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": + "ok", "resolvers": {"ipv4": "172.105.34.5, 172.105.35.5, 172.105.36.5, 172.105.37.5, + 172.105.38.5, 172.105.39.5, 172.105.40.5, 172.105.41.5, 172.105.42.5, 172.105.43.5", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "ca-central", "label": "Toronto, CA", + "country": "ca", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5, 172.105.3.5, + 172.105.4.5, 172.105.5.5, 172.105.6.5, 172.105.7.5, 172.105.8.5, 172.105.9.5, + 172.105.10.5, 172.105.11.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-southeast", + "label": "Sydney, AU", "country": "au", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5,172.105.169.5,172.105.168.5,172.105.172.5,172.105.162.5,172.105.170.5,172.105.167.5,172.105.171.5,172.105.181.5,172.105.161.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-central", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "72.14.179.5,72.14.188.5,173.255.199.5,66.228.53.5,96.126.122.5,96.126.124.5,96.126.127.5,198.58.107.5,198.58.111.5,23.239.24.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-west", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5,173.230.147.5,173.230.155.5,173.255.212.5,173.255.219.5,173.255.241.5,173.255.243.5,173.255.244.5,74.207.241.5,74.207.242.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-southeast", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5, + 172.105.169.5, 172.105.168.5, 172.105.172.5, 172.105.162.5, 172.105.170.5, 172.105.167.5, + 172.105.171.5, 172.105.181.5, 172.105.161.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-iad", "label": "Washington, DC", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Managed Databases", "Metadata", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "139.144.192.62, 139.144.192.60, 139.144.192.61, 139.144.192.53, 139.144.192.54, 139.144.192.67, 139.144.192.69, 139.144.192.66, 139.144.192.52, 139.144.192.68", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-ord", "label": "Chicago, IL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Premium Plans"], "status": "ok", "resolvers": + {"ipv4": "172.232.0.17, 172.232.0.16, 172.232.0.21, 172.232.0.13, 172.232.0.22, 172.232.0.9, 172.232.0.19, 172.232.0.20, 172.232.0.15, 172.232.0.18", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "fr-par", "label": "Paris, FR", "country": "fr", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Metadata", "Premium Plans"], "status": "ok", + "resolvers": {"ipv4": "172.232.32.21, 172.232.32.23, 172.232.32.17, 172.232.32.18, 172.232.32.16, 172.232.32.22, 172.232.32.20, 172.232.32.14, 172.232.32.11, 172.232.32.12", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-sea", "label": "Seattle, WA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.160.19, + 172.232.160.21, 172.232.160.17, 172.232.160.15, 172.232.160.18, 172.232.160.8, + 172.232.160.12, 172.232.160.11, 172.232.160.14, 172.232.160.16", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "br-gru", "label": "Sao Paulo, BR", "country": "br", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.0.4, 172.233.0.9, 172.233.0.7, 172.233.0.12, 172.233.0.5, 172.233.0.13, + 172.233.0.10, 172.233.0.6, 172.233.0.8, 172.233.0.11", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "nl-ams", "label": "Amsterdam, NL", "country": "nl", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.33.36, 172.233.33.38, 172.233.33.35, 172.233.33.39, 172.233.33.34, + 172.233.33.33, 172.233.33.31, 172.233.33.30, 172.233.33.37, 172.233.33.32", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "se-sto", "label": "Stockholm, SE", + "country": "se", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "172.232.128.24, 172.232.128.26, 172.232.128.20, + 172.232.128.22, 172.232.128.25, 172.232.128.19, 172.232.128.23, 172.232.128.18, + 172.232.128.21, 172.232.128.27", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "in-maa", + "label": "Chennai, IN", "country": "in", "capabilities": ["Linodes", "NodeBalancers", + "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", + "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.96.17, 172.232.96.26, 172.232.96.19, 172.232.96.20, 172.232.96.25, 172.232.96.21, 172.232.96.18, 172.232.96.22, 172.232.96.23, 172.232.96.24", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "jp-osa", "label": "Osaka, JP", "country": "jp", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.64.44, + 172.233.64.43, 172.233.64.37, 172.233.64.40, 172.233.64.46, 172.233.64.41, 172.233.64.39, + 172.233.64.42, 172.233.64.45, 172.233.64.38", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "it-mil", "label": "Milan, IT", "country": "it", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.192.19, + 172.232.192.18, 172.232.192.16, 172.232.192.20, 172.232.192.24, 172.232.192.21, + 172.232.192.22, 172.232.192.17, 172.232.192.15, 172.232.192.23", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-mia", "label": "Miami, FL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.160.34, + 172.233.160.27, 172.233.160.30, 172.233.160.29, 172.233.160.32, 172.233.160.28, + 172.233.160.33, 172.233.160.26, 172.233.160.25, 172.233.160.31", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "id-cgk", "label": "Jakarta, ID", "country": "id", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.224.23, + 172.232.224.32, 172.232.224.26, 172.232.224.27, 172.232.224.21, 172.232.224.24, + 172.232.224.22, 172.232.224.20, 172.232.224.31, 172.232.224.28", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-lax", "label": "Los Angeles, CA", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.128.45, 172.233.128.38, 172.233.128.53, 172.233.128.37, 172.233.128.34, + 172.233.128.36, 172.233.128.33, 172.233.128.39, 172.233.128.43, 172.233.128.44", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "us-central", "label": "Dallas, TX", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "72.14.179.5, 72.14.188.5, 173.255.199.5, + 66.228.53.5, 96.126.122.5, 96.126.124.5, 96.126.127.5, 198.58.107.5, 198.58.111.5, + 23.239.24.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-west", "label": "Fremont, CA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage + Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5, + 173.230.147.5, 173.230.155.5, 173.255.212.5, 173.255.219.5, 173.255.241.5, 173.255.243.5, + 173.255.244.5, 74.207.241.5, 74.207.242.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "us-southeast", "label": "Atlanta, GA", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block + Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": + "74.207.231.5, 173.230.128.5, 173.230.129.5, 173.230.136.5, 173.230.140.5, 66.228.59.5, + 66.228.62.5, 50.116.35.5, 50.116.41.5, 23.239.18.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, {"id": "us-east", "label": "Newark, + NJ", "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Bare Metal", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "74.207.231.5,173.230.128.5,173.230.129.5,173.230.136.5,173.230.140.5,66.228.59.5,66.228.62.5,50.116.35.5,50.116.41.5,23.239.18.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-east", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Bare Metal", "Block Storage Migrations", "Managed Databases"], "status": "ok", - "resolvers": {"ipv4": "66.228.42.5,96.126.106.5,50.116.53.5,50.116.58.5,50.116.61.5,50.116.62.5,66.175.211.5,97.107.133.4,207.192.69.4,207.192.69.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-west", "country": "uk", "capabilities": ["Linodes", "NodeBalancers", + {"ipv4": "66.228.42.5, 96.126.106.5, 50.116.53.5, 50.116.58.5, 50.116.61.5, + 50.116.62.5, 66.175.211.5, 97.107.133.4, 207.192.69.4, 207.192.69.5", "ipv6": + "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, {"id": "eu-west", + "label": "London, UK", "country": "gb", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5,176.58.107.5,176.58.116.5,176.58.121.5,151.236.220.5,212.71.252.5,212.71.253.5,109.74.192.20,109.74.193.20,109.74.194.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-south", "country": "sg", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.11.5,139.162.13.5,139.162.14.5,139.162.15.5,139.162.16.5,139.162.21.5,139.162.27.5,103.3.60.18,103.3.60.19,103.3.60.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-central", "country": "de", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.130.5,139.162.131.5,139.162.132.5,139.162.133.5,139.162.134.5,139.162.135.5,139.162.136.5,139.162.137.5,139.162.138.5,139.162.139.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-northeast", "country": "jp", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.66.5,139.162.67.5,139.162.68.5,139.162.69.5,139.162.70.5,139.162.71.5,139.162.72.5,139.162.73.5,139.162.74.5,139.162.75.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}], - "page": 1, "pages": 1, "results": 11}' + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5, 176.58.107.5, 176.58.116.5, 176.58.121.5, 151.236.220.5, 212.71.252.5, 212.71.253.5, 109.74.192.20, 109.74.193.20, 109.74.194.20", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "ap-south", "label": "Singapore, SG", "country": "sg", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "GPU Linodes", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.11.5, 139.162.13.5, + 139.162.14.5, 139.162.15.5, 139.162.16.5, 139.162.21.5, 139.162.27.5, 103.3.60.18, + 103.3.60.19, 103.3.60.20", "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "eu-central", "label": "Frankfurt, DE", "country": "de", + "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", + "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.130.5, + 139.162.131.5, 139.162.132.5, 139.162.133.5, 139.162.134.5, 139.162.135.5, 139.162.136.5, + 139.162.137.5, 139.162.138.5, 139.162.139.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-northeast", "label": "Tokyo, JP", + "country": "jp", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "139.162.66.5, 139.162.67.5, 139.162.68.5, + 139.162.69.5, 139.162.70.5, 139.162.71.5, 139.162.72.5, 139.162.73.5, 139.162.74.5, + 139.162.75.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}], + "page": 1, "pages": 1, "results": 24}' headers: Access-Control-Allow-Credentials: - "true" @@ -106,7 +288,7 @@ interactions: code: 200 duration: "" - request: - body: '{"label":"go-test-def","region":"ap-west","client_conn_throttle":20,"tags":null}' + body: '{"label":"go-test-def","region":"ap-west","client_conn_throttle":20,"tags":null,"firewall_id":228216}' form: {} headers: Accept: @@ -118,11 +300,10 @@ interactions: url: https://api.linode.com/v4beta/nodebalancers method: POST response: - body: '{"id": 259553, "label": "go-test-def", "region": "ap-west", "hostname": - "172-105-45-183.ip.linodeusercontent.com", "ipv4": "172.105.45.183", "ipv6": - "1234::5678", "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", - "client_conn_throttle": 20, "tags": [], "transfer": {"in": null, "out": null, - "total": null}}' + body: '{"id": 441127, "label": "go-test-def", "region": "ap-west", "hostname": + "172-232-87-34.ip.linodeusercontent.com", "ipv4": "172.232.87.34", "ipv6": "1234::5678", + "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", "client_conn_throttle": + 20, "tags": [], "transfer": {"in": null, "out": null, "total": null}}' headers: Access-Control-Allow-Credentials: - "true" @@ -137,7 +318,7 @@ interactions: Cache-Control: - private, max-age=60, s-maxage=60 Content-Length: - - "336" + - "334" Content-Security-Policy: - default-src 'none' Content-Type: @@ -174,14 +355,14 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259553/configs + url: https://api.linode.com/v4beta/nodebalancers/441127/configs method: POST response: - body: '{"id": 387230, "port": 80, "protocol": "http", "algorithm": "roundrobin", + body: '{"id": 670345, "port": 80, "protocol": "http", "algorithm": "roundrobin", "stickiness": "none", "check": "none", "check_interval": 60, "check_timeout": 30, "check_attempts": 3, "check_path": "", "check_body": "", "check_passive": true, "proxy_protocol": "none", "cipher_suite": "recommended", "nodebalancer_id": - 259553, "ssl_commonname": "", "ssl_fingerprint": "", "ssl_cert": null, "ssl_key": + 441127, "ssl_commonname": "", "ssl_fingerprint": "", "ssl_cert": null, "ssl_key": null, "nodes_status": {"up": 0, "down": 0}}' headers: Access-Control-Allow-Credentials: @@ -234,7 +415,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259553/configs/387230 + url: https://api.linode.com/v4beta/nodebalancers/441127/configs/670345 method: DELETE response: body: '{}' @@ -289,7 +470,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259553 + url: https://api.linode.com/v4beta/nodebalancers/441127 method: DELETE response: body: '{}' @@ -334,3 +515,58 @@ interactions: status: 200 OK code: 200 duration: "" +- request: + body: "" + form: {} + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - linodego/dev https://github.com/linode/linodego + url: https://api.linode.com/v4beta/networking/firewalls/228216 + method: DELETE + response: + body: '{}' + headers: + Access-Control-Allow-Credentials: + - "true" + Access-Control-Allow-Headers: + - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter + Access-Control-Allow-Methods: + - HEAD, GET, OPTIONS, POST, PUT, DELETE + Access-Control-Allow-Origin: + - '*' + Access-Control-Expose-Headers: + - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status + Cache-Control: + - private, max-age=60, s-maxage=60 + Content-Length: + - "2" + Content-Security-Policy: + - default-src 'none' + Content-Type: + - application/json + Server: + - nginx + Strict-Transport-Security: + - max-age=31536000 + Vary: + - Authorization, X-Filter + X-Accepted-Oauth-Scopes: + - firewall:read_write + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + - DENY + X-Oauth-Scopes: + - '*' + X-Ratelimit-Limit: + - "800" + X-Xss-Protection: + - 1; mode=block + status: 200 OK + code: 200 + duration: "" diff --git a/test/integration/fixtures/TestNodeBalancerConfig_Get.yaml b/test/integration/fixtures/TestNodeBalancerConfig_Get.yaml index 5b767f157..ea75d68a6 100644 --- a/test/integration/fixtures/TestNodeBalancerConfig_Get.yaml +++ b/test/integration/fixtures/TestNodeBalancerConfig_Get.yaml @@ -1,6 +1,67 @@ --- version: 1 interactions: +- request: + body: '{"label":"linodego-fw-test","rules":{"inbound":[{"action":"ACCEPT","label":"go-fwrule-test","ports":"22","protocol":"TCP","addresses":{"ipv4":["0.0.0.0/0"],"ipv6":["1234::5678/0"]}}],"inbound_policy":"ACCEPT","outbound":[{"action":"ACCEPT","label":"go-fwrule-test","ports":"22","protocol":"TCP","addresses":{"ipv4":["0.0.0.0/0"],"ipv6":["1234::5678/0"]}}],"outbound_policy":"ACCEPT"},"tags":["testing"],"devices":{}}' + form: {} + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - linodego/dev https://github.com/linode/linodego + url: https://api.linode.com/v4beta/networking/firewalls + method: POST + response: + body: '{"id": 228221, "label": "linodego-fw-test", "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05", "status": "enabled", "rules": {"inbound": + [{"action": "ACCEPT", "label": "go-fwrule-test", "ports": "22", "protocol": + "TCP", "addresses": {"ipv4": ["0.0.0.0/0"], "ipv6": ["1234::5678/0"]}}], "inbound_policy": + "ACCEPT", "outbound": [{"action": "ACCEPT", "label": "go-fwrule-test", "ports": + "22", "protocol": "TCP", "addresses": {"ipv4": ["0.0.0.0/0"], "ipv6": ["1234::5678/0"]}}], + "outbound_policy": "ACCEPT"}, "tags": ["testing"]}' + headers: + Access-Control-Allow-Credentials: + - "true" + Access-Control-Allow-Headers: + - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter + Access-Control-Allow-Methods: + - HEAD, GET, OPTIONS, POST, PUT, DELETE + Access-Control-Allow-Origin: + - '*' + Access-Control-Expose-Headers: + - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status + Cache-Control: + - private, max-age=60, s-maxage=60 + Content-Length: + - "526" + Content-Security-Policy: + - default-src 'none' + Content-Type: + - application/json + Server: + - nginx + Strict-Transport-Security: + - max-age=31536000 + Vary: + - Authorization, X-Filter + X-Accepted-Oauth-Scopes: + - firewall:read_write + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + - DENY + X-Oauth-Scopes: + - '*' + X-Ratelimit-Limit: + - "800" + X-Xss-Protection: + - 1; mode=block + status: 200 OK + code: 200 + duration: "" - request: body: "" form: {} @@ -14,56 +75,177 @@ interactions: url: https://api.linode.com/v4beta/regions method: GET response: - body: '{"data": [{"id": "ap-west", "country": "in", "capabilities": ["Linodes", - "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "172.105.34.5,172.105.35.5,172.105.36.5,172.105.37.5,172.105.38.5,172.105.39.5,172.105.40.5,172.105.41.5,172.105.42.5,172.105.43.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ca-central", "country": "ca", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5,172.105.3.5,172.105.4.5,172.105.5.5,172.105.6.5,172.105.7.5,172.105.8.5,172.105.9.5,172.105.10.5,172.105.11.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-southeast", "country": "au", "capabilities": ["Linodes", "NodeBalancers", + body: '{"data": [{"id": "ap-west", "label": "Mumbai, IN", "country": "in", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud + Firewall", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": + "ok", "resolvers": {"ipv4": "172.105.34.5, 172.105.35.5, 172.105.36.5, 172.105.37.5, + 172.105.38.5, 172.105.39.5, 172.105.40.5, 172.105.41.5, 172.105.42.5, 172.105.43.5", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "ca-central", "label": "Toronto, CA", + "country": "ca", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5, 172.105.3.5, + 172.105.4.5, 172.105.5.5, 172.105.6.5, 172.105.7.5, 172.105.8.5, 172.105.9.5, + 172.105.10.5, 172.105.11.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-southeast", + "label": "Sydney, AU", "country": "au", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5,172.105.169.5,172.105.168.5,172.105.172.5,172.105.162.5,172.105.170.5,172.105.167.5,172.105.171.5,172.105.181.5,172.105.161.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-central", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "72.14.179.5,72.14.188.5,173.255.199.5,66.228.53.5,96.126.122.5,96.126.124.5,96.126.127.5,198.58.107.5,198.58.111.5,23.239.24.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-west", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5,173.230.147.5,173.230.155.5,173.255.212.5,173.255.219.5,173.255.241.5,173.255.243.5,173.255.244.5,74.207.241.5,74.207.242.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-southeast", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5, + 172.105.169.5, 172.105.168.5, 172.105.172.5, 172.105.162.5, 172.105.170.5, 172.105.167.5, + 172.105.171.5, 172.105.181.5, 172.105.161.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-iad", "label": "Washington, DC", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Managed Databases", "Metadata", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "139.144.192.62, 139.144.192.60, 139.144.192.61, 139.144.192.53, 139.144.192.54, 139.144.192.67, 139.144.192.69, 139.144.192.66, 139.144.192.52, 139.144.192.68", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-ord", "label": "Chicago, IL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Premium Plans"], "status": "ok", "resolvers": + {"ipv4": "172.232.0.17, 172.232.0.16, 172.232.0.21, 172.232.0.13, 172.232.0.22, 172.232.0.9, 172.232.0.19, 172.232.0.20, 172.232.0.15, 172.232.0.18", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "fr-par", "label": "Paris, FR", "country": "fr", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Metadata", "Premium Plans"], "status": "ok", + "resolvers": {"ipv4": "172.232.32.21, 172.232.32.23, 172.232.32.17, 172.232.32.18, 172.232.32.16, 172.232.32.22, 172.232.32.20, 172.232.32.14, 172.232.32.11, 172.232.32.12", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-sea", "label": "Seattle, WA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.160.19, + 172.232.160.21, 172.232.160.17, 172.232.160.15, 172.232.160.18, 172.232.160.8, + 172.232.160.12, 172.232.160.11, 172.232.160.14, 172.232.160.16", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "br-gru", "label": "Sao Paulo, BR", "country": "br", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.0.4, 172.233.0.9, 172.233.0.7, 172.233.0.12, 172.233.0.5, 172.233.0.13, + 172.233.0.10, 172.233.0.6, 172.233.0.8, 172.233.0.11", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "nl-ams", "label": "Amsterdam, NL", "country": "nl", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.33.36, 172.233.33.38, 172.233.33.35, 172.233.33.39, 172.233.33.34, + 172.233.33.33, 172.233.33.31, 172.233.33.30, 172.233.33.37, 172.233.33.32", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "se-sto", "label": "Stockholm, SE", + "country": "se", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "172.232.128.24, 172.232.128.26, 172.232.128.20, + 172.232.128.22, 172.232.128.25, 172.232.128.19, 172.232.128.23, 172.232.128.18, + 172.232.128.21, 172.232.128.27", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "in-maa", + "label": "Chennai, IN", "country": "in", "capabilities": ["Linodes", "NodeBalancers", + "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", + "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.96.17, 172.232.96.26, 172.232.96.19, 172.232.96.20, 172.232.96.25, 172.232.96.21, 172.232.96.18, 172.232.96.22, 172.232.96.23, 172.232.96.24", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "jp-osa", "label": "Osaka, JP", "country": "jp", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.64.44, + 172.233.64.43, 172.233.64.37, 172.233.64.40, 172.233.64.46, 172.233.64.41, 172.233.64.39, + 172.233.64.42, 172.233.64.45, 172.233.64.38", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "it-mil", "label": "Milan, IT", "country": "it", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.192.19, + 172.232.192.18, 172.232.192.16, 172.232.192.20, 172.232.192.24, 172.232.192.21, + 172.232.192.22, 172.232.192.17, 172.232.192.15, 172.232.192.23", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-mia", "label": "Miami, FL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.160.34, + 172.233.160.27, 172.233.160.30, 172.233.160.29, 172.233.160.32, 172.233.160.28, + 172.233.160.33, 172.233.160.26, 172.233.160.25, 172.233.160.31", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "id-cgk", "label": "Jakarta, ID", "country": "id", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.224.23, + 172.232.224.32, 172.232.224.26, 172.232.224.27, 172.232.224.21, 172.232.224.24, + 172.232.224.22, 172.232.224.20, 172.232.224.31, 172.232.224.28", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-lax", "label": "Los Angeles, CA", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.128.45, 172.233.128.38, 172.233.128.53, 172.233.128.37, 172.233.128.34, + 172.233.128.36, 172.233.128.33, 172.233.128.39, 172.233.128.43, 172.233.128.44", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "us-central", "label": "Dallas, TX", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "72.14.179.5, 72.14.188.5, 173.255.199.5, + 66.228.53.5, 96.126.122.5, 96.126.124.5, 96.126.127.5, 198.58.107.5, 198.58.111.5, + 23.239.24.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-west", "label": "Fremont, CA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage + Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5, + 173.230.147.5, 173.230.155.5, 173.255.212.5, 173.255.219.5, 173.255.241.5, 173.255.243.5, + 173.255.244.5, 74.207.241.5, 74.207.242.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "us-southeast", "label": "Atlanta, GA", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block + Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": + "74.207.231.5, 173.230.128.5, 173.230.129.5, 173.230.136.5, 173.230.140.5, 66.228.59.5, + 66.228.62.5, 50.116.35.5, 50.116.41.5, 23.239.18.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, {"id": "us-east", "label": "Newark, + NJ", "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Bare Metal", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "74.207.231.5,173.230.128.5,173.230.129.5,173.230.136.5,173.230.140.5,66.228.59.5,66.228.62.5,50.116.35.5,50.116.41.5,23.239.18.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-east", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Bare Metal", "Block Storage Migrations", "Managed Databases"], "status": "ok", - "resolvers": {"ipv4": "66.228.42.5,96.126.106.5,50.116.53.5,50.116.58.5,50.116.61.5,50.116.62.5,66.175.211.5,97.107.133.4,207.192.69.4,207.192.69.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-west", "country": "uk", "capabilities": ["Linodes", "NodeBalancers", + {"ipv4": "66.228.42.5, 96.126.106.5, 50.116.53.5, 50.116.58.5, 50.116.61.5, + 50.116.62.5, 66.175.211.5, 97.107.133.4, 207.192.69.4, 207.192.69.5", "ipv6": + "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, {"id": "eu-west", + "label": "London, UK", "country": "gb", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5,176.58.107.5,176.58.116.5,176.58.121.5,151.236.220.5,212.71.252.5,212.71.253.5,109.74.192.20,109.74.193.20,109.74.194.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-south", "country": "sg", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.11.5,139.162.13.5,139.162.14.5,139.162.15.5,139.162.16.5,139.162.21.5,139.162.27.5,103.3.60.18,103.3.60.19,103.3.60.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-central", "country": "de", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.130.5,139.162.131.5,139.162.132.5,139.162.133.5,139.162.134.5,139.162.135.5,139.162.136.5,139.162.137.5,139.162.138.5,139.162.139.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-northeast", "country": "jp", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.66.5,139.162.67.5,139.162.68.5,139.162.69.5,139.162.70.5,139.162.71.5,139.162.72.5,139.162.73.5,139.162.74.5,139.162.75.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}], - "page": 1, "pages": 1, "results": 11}' + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5, 176.58.107.5, 176.58.116.5, 176.58.121.5, 151.236.220.5, 212.71.252.5, 212.71.253.5, 109.74.192.20, 109.74.193.20, 109.74.194.20", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "ap-south", "label": "Singapore, SG", "country": "sg", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "GPU Linodes", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.11.5, 139.162.13.5, + 139.162.14.5, 139.162.15.5, 139.162.16.5, 139.162.21.5, 139.162.27.5, 103.3.60.18, + 103.3.60.19, 103.3.60.20", "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "eu-central", "label": "Frankfurt, DE", "country": "de", + "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", + "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.130.5, + 139.162.131.5, 139.162.132.5, 139.162.133.5, 139.162.134.5, 139.162.135.5, 139.162.136.5, + 139.162.137.5, 139.162.138.5, 139.162.139.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-northeast", "label": "Tokyo, JP", + "country": "jp", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "139.162.66.5, 139.162.67.5, 139.162.68.5, + 139.162.69.5, 139.162.70.5, 139.162.71.5, 139.162.72.5, 139.162.73.5, 139.162.74.5, + 139.162.75.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}], + "page": 1, "pages": 1, "results": 24}' headers: Access-Control-Allow-Credentials: - "true" @@ -106,7 +288,7 @@ interactions: code: 200 duration: "" - request: - body: '{"label":"go-test-def","region":"ap-west","client_conn_throttle":20,"tags":null}' + body: '{"label":"go-test-def","region":"ap-west","client_conn_throttle":20,"tags":null,"firewall_id":228221}' form: {} headers: Accept: @@ -118,8 +300,8 @@ interactions: url: https://api.linode.com/v4beta/nodebalancers method: POST response: - body: '{"id": 259557, "label": "go-test-def", "region": "ap-west", "hostname": - "172-105-44-125.ip.linodeusercontent.com", "ipv4": "172.105.44.125", "ipv6": + body: '{"id": 441131, "label": "go-test-def", "region": "ap-west", "hostname": + "172-232-87-200.ip.linodeusercontent.com", "ipv4": "172.232.87.200", "ipv6": "1234::5678", "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", "client_conn_throttle": 20, "tags": [], "transfer": {"in": null, "out": null, "total": null}}' @@ -174,14 +356,14 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259557/configs + url: https://api.linode.com/v4beta/nodebalancers/441131/configs method: POST response: - body: '{"id": 387234, "port": 80, "protocol": "http", "algorithm": "roundrobin", + body: '{"id": 670349, "port": 80, "protocol": "http", "algorithm": "roundrobin", "stickiness": "none", "check": "none", "check_interval": 60, "check_timeout": 30, "check_attempts": 3, "check_path": "", "check_body": "", "check_passive": true, "proxy_protocol": "none", "cipher_suite": "recommended", "nodebalancer_id": - 259557, "ssl_commonname": "", "ssl_fingerprint": "", "ssl_cert": null, "ssl_key": + 441131, "ssl_commonname": "", "ssl_fingerprint": "", "ssl_cert": null, "ssl_key": null, "nodes_status": {"up": 0, "down": 0}}' headers: Access-Control-Allow-Credentials: @@ -234,14 +416,14 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259557/configs/387234 + url: https://api.linode.com/v4beta/nodebalancers/441131/configs/670349 method: GET response: - body: '{"id": 387234, "port": 80, "protocol": "http", "algorithm": "roundrobin", + body: '{"id": 670349, "port": 80, "protocol": "http", "algorithm": "roundrobin", "stickiness": "none", "check": "none", "check_interval": 60, "check_timeout": 30, "check_attempts": 3, "check_path": "", "check_body": "", "check_passive": true, "proxy_protocol": "none", "cipher_suite": "recommended", "nodebalancer_id": - 259557, "ssl_commonname": "", "ssl_fingerprint": "", "ssl_cert": null, "ssl_key": + 441131, "ssl_commonname": "", "ssl_fingerprint": "", "ssl_cert": null, "ssl_key": null, "nodes_status": {"up": 0, "down": 0}}' headers: Access-Control-Allow-Credentials: @@ -296,7 +478,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259557/configs/387234 + url: https://api.linode.com/v4beta/nodebalancers/441131/configs/670349 method: DELETE response: body: '{}' @@ -351,7 +533,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259557 + url: https://api.linode.com/v4beta/nodebalancers/441131 method: DELETE response: body: '{}' @@ -396,3 +578,58 @@ interactions: status: 200 OK code: 200 duration: "" +- request: + body: "" + form: {} + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - linodego/dev https://github.com/linode/linodego + url: https://api.linode.com/v4beta/networking/firewalls/228221 + method: DELETE + response: + body: '{}' + headers: + Access-Control-Allow-Credentials: + - "true" + Access-Control-Allow-Headers: + - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter + Access-Control-Allow-Methods: + - HEAD, GET, OPTIONS, POST, PUT, DELETE + Access-Control-Allow-Origin: + - '*' + Access-Control-Expose-Headers: + - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status + Cache-Control: + - private, max-age=60, s-maxage=60 + Content-Length: + - "2" + Content-Security-Policy: + - default-src 'none' + Content-Type: + - application/json + Server: + - nginx + Strict-Transport-Security: + - max-age=31536000 + Vary: + - Authorization, X-Filter + X-Accepted-Oauth-Scopes: + - firewall:read_write + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + - DENY + X-Oauth-Scopes: + - '*' + X-Ratelimit-Limit: + - "800" + X-Xss-Protection: + - 1; mode=block + status: 200 OK + code: 200 + duration: "" diff --git a/test/integration/fixtures/TestNodeBalancerConfig_Update.yaml b/test/integration/fixtures/TestNodeBalancerConfig_Update.yaml index 62cf555f1..2793d45f7 100644 --- a/test/integration/fixtures/TestNodeBalancerConfig_Update.yaml +++ b/test/integration/fixtures/TestNodeBalancerConfig_Update.yaml @@ -1,6 +1,67 @@ --- version: 1 interactions: +- request: + body: '{"label":"linodego-fw-test","rules":{"inbound":[{"action":"ACCEPT","label":"go-fwrule-test","ports":"22","protocol":"TCP","addresses":{"ipv4":["0.0.0.0/0"],"ipv6":["1234::5678/0"]}}],"inbound_policy":"ACCEPT","outbound":[{"action":"ACCEPT","label":"go-fwrule-test","ports":"22","protocol":"TCP","addresses":{"ipv4":["0.0.0.0/0"],"ipv6":["1234::5678/0"]}}],"outbound_policy":"ACCEPT"},"tags":["testing"],"devices":{}}' + form: {} + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - linodego/dev https://github.com/linode/linodego + url: https://api.linode.com/v4beta/networking/firewalls + method: POST + response: + body: '{"id": 228217, "label": "linodego-fw-test", "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05", "status": "enabled", "rules": {"inbound": + [{"action": "ACCEPT", "label": "go-fwrule-test", "ports": "22", "protocol": + "TCP", "addresses": {"ipv4": ["0.0.0.0/0"], "ipv6": ["1234::5678/0"]}}], "inbound_policy": + "ACCEPT", "outbound": [{"action": "ACCEPT", "label": "go-fwrule-test", "ports": + "22", "protocol": "TCP", "addresses": {"ipv4": ["0.0.0.0/0"], "ipv6": ["1234::5678/0"]}}], + "outbound_policy": "ACCEPT"}, "tags": ["testing"]}' + headers: + Access-Control-Allow-Credentials: + - "true" + Access-Control-Allow-Headers: + - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter + Access-Control-Allow-Methods: + - HEAD, GET, OPTIONS, POST, PUT, DELETE + Access-Control-Allow-Origin: + - '*' + Access-Control-Expose-Headers: + - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status + Cache-Control: + - private, max-age=60, s-maxage=60 + Content-Length: + - "526" + Content-Security-Policy: + - default-src 'none' + Content-Type: + - application/json + Server: + - nginx + Strict-Transport-Security: + - max-age=31536000 + Vary: + - Authorization, X-Filter + X-Accepted-Oauth-Scopes: + - firewall:read_write + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + - DENY + X-Oauth-Scopes: + - '*' + X-Ratelimit-Limit: + - "800" + X-Xss-Protection: + - 1; mode=block + status: 200 OK + code: 200 + duration: "" - request: body: "" form: {} @@ -14,56 +75,177 @@ interactions: url: https://api.linode.com/v4beta/regions method: GET response: - body: '{"data": [{"id": "ap-west", "country": "in", "capabilities": ["Linodes", - "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "172.105.34.5,172.105.35.5,172.105.36.5,172.105.37.5,172.105.38.5,172.105.39.5,172.105.40.5,172.105.41.5,172.105.42.5,172.105.43.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ca-central", "country": "ca", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5,172.105.3.5,172.105.4.5,172.105.5.5,172.105.6.5,172.105.7.5,172.105.8.5,172.105.9.5,172.105.10.5,172.105.11.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-southeast", "country": "au", "capabilities": ["Linodes", "NodeBalancers", + body: '{"data": [{"id": "ap-west", "label": "Mumbai, IN", "country": "in", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud + Firewall", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": + "ok", "resolvers": {"ipv4": "172.105.34.5, 172.105.35.5, 172.105.36.5, 172.105.37.5, + 172.105.38.5, 172.105.39.5, 172.105.40.5, 172.105.41.5, 172.105.42.5, 172.105.43.5", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "ca-central", "label": "Toronto, CA", + "country": "ca", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5, 172.105.3.5, + 172.105.4.5, 172.105.5.5, 172.105.6.5, 172.105.7.5, 172.105.8.5, 172.105.9.5, + 172.105.10.5, 172.105.11.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-southeast", + "label": "Sydney, AU", "country": "au", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5,172.105.169.5,172.105.168.5,172.105.172.5,172.105.162.5,172.105.170.5,172.105.167.5,172.105.171.5,172.105.181.5,172.105.161.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-central", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "72.14.179.5,72.14.188.5,173.255.199.5,66.228.53.5,96.126.122.5,96.126.124.5,96.126.127.5,198.58.107.5,198.58.111.5,23.239.24.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-west", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5,173.230.147.5,173.230.155.5,173.255.212.5,173.255.219.5,173.255.241.5,173.255.243.5,173.255.244.5,74.207.241.5,74.207.242.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-southeast", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5, + 172.105.169.5, 172.105.168.5, 172.105.172.5, 172.105.162.5, 172.105.170.5, 172.105.167.5, + 172.105.171.5, 172.105.181.5, 172.105.161.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-iad", "label": "Washington, DC", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Managed Databases", "Metadata", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "139.144.192.62, 139.144.192.60, 139.144.192.61, 139.144.192.53, 139.144.192.54, 139.144.192.67, 139.144.192.69, 139.144.192.66, 139.144.192.52, 139.144.192.68", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-ord", "label": "Chicago, IL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Premium Plans"], "status": "ok", "resolvers": + {"ipv4": "172.232.0.17, 172.232.0.16, 172.232.0.21, 172.232.0.13, 172.232.0.22, 172.232.0.9, 172.232.0.19, 172.232.0.20, 172.232.0.15, 172.232.0.18", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "fr-par", "label": "Paris, FR", "country": "fr", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Metadata", "Premium Plans"], "status": "ok", + "resolvers": {"ipv4": "172.232.32.21, 172.232.32.23, 172.232.32.17, 172.232.32.18, 172.232.32.16, 172.232.32.22, 172.232.32.20, 172.232.32.14, 172.232.32.11, 172.232.32.12", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-sea", "label": "Seattle, WA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.160.19, + 172.232.160.21, 172.232.160.17, 172.232.160.15, 172.232.160.18, 172.232.160.8, + 172.232.160.12, 172.232.160.11, 172.232.160.14, 172.232.160.16", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "br-gru", "label": "Sao Paulo, BR", "country": "br", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.0.4, 172.233.0.9, 172.233.0.7, 172.233.0.12, 172.233.0.5, 172.233.0.13, + 172.233.0.10, 172.233.0.6, 172.233.0.8, 172.233.0.11", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "nl-ams", "label": "Amsterdam, NL", "country": "nl", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.33.36, 172.233.33.38, 172.233.33.35, 172.233.33.39, 172.233.33.34, + 172.233.33.33, 172.233.33.31, 172.233.33.30, 172.233.33.37, 172.233.33.32", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "se-sto", "label": "Stockholm, SE", + "country": "se", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "172.232.128.24, 172.232.128.26, 172.232.128.20, + 172.232.128.22, 172.232.128.25, 172.232.128.19, 172.232.128.23, 172.232.128.18, + 172.232.128.21, 172.232.128.27", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "in-maa", + "label": "Chennai, IN", "country": "in", "capabilities": ["Linodes", "NodeBalancers", + "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", + "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.96.17, 172.232.96.26, 172.232.96.19, 172.232.96.20, 172.232.96.25, 172.232.96.21, 172.232.96.18, 172.232.96.22, 172.232.96.23, 172.232.96.24", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "jp-osa", "label": "Osaka, JP", "country": "jp", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.64.44, + 172.233.64.43, 172.233.64.37, 172.233.64.40, 172.233.64.46, 172.233.64.41, 172.233.64.39, + 172.233.64.42, 172.233.64.45, 172.233.64.38", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "it-mil", "label": "Milan, IT", "country": "it", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.192.19, + 172.232.192.18, 172.232.192.16, 172.232.192.20, 172.232.192.24, 172.232.192.21, + 172.232.192.22, 172.232.192.17, 172.232.192.15, 172.232.192.23", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-mia", "label": "Miami, FL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.160.34, + 172.233.160.27, 172.233.160.30, 172.233.160.29, 172.233.160.32, 172.233.160.28, + 172.233.160.33, 172.233.160.26, 172.233.160.25, 172.233.160.31", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "id-cgk", "label": "Jakarta, ID", "country": "id", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.224.23, + 172.232.224.32, 172.232.224.26, 172.232.224.27, 172.232.224.21, 172.232.224.24, + 172.232.224.22, 172.232.224.20, 172.232.224.31, 172.232.224.28", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-lax", "label": "Los Angeles, CA", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.128.45, 172.233.128.38, 172.233.128.53, 172.233.128.37, 172.233.128.34, + 172.233.128.36, 172.233.128.33, 172.233.128.39, 172.233.128.43, 172.233.128.44", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "us-central", "label": "Dallas, TX", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "72.14.179.5, 72.14.188.5, 173.255.199.5, + 66.228.53.5, 96.126.122.5, 96.126.124.5, 96.126.127.5, 198.58.107.5, 198.58.111.5, + 23.239.24.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-west", "label": "Fremont, CA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage + Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5, + 173.230.147.5, 173.230.155.5, 173.255.212.5, 173.255.219.5, 173.255.241.5, 173.255.243.5, + 173.255.244.5, 74.207.241.5, 74.207.242.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "us-southeast", "label": "Atlanta, GA", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block + Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": + "74.207.231.5, 173.230.128.5, 173.230.129.5, 173.230.136.5, 173.230.140.5, 66.228.59.5, + 66.228.62.5, 50.116.35.5, 50.116.41.5, 23.239.18.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, {"id": "us-east", "label": "Newark, + NJ", "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Bare Metal", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "74.207.231.5,173.230.128.5,173.230.129.5,173.230.136.5,173.230.140.5,66.228.59.5,66.228.62.5,50.116.35.5,50.116.41.5,23.239.18.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-east", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Bare Metal", "Block Storage Migrations", "Managed Databases"], "status": "ok", - "resolvers": {"ipv4": "66.228.42.5,96.126.106.5,50.116.53.5,50.116.58.5,50.116.61.5,50.116.62.5,66.175.211.5,97.107.133.4,207.192.69.4,207.192.69.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-west", "country": "uk", "capabilities": ["Linodes", "NodeBalancers", + {"ipv4": "66.228.42.5, 96.126.106.5, 50.116.53.5, 50.116.58.5, 50.116.61.5, + 50.116.62.5, 66.175.211.5, 97.107.133.4, 207.192.69.4, 207.192.69.5", "ipv6": + "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, {"id": "eu-west", + "label": "London, UK", "country": "gb", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5,176.58.107.5,176.58.116.5,176.58.121.5,151.236.220.5,212.71.252.5,212.71.253.5,109.74.192.20,109.74.193.20,109.74.194.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-south", "country": "sg", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.11.5,139.162.13.5,139.162.14.5,139.162.15.5,139.162.16.5,139.162.21.5,139.162.27.5,103.3.60.18,103.3.60.19,103.3.60.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-central", "country": "de", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.130.5,139.162.131.5,139.162.132.5,139.162.133.5,139.162.134.5,139.162.135.5,139.162.136.5,139.162.137.5,139.162.138.5,139.162.139.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-northeast", "country": "jp", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.66.5,139.162.67.5,139.162.68.5,139.162.69.5,139.162.70.5,139.162.71.5,139.162.72.5,139.162.73.5,139.162.74.5,139.162.75.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}], - "page": 1, "pages": 1, "results": 11}' + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5, 176.58.107.5, 176.58.116.5, 176.58.121.5, 151.236.220.5, 212.71.252.5, 212.71.253.5, 109.74.192.20, 109.74.193.20, 109.74.194.20", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "ap-south", "label": "Singapore, SG", "country": "sg", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "GPU Linodes", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.11.5, 139.162.13.5, + 139.162.14.5, 139.162.15.5, 139.162.16.5, 139.162.21.5, 139.162.27.5, 103.3.60.18, + 103.3.60.19, 103.3.60.20", "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "eu-central", "label": "Frankfurt, DE", "country": "de", + "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", + "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.130.5, + 139.162.131.5, 139.162.132.5, 139.162.133.5, 139.162.134.5, 139.162.135.5, 139.162.136.5, + 139.162.137.5, 139.162.138.5, 139.162.139.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-northeast", "label": "Tokyo, JP", + "country": "jp", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "139.162.66.5, 139.162.67.5, 139.162.68.5, + 139.162.69.5, 139.162.70.5, 139.162.71.5, 139.162.72.5, 139.162.73.5, 139.162.74.5, + 139.162.75.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}], + "page": 1, "pages": 1, "results": 24}' headers: Access-Control-Allow-Credentials: - "true" @@ -106,7 +288,7 @@ interactions: code: 200 duration: "" - request: - body: '{"label":"go-test-def","region":"ap-west","client_conn_throttle":20,"tags":null}' + body: '{"label":"go-test-def","region":"ap-west","client_conn_throttle":20,"tags":null,"firewall_id":228217}' form: {} headers: Accept: @@ -118,11 +300,10 @@ interactions: url: https://api.linode.com/v4beta/nodebalancers method: POST response: - body: '{"id": 259554, "label": "go-test-def", "region": "ap-west", "hostname": - "172-105-45-184.ip.linodeusercontent.com", "ipv4": "172.105.45.184", "ipv6": - "1234::5678", "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", - "client_conn_throttle": 20, "tags": [], "transfer": {"in": null, "out": null, - "total": null}}' + body: '{"id": 441128, "label": "go-test-def", "region": "ap-west", "hostname": + "172-232-86-39.ip.linodeusercontent.com", "ipv4": "172.232.86.39", "ipv6": "1234::5678", + "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", "client_conn_throttle": + 20, "tags": [], "transfer": {"in": null, "out": null, "total": null}}' headers: Access-Control-Allow-Credentials: - "true" @@ -137,7 +318,7 @@ interactions: Cache-Control: - private, max-age=60, s-maxage=60 Content-Length: - - "336" + - "334" Content-Security-Policy: - default-src 'none' Content-Type: @@ -174,14 +355,14 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259554/configs + url: https://api.linode.com/v4beta/nodebalancers/441128/configs method: POST response: - body: '{"id": 387231, "port": 80, "protocol": "http", "algorithm": "roundrobin", + body: '{"id": 670346, "port": 80, "protocol": "http", "algorithm": "roundrobin", "stickiness": "none", "check": "none", "check_interval": 60, "check_timeout": 30, "check_attempts": 3, "check_path": "", "check_body": "", "check_passive": true, "proxy_protocol": "none", "cipher_suite": "recommended", "nodebalancer_id": - 259554, "ssl_commonname": "", "ssl_fingerprint": "", "ssl_cert": null, "ssl_key": + 441128, "ssl_commonname": "", "ssl_fingerprint": "", "ssl_cert": null, "ssl_key": null, "nodes_status": {"up": 0, "down": 0}}' headers: Access-Control-Allow-Credentials: @@ -234,14 +415,14 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259554/configs/387231 + url: https://api.linode.com/v4beta/nodebalancers/441128/configs/670346 method: PUT response: - body: '{"id": 387231, "port": 8080, "protocol": "tcp", "algorithm": "leastconn", + body: '{"id": 670346, "port": 8080, "protocol": "tcp", "algorithm": "leastconn", "stickiness": "none", "check": "none", "check_interval": 60, "check_timeout": 30, "check_attempts": 3, "check_path": "", "check_body": "", "check_passive": true, "proxy_protocol": "v2", "cipher_suite": "recommended", "nodebalancer_id": - 259554, "ssl_commonname": "", "ssl_fingerprint": "", "ssl_cert": null, "ssl_key": + 441128, "ssl_commonname": "", "ssl_fingerprint": "", "ssl_cert": null, "ssl_key": null, "nodes_status": {"up": 0, "down": 0}}' headers: Access-Control-Allow-Credentials: @@ -294,7 +475,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259554/configs/387231 + url: https://api.linode.com/v4beta/nodebalancers/441128/configs/670346 method: DELETE response: body: '{}' @@ -349,7 +530,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259554 + url: https://api.linode.com/v4beta/nodebalancers/441128 method: DELETE response: body: '{}' @@ -394,3 +575,58 @@ interactions: status: 200 OK code: 200 duration: "" +- request: + body: "" + form: {} + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - linodego/dev https://github.com/linode/linodego + url: https://api.linode.com/v4beta/networking/firewalls/228217 + method: DELETE + response: + body: '{}' + headers: + Access-Control-Allow-Credentials: + - "true" + Access-Control-Allow-Headers: + - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter + Access-Control-Allow-Methods: + - HEAD, GET, OPTIONS, POST, PUT, DELETE + Access-Control-Allow-Origin: + - '*' + Access-Control-Expose-Headers: + - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status + Cache-Control: + - private, max-age=60, s-maxage=60 + Content-Length: + - "2" + Content-Security-Policy: + - default-src 'none' + Content-Type: + - application/json + Server: + - nginx + Strict-Transport-Security: + - max-age=31536000 + Vary: + - Authorization, X-Filter + X-Accepted-Oauth-Scopes: + - firewall:read_write + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + - DENY + X-Oauth-Scopes: + - '*' + X-Ratelimit-Limit: + - "800" + X-Xss-Protection: + - 1; mode=block + status: 200 OK + code: 200 + duration: "" diff --git a/test/integration/fixtures/TestNodeBalancerConfigs_List.yaml b/test/integration/fixtures/TestNodeBalancerConfigs_List.yaml index d5bf9600a..ebeeb9e66 100644 --- a/test/integration/fixtures/TestNodeBalancerConfigs_List.yaml +++ b/test/integration/fixtures/TestNodeBalancerConfigs_List.yaml @@ -1,6 +1,67 @@ --- version: 1 interactions: +- request: + body: '{"label":"linodego-fw-test","rules":{"inbound":[{"action":"ACCEPT","label":"go-fwrule-test","ports":"22","protocol":"TCP","addresses":{"ipv4":["0.0.0.0/0"],"ipv6":["1234::5678/0"]}}],"inbound_policy":"ACCEPT","outbound":[{"action":"ACCEPT","label":"go-fwrule-test","ports":"22","protocol":"TCP","addresses":{"ipv4":["0.0.0.0/0"],"ipv6":["1234::5678/0"]}}],"outbound_policy":"ACCEPT"},"tags":["testing"],"devices":{}}' + form: {} + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - linodego/dev https://github.com/linode/linodego + url: https://api.linode.com/v4beta/networking/firewalls + method: POST + response: + body: '{"id": 228219, "label": "linodego-fw-test", "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05", "status": "enabled", "rules": {"inbound": + [{"action": "ACCEPT", "label": "go-fwrule-test", "ports": "22", "protocol": + "TCP", "addresses": {"ipv4": ["0.0.0.0/0"], "ipv6": ["1234::5678/0"]}}], "inbound_policy": + "ACCEPT", "outbound": [{"action": "ACCEPT", "label": "go-fwrule-test", "ports": + "22", "protocol": "TCP", "addresses": {"ipv4": ["0.0.0.0/0"], "ipv6": ["1234::5678/0"]}}], + "outbound_policy": "ACCEPT"}, "tags": ["testing"]}' + headers: + Access-Control-Allow-Credentials: + - "true" + Access-Control-Allow-Headers: + - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter + Access-Control-Allow-Methods: + - HEAD, GET, OPTIONS, POST, PUT, DELETE + Access-Control-Allow-Origin: + - '*' + Access-Control-Expose-Headers: + - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status + Cache-Control: + - private, max-age=60, s-maxage=60 + Content-Length: + - "526" + Content-Security-Policy: + - default-src 'none' + Content-Type: + - application/json + Server: + - nginx + Strict-Transport-Security: + - max-age=31536000 + Vary: + - Authorization, X-Filter + X-Accepted-Oauth-Scopes: + - firewall:read_write + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + - DENY + X-Oauth-Scopes: + - '*' + X-Ratelimit-Limit: + - "800" + X-Xss-Protection: + - 1; mode=block + status: 200 OK + code: 200 + duration: "" - request: body: "" form: {} @@ -14,56 +75,177 @@ interactions: url: https://api.linode.com/v4beta/regions method: GET response: - body: '{"data": [{"id": "ap-west", "country": "in", "capabilities": ["Linodes", - "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "172.105.34.5,172.105.35.5,172.105.36.5,172.105.37.5,172.105.38.5,172.105.39.5,172.105.40.5,172.105.41.5,172.105.42.5,172.105.43.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ca-central", "country": "ca", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5,172.105.3.5,172.105.4.5,172.105.5.5,172.105.6.5,172.105.7.5,172.105.8.5,172.105.9.5,172.105.10.5,172.105.11.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-southeast", "country": "au", "capabilities": ["Linodes", "NodeBalancers", + body: '{"data": [{"id": "ap-west", "label": "Mumbai, IN", "country": "in", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud + Firewall", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": + "ok", "resolvers": {"ipv4": "172.105.34.5, 172.105.35.5, 172.105.36.5, 172.105.37.5, + 172.105.38.5, 172.105.39.5, 172.105.40.5, 172.105.41.5, 172.105.42.5, 172.105.43.5", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "ca-central", "label": "Toronto, CA", + "country": "ca", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5, 172.105.3.5, + 172.105.4.5, 172.105.5.5, 172.105.6.5, 172.105.7.5, 172.105.8.5, 172.105.9.5, + 172.105.10.5, 172.105.11.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-southeast", + "label": "Sydney, AU", "country": "au", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5,172.105.169.5,172.105.168.5,172.105.172.5,172.105.162.5,172.105.170.5,172.105.167.5,172.105.171.5,172.105.181.5,172.105.161.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-central", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "72.14.179.5,72.14.188.5,173.255.199.5,66.228.53.5,96.126.122.5,96.126.124.5,96.126.127.5,198.58.107.5,198.58.111.5,23.239.24.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-west", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5,173.230.147.5,173.230.155.5,173.255.212.5,173.255.219.5,173.255.241.5,173.255.243.5,173.255.244.5,74.207.241.5,74.207.242.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-southeast", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5, + 172.105.169.5, 172.105.168.5, 172.105.172.5, 172.105.162.5, 172.105.170.5, 172.105.167.5, + 172.105.171.5, 172.105.181.5, 172.105.161.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-iad", "label": "Washington, DC", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Managed Databases", "Metadata", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "139.144.192.62, 139.144.192.60, 139.144.192.61, 139.144.192.53, 139.144.192.54, 139.144.192.67, 139.144.192.69, 139.144.192.66, 139.144.192.52, 139.144.192.68", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-ord", "label": "Chicago, IL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Premium Plans"], "status": "ok", "resolvers": + {"ipv4": "172.232.0.17, 172.232.0.16, 172.232.0.21, 172.232.0.13, 172.232.0.22, 172.232.0.9, 172.232.0.19, 172.232.0.20, 172.232.0.15, 172.232.0.18", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "fr-par", "label": "Paris, FR", "country": "fr", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Metadata", "Premium Plans"], "status": "ok", + "resolvers": {"ipv4": "172.232.32.21, 172.232.32.23, 172.232.32.17, 172.232.32.18, 172.232.32.16, 172.232.32.22, 172.232.32.20, 172.232.32.14, 172.232.32.11, 172.232.32.12", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-sea", "label": "Seattle, WA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.160.19, + 172.232.160.21, 172.232.160.17, 172.232.160.15, 172.232.160.18, 172.232.160.8, + 172.232.160.12, 172.232.160.11, 172.232.160.14, 172.232.160.16", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "br-gru", "label": "Sao Paulo, BR", "country": "br", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.0.4, 172.233.0.9, 172.233.0.7, 172.233.0.12, 172.233.0.5, 172.233.0.13, + 172.233.0.10, 172.233.0.6, 172.233.0.8, 172.233.0.11", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "nl-ams", "label": "Amsterdam, NL", "country": "nl", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.33.36, 172.233.33.38, 172.233.33.35, 172.233.33.39, 172.233.33.34, + 172.233.33.33, 172.233.33.31, 172.233.33.30, 172.233.33.37, 172.233.33.32", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "se-sto", "label": "Stockholm, SE", + "country": "se", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "172.232.128.24, 172.232.128.26, 172.232.128.20, + 172.232.128.22, 172.232.128.25, 172.232.128.19, 172.232.128.23, 172.232.128.18, + 172.232.128.21, 172.232.128.27", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "in-maa", + "label": "Chennai, IN", "country": "in", "capabilities": ["Linodes", "NodeBalancers", + "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", + "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.96.17, 172.232.96.26, 172.232.96.19, 172.232.96.20, 172.232.96.25, 172.232.96.21, 172.232.96.18, 172.232.96.22, 172.232.96.23, 172.232.96.24", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "jp-osa", "label": "Osaka, JP", "country": "jp", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.64.44, + 172.233.64.43, 172.233.64.37, 172.233.64.40, 172.233.64.46, 172.233.64.41, 172.233.64.39, + 172.233.64.42, 172.233.64.45, 172.233.64.38", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "it-mil", "label": "Milan, IT", "country": "it", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.192.19, + 172.232.192.18, 172.232.192.16, 172.232.192.20, 172.232.192.24, 172.232.192.21, + 172.232.192.22, 172.232.192.17, 172.232.192.15, 172.232.192.23", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-mia", "label": "Miami, FL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.160.34, + 172.233.160.27, 172.233.160.30, 172.233.160.29, 172.233.160.32, 172.233.160.28, + 172.233.160.33, 172.233.160.26, 172.233.160.25, 172.233.160.31", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "id-cgk", "label": "Jakarta, ID", "country": "id", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.224.23, + 172.232.224.32, 172.232.224.26, 172.232.224.27, 172.232.224.21, 172.232.224.24, + 172.232.224.22, 172.232.224.20, 172.232.224.31, 172.232.224.28", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-lax", "label": "Los Angeles, CA", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.128.45, 172.233.128.38, 172.233.128.53, 172.233.128.37, 172.233.128.34, + 172.233.128.36, 172.233.128.33, 172.233.128.39, 172.233.128.43, 172.233.128.44", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "us-central", "label": "Dallas, TX", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "72.14.179.5, 72.14.188.5, 173.255.199.5, + 66.228.53.5, 96.126.122.5, 96.126.124.5, 96.126.127.5, 198.58.107.5, 198.58.111.5, + 23.239.24.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-west", "label": "Fremont, CA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage + Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5, + 173.230.147.5, 173.230.155.5, 173.255.212.5, 173.255.219.5, 173.255.241.5, 173.255.243.5, + 173.255.244.5, 74.207.241.5, 74.207.242.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "us-southeast", "label": "Atlanta, GA", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block + Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": + "74.207.231.5, 173.230.128.5, 173.230.129.5, 173.230.136.5, 173.230.140.5, 66.228.59.5, + 66.228.62.5, 50.116.35.5, 50.116.41.5, 23.239.18.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, {"id": "us-east", "label": "Newark, + NJ", "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Bare Metal", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "74.207.231.5,173.230.128.5,173.230.129.5,173.230.136.5,173.230.140.5,66.228.59.5,66.228.62.5,50.116.35.5,50.116.41.5,23.239.18.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-east", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Bare Metal", "Block Storage Migrations", "Managed Databases"], "status": "ok", - "resolvers": {"ipv4": "66.228.42.5,96.126.106.5,50.116.53.5,50.116.58.5,50.116.61.5,50.116.62.5,66.175.211.5,97.107.133.4,207.192.69.4,207.192.69.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-west", "country": "uk", "capabilities": ["Linodes", "NodeBalancers", + {"ipv4": "66.228.42.5, 96.126.106.5, 50.116.53.5, 50.116.58.5, 50.116.61.5, + 50.116.62.5, 66.175.211.5, 97.107.133.4, 207.192.69.4, 207.192.69.5", "ipv6": + "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, {"id": "eu-west", + "label": "London, UK", "country": "gb", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5,176.58.107.5,176.58.116.5,176.58.121.5,151.236.220.5,212.71.252.5,212.71.253.5,109.74.192.20,109.74.193.20,109.74.194.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-south", "country": "sg", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.11.5,139.162.13.5,139.162.14.5,139.162.15.5,139.162.16.5,139.162.21.5,139.162.27.5,103.3.60.18,103.3.60.19,103.3.60.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-central", "country": "de", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.130.5,139.162.131.5,139.162.132.5,139.162.133.5,139.162.134.5,139.162.135.5,139.162.136.5,139.162.137.5,139.162.138.5,139.162.139.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-northeast", "country": "jp", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.66.5,139.162.67.5,139.162.68.5,139.162.69.5,139.162.70.5,139.162.71.5,139.162.72.5,139.162.73.5,139.162.74.5,139.162.75.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}], - "page": 1, "pages": 1, "results": 11}' + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5, 176.58.107.5, 176.58.116.5, 176.58.121.5, 151.236.220.5, 212.71.252.5, 212.71.253.5, 109.74.192.20, 109.74.193.20, 109.74.194.20", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "ap-south", "label": "Singapore, SG", "country": "sg", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "GPU Linodes", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.11.5, 139.162.13.5, + 139.162.14.5, 139.162.15.5, 139.162.16.5, 139.162.21.5, 139.162.27.5, 103.3.60.18, + 103.3.60.19, 103.3.60.20", "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "eu-central", "label": "Frankfurt, DE", "country": "de", + "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", + "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.130.5, + 139.162.131.5, 139.162.132.5, 139.162.133.5, 139.162.134.5, 139.162.135.5, 139.162.136.5, + 139.162.137.5, 139.162.138.5, 139.162.139.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-northeast", "label": "Tokyo, JP", + "country": "jp", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "139.162.66.5, 139.162.67.5, 139.162.68.5, + 139.162.69.5, 139.162.70.5, 139.162.71.5, 139.162.72.5, 139.162.73.5, 139.162.74.5, + 139.162.75.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}], + "page": 1, "pages": 1, "results": 24}' headers: Access-Control-Allow-Credentials: - "true" @@ -106,7 +288,7 @@ interactions: code: 200 duration: "" - request: - body: '{"label":"go-test-def","region":"ap-west","client_conn_throttle":20,"tags":null}' + body: '{"label":"go-test-def","region":"ap-west","client_conn_throttle":20,"tags":null,"firewall_id":228219}' form: {} headers: Accept: @@ -118,8 +300,8 @@ interactions: url: https://api.linode.com/v4beta/nodebalancers method: POST response: - body: '{"id": 259555, "label": "go-test-def", "region": "ap-west", "hostname": - "172-105-44-28.ip.linodeusercontent.com", "ipv4": "172.105.44.28", "ipv6": "1234::5678", + body: '{"id": 441129, "label": "go-test-def", "region": "ap-west", "hostname": + "172-232-87-35.ip.linodeusercontent.com", "ipv4": "172.232.87.35", "ipv6": "1234::5678", "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", "client_conn_throttle": 20, "tags": [], "transfer": {"in": null, "out": null, "total": null}}' headers: @@ -173,14 +355,14 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259555/configs + url: https://api.linode.com/v4beta/nodebalancers/441129/configs method: POST response: - body: '{"id": 387232, "port": 80, "protocol": "http", "algorithm": "roundrobin", + body: '{"id": 670347, "port": 80, "protocol": "http", "algorithm": "roundrobin", "stickiness": "none", "check": "none", "check_interval": 60, "check_timeout": 30, "check_attempts": 3, "check_path": "", "check_body": "", "check_passive": true, "proxy_protocol": "none", "cipher_suite": "recommended", "nodebalancer_id": - 259555, "ssl_commonname": "", "ssl_fingerprint": "", "ssl_cert": null, "ssl_key": + 441129, "ssl_commonname": "", "ssl_fingerprint": "", "ssl_cert": null, "ssl_key": null, "nodes_status": {"up": 0, "down": 0}}' headers: Access-Control-Allow-Credentials: @@ -233,14 +415,14 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259555/configs + url: https://api.linode.com/v4beta/nodebalancers/441129/configs method: GET response: - body: '{"data": [{"id": 387232, "port": 80, "protocol": "http", "algorithm": "roundrobin", + body: '{"data": [{"id": 670347, "port": 80, "protocol": "http", "algorithm": "roundrobin", "stickiness": "none", "check": "none", "check_interval": 60, "check_timeout": 30, "check_attempts": 3, "check_path": "", "check_body": "", "check_passive": true, "proxy_protocol": "none", "cipher_suite": "recommended", "nodebalancer_id": - 259555, "ssl_commonname": "", "ssl_fingerprint": "", "ssl_cert": null, "ssl_key": + 441129, "ssl_commonname": "", "ssl_fingerprint": "", "ssl_cert": null, "ssl_key": null, "nodes_status": {"up": 0, "down": 0}}], "page": 1, "pages": 1, "results": 1}' headers: @@ -296,7 +478,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259555/configs/387232 + url: https://api.linode.com/v4beta/nodebalancers/441129/configs/670347 method: DELETE response: body: '{}' @@ -351,7 +533,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259555 + url: https://api.linode.com/v4beta/nodebalancers/441129 method: DELETE response: body: '{}' @@ -396,3 +578,58 @@ interactions: status: 200 OK code: 200 duration: "" +- request: + body: "" + form: {} + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - linodego/dev https://github.com/linode/linodego + url: https://api.linode.com/v4beta/networking/firewalls/228219 + method: DELETE + response: + body: '{}' + headers: + Access-Control-Allow-Credentials: + - "true" + Access-Control-Allow-Headers: + - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter + Access-Control-Allow-Methods: + - HEAD, GET, OPTIONS, POST, PUT, DELETE + Access-Control-Allow-Origin: + - '*' + Access-Control-Expose-Headers: + - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status + Cache-Control: + - private, max-age=60, s-maxage=60 + Content-Length: + - "2" + Content-Security-Policy: + - default-src 'none' + Content-Type: + - application/json + Server: + - nginx + Strict-Transport-Security: + - max-age=31536000 + Vary: + - Authorization, X-Filter + X-Accepted-Oauth-Scopes: + - firewall:read_write + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + - DENY + X-Oauth-Scopes: + - '*' + X-Ratelimit-Limit: + - "800" + X-Xss-Protection: + - 1; mode=block + status: 200 OK + code: 200 + duration: "" diff --git a/test/integration/fixtures/TestNodeBalancerConfigs_ListMultiplePages.yaml b/test/integration/fixtures/TestNodeBalancerConfigs_ListMultiplePages.yaml index c1e4ed662..f4cabb252 100644 --- a/test/integration/fixtures/TestNodeBalancerConfigs_ListMultiplePages.yaml +++ b/test/integration/fixtures/TestNodeBalancerConfigs_ListMultiplePages.yaml @@ -1,6 +1,67 @@ --- version: 1 interactions: +- request: + body: '{"label":"linodego-fw-test","rules":{"inbound":[{"action":"ACCEPT","label":"go-fwrule-test","ports":"22","protocol":"TCP","addresses":{"ipv4":["0.0.0.0/0"],"ipv6":["1234::5678/0"]}}],"inbound_policy":"ACCEPT","outbound":[{"action":"ACCEPT","label":"go-fwrule-test","ports":"22","protocol":"TCP","addresses":{"ipv4":["0.0.0.0/0"],"ipv6":["1234::5678/0"]}}],"outbound_policy":"ACCEPT"},"tags":["testing"],"devices":{}}' + form: {} + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - linodego/dev https://github.com/linode/linodego + url: https://api.linode.com/v4beta/networking/firewalls + method: POST + response: + body: '{"id": 228220, "label": "linodego-fw-test", "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05", "status": "enabled", "rules": {"inbound": + [{"action": "ACCEPT", "label": "go-fwrule-test", "ports": "22", "protocol": + "TCP", "addresses": {"ipv4": ["0.0.0.0/0"], "ipv6": ["1234::5678/0"]}}], "inbound_policy": + "ACCEPT", "outbound": [{"action": "ACCEPT", "label": "go-fwrule-test", "ports": + "22", "protocol": "TCP", "addresses": {"ipv4": ["0.0.0.0/0"], "ipv6": ["1234::5678/0"]}}], + "outbound_policy": "ACCEPT"}, "tags": ["testing"]}' + headers: + Access-Control-Allow-Credentials: + - "true" + Access-Control-Allow-Headers: + - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter + Access-Control-Allow-Methods: + - HEAD, GET, OPTIONS, POST, PUT, DELETE + Access-Control-Allow-Origin: + - '*' + Access-Control-Expose-Headers: + - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status + Cache-Control: + - private, max-age=60, s-maxage=60 + Content-Length: + - "526" + Content-Security-Policy: + - default-src 'none' + Content-Type: + - application/json + Server: + - nginx + Strict-Transport-Security: + - max-age=31536000 + Vary: + - Authorization, X-Filter + X-Accepted-Oauth-Scopes: + - firewall:read_write + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + - DENY + X-Oauth-Scopes: + - '*' + X-Ratelimit-Limit: + - "800" + X-Xss-Protection: + - 1; mode=block + status: 200 OK + code: 200 + duration: "" - request: body: "" form: {} @@ -14,56 +75,177 @@ interactions: url: https://api.linode.com/v4beta/regions method: GET response: - body: '{"data": [{"id": "ap-west", "country": "in", "capabilities": ["Linodes", - "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "172.105.34.5,172.105.35.5,172.105.36.5,172.105.37.5,172.105.38.5,172.105.39.5,172.105.40.5,172.105.41.5,172.105.42.5,172.105.43.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ca-central", "country": "ca", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5,172.105.3.5,172.105.4.5,172.105.5.5,172.105.6.5,172.105.7.5,172.105.8.5,172.105.9.5,172.105.10.5,172.105.11.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-southeast", "country": "au", "capabilities": ["Linodes", "NodeBalancers", + body: '{"data": [{"id": "ap-west", "label": "Mumbai, IN", "country": "in", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud + Firewall", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": + "ok", "resolvers": {"ipv4": "172.105.34.5, 172.105.35.5, 172.105.36.5, 172.105.37.5, + 172.105.38.5, 172.105.39.5, 172.105.40.5, 172.105.41.5, 172.105.42.5, 172.105.43.5", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "ca-central", "label": "Toronto, CA", + "country": "ca", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5, 172.105.3.5, + 172.105.4.5, 172.105.5.5, 172.105.6.5, 172.105.7.5, 172.105.8.5, 172.105.9.5, + 172.105.10.5, 172.105.11.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-southeast", + "label": "Sydney, AU", "country": "au", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5,172.105.169.5,172.105.168.5,172.105.172.5,172.105.162.5,172.105.170.5,172.105.167.5,172.105.171.5,172.105.181.5,172.105.161.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-central", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "72.14.179.5,72.14.188.5,173.255.199.5,66.228.53.5,96.126.122.5,96.126.124.5,96.126.127.5,198.58.107.5,198.58.111.5,23.239.24.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-west", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5,173.230.147.5,173.230.155.5,173.255.212.5,173.255.219.5,173.255.241.5,173.255.243.5,173.255.244.5,74.207.241.5,74.207.242.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-southeast", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5, + 172.105.169.5, 172.105.168.5, 172.105.172.5, 172.105.162.5, 172.105.170.5, 172.105.167.5, + 172.105.171.5, 172.105.181.5, 172.105.161.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-iad", "label": "Washington, DC", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Managed Databases", "Metadata", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "139.144.192.62, 139.144.192.60, 139.144.192.61, 139.144.192.53, 139.144.192.54, 139.144.192.67, 139.144.192.69, 139.144.192.66, 139.144.192.52, 139.144.192.68", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-ord", "label": "Chicago, IL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Premium Plans"], "status": "ok", "resolvers": + {"ipv4": "172.232.0.17, 172.232.0.16, 172.232.0.21, 172.232.0.13, 172.232.0.22, 172.232.0.9, 172.232.0.19, 172.232.0.20, 172.232.0.15, 172.232.0.18", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "fr-par", "label": "Paris, FR", "country": "fr", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Metadata", "Premium Plans"], "status": "ok", + "resolvers": {"ipv4": "172.232.32.21, 172.232.32.23, 172.232.32.17, 172.232.32.18, 172.232.32.16, 172.232.32.22, 172.232.32.20, 172.232.32.14, 172.232.32.11, 172.232.32.12", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-sea", "label": "Seattle, WA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.160.19, + 172.232.160.21, 172.232.160.17, 172.232.160.15, 172.232.160.18, 172.232.160.8, + 172.232.160.12, 172.232.160.11, 172.232.160.14, 172.232.160.16", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "br-gru", "label": "Sao Paulo, BR", "country": "br", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.0.4, 172.233.0.9, 172.233.0.7, 172.233.0.12, 172.233.0.5, 172.233.0.13, + 172.233.0.10, 172.233.0.6, 172.233.0.8, 172.233.0.11", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "nl-ams", "label": "Amsterdam, NL", "country": "nl", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.33.36, 172.233.33.38, 172.233.33.35, 172.233.33.39, 172.233.33.34, + 172.233.33.33, 172.233.33.31, 172.233.33.30, 172.233.33.37, 172.233.33.32", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "se-sto", "label": "Stockholm, SE", + "country": "se", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "172.232.128.24, 172.232.128.26, 172.232.128.20, + 172.232.128.22, 172.232.128.25, 172.232.128.19, 172.232.128.23, 172.232.128.18, + 172.232.128.21, 172.232.128.27", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "in-maa", + "label": "Chennai, IN", "country": "in", "capabilities": ["Linodes", "NodeBalancers", + "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", + "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.96.17, 172.232.96.26, 172.232.96.19, 172.232.96.20, 172.232.96.25, 172.232.96.21, 172.232.96.18, 172.232.96.22, 172.232.96.23, 172.232.96.24", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "jp-osa", "label": "Osaka, JP", "country": "jp", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.64.44, + 172.233.64.43, 172.233.64.37, 172.233.64.40, 172.233.64.46, 172.233.64.41, 172.233.64.39, + 172.233.64.42, 172.233.64.45, 172.233.64.38", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "it-mil", "label": "Milan, IT", "country": "it", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.192.19, + 172.232.192.18, 172.232.192.16, 172.232.192.20, 172.232.192.24, 172.232.192.21, + 172.232.192.22, 172.232.192.17, 172.232.192.15, 172.232.192.23", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-mia", "label": "Miami, FL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.160.34, + 172.233.160.27, 172.233.160.30, 172.233.160.29, 172.233.160.32, 172.233.160.28, + 172.233.160.33, 172.233.160.26, 172.233.160.25, 172.233.160.31", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "id-cgk", "label": "Jakarta, ID", "country": "id", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.224.23, + 172.232.224.32, 172.232.224.26, 172.232.224.27, 172.232.224.21, 172.232.224.24, + 172.232.224.22, 172.232.224.20, 172.232.224.31, 172.232.224.28", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-lax", "label": "Los Angeles, CA", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.128.45, 172.233.128.38, 172.233.128.53, 172.233.128.37, 172.233.128.34, + 172.233.128.36, 172.233.128.33, 172.233.128.39, 172.233.128.43, 172.233.128.44", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "us-central", "label": "Dallas, TX", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "72.14.179.5, 72.14.188.5, 173.255.199.5, + 66.228.53.5, 96.126.122.5, 96.126.124.5, 96.126.127.5, 198.58.107.5, 198.58.111.5, + 23.239.24.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-west", "label": "Fremont, CA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage + Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5, + 173.230.147.5, 173.230.155.5, 173.255.212.5, 173.255.219.5, 173.255.241.5, 173.255.243.5, + 173.255.244.5, 74.207.241.5, 74.207.242.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "us-southeast", "label": "Atlanta, GA", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block + Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": + "74.207.231.5, 173.230.128.5, 173.230.129.5, 173.230.136.5, 173.230.140.5, 66.228.59.5, + 66.228.62.5, 50.116.35.5, 50.116.41.5, 23.239.18.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, {"id": "us-east", "label": "Newark, + NJ", "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Bare Metal", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "74.207.231.5,173.230.128.5,173.230.129.5,173.230.136.5,173.230.140.5,66.228.59.5,66.228.62.5,50.116.35.5,50.116.41.5,23.239.18.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-east", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Bare Metal", "Block Storage Migrations", "Managed Databases"], "status": "ok", - "resolvers": {"ipv4": "66.228.42.5,96.126.106.5,50.116.53.5,50.116.58.5,50.116.61.5,50.116.62.5,66.175.211.5,97.107.133.4,207.192.69.4,207.192.69.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-west", "country": "uk", "capabilities": ["Linodes", "NodeBalancers", + {"ipv4": "66.228.42.5, 96.126.106.5, 50.116.53.5, 50.116.58.5, 50.116.61.5, + 50.116.62.5, 66.175.211.5, 97.107.133.4, 207.192.69.4, 207.192.69.5", "ipv6": + "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, {"id": "eu-west", + "label": "London, UK", "country": "gb", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5,176.58.107.5,176.58.116.5,176.58.121.5,151.236.220.5,212.71.252.5,212.71.253.5,109.74.192.20,109.74.193.20,109.74.194.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-south", "country": "sg", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.11.5,139.162.13.5,139.162.14.5,139.162.15.5,139.162.16.5,139.162.21.5,139.162.27.5,103.3.60.18,103.3.60.19,103.3.60.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-central", "country": "de", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.130.5,139.162.131.5,139.162.132.5,139.162.133.5,139.162.134.5,139.162.135.5,139.162.136.5,139.162.137.5,139.162.138.5,139.162.139.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-northeast", "country": "jp", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.66.5,139.162.67.5,139.162.68.5,139.162.69.5,139.162.70.5,139.162.71.5,139.162.72.5,139.162.73.5,139.162.74.5,139.162.75.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}], - "page": 1, "pages": 1, "results": 11}' + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5, 176.58.107.5, 176.58.116.5, 176.58.121.5, 151.236.220.5, 212.71.252.5, 212.71.253.5, 109.74.192.20, 109.74.193.20, 109.74.194.20", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "ap-south", "label": "Singapore, SG", "country": "sg", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "GPU Linodes", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.11.5, 139.162.13.5, + 139.162.14.5, 139.162.15.5, 139.162.16.5, 139.162.21.5, 139.162.27.5, 103.3.60.18, + 103.3.60.19, 103.3.60.20", "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "eu-central", "label": "Frankfurt, DE", "country": "de", + "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", + "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.130.5, + 139.162.131.5, 139.162.132.5, 139.162.133.5, 139.162.134.5, 139.162.135.5, 139.162.136.5, + 139.162.137.5, 139.162.138.5, 139.162.139.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-northeast", "label": "Tokyo, JP", + "country": "jp", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "139.162.66.5, 139.162.67.5, 139.162.68.5, + 139.162.69.5, 139.162.70.5, 139.162.71.5, 139.162.72.5, 139.162.73.5, 139.162.74.5, + 139.162.75.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}], + "page": 1, "pages": 1, "results": 24}' headers: Access-Control-Allow-Credentials: - "true" @@ -106,7 +288,7 @@ interactions: code: 200 duration: "" - request: - body: '{"label":"go-test-def","region":"ap-west","client_conn_throttle":20,"tags":null}' + body: '{"label":"go-test-def","region":"ap-west","client_conn_throttle":20,"tags":null,"firewall_id":228220}' form: {} headers: Accept: @@ -118,11 +300,10 @@ interactions: url: https://api.linode.com/v4beta/nodebalancers method: POST response: - body: '{"id": 259556, "label": "go-test-def", "region": "ap-west", "hostname": - "172-105-45-186.ip.linodeusercontent.com", "ipv4": "172.105.45.186", "ipv6": - "1234::5678", "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", - "client_conn_throttle": 20, "tags": [], "transfer": {"in": null, "out": null, - "total": null}}' + body: '{"id": 441130, "label": "go-test-def", "region": "ap-west", "hostname": + "172-232-86-40.ip.linodeusercontent.com", "ipv4": "172.232.86.40", "ipv6": "1234::5678", + "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", "client_conn_throttle": + 20, "tags": [], "transfer": {"in": null, "out": null, "total": null}}' headers: Access-Control-Allow-Credentials: - "true" @@ -137,7 +318,7 @@ interactions: Cache-Control: - private, max-age=60, s-maxage=60 Content-Length: - - "336" + - "334" Content-Security-Policy: - default-src 'none' Content-Type: @@ -174,14 +355,14 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259556/configs + url: https://api.linode.com/v4beta/nodebalancers/441130/configs method: POST response: - body: '{"id": 387233, "port": 80, "protocol": "http", "algorithm": "roundrobin", + body: '{"id": 670348, "port": 80, "protocol": "http", "algorithm": "roundrobin", "stickiness": "none", "check": "none", "check_interval": 60, "check_timeout": 30, "check_attempts": 3, "check_path": "", "check_body": "", "check_passive": true, "proxy_protocol": "none", "cipher_suite": "recommended", "nodebalancer_id": - 259556, "ssl_commonname": "", "ssl_fingerprint": "", "ssl_cert": null, "ssl_key": + 441130, "ssl_commonname": "", "ssl_fingerprint": "", "ssl_cert": null, "ssl_key": null, "nodes_status": {"up": 0, "down": 0}}' headers: Access-Control-Allow-Credentials: @@ -234,14 +415,14 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259556/configs + url: https://api.linode.com/v4beta/nodebalancers/441130/configs method: GET response: - body: '{"data": [{"id": 387233, "port": 80, "protocol": "http", "algorithm": "roundrobin", + body: '{"data": [{"id": 670348, "port": 80, "protocol": "http", "algorithm": "roundrobin", "stickiness": "none", "check": "none", "check_interval": 60, "check_timeout": 30, "check_attempts": 3, "check_path": "", "check_body": "", "check_passive": true, "proxy_protocol": "none", "cipher_suite": "recommended", "nodebalancer_id": - 259556, "ssl_commonname": "", "ssl_fingerprint": "", "ssl_cert": null, "ssl_key": + 441130, "ssl_commonname": "", "ssl_fingerprint": "", "ssl_cert": null, "ssl_key": null, "nodes_status": {"up": 0, "down": 0}}], "page": 1, "pages": 1, "results": 1}' headers: @@ -297,7 +478,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259556/configs/387233 + url: https://api.linode.com/v4beta/nodebalancers/441130/configs/670348 method: DELETE response: body: '{}' @@ -352,7 +533,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259556 + url: https://api.linode.com/v4beta/nodebalancers/441130 method: DELETE response: body: '{}' @@ -397,3 +578,58 @@ interactions: status: 200 OK code: 200 duration: "" +- request: + body: "" + form: {} + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - linodego/dev https://github.com/linode/linodego + url: https://api.linode.com/v4beta/networking/firewalls/228220 + method: DELETE + response: + body: '{}' + headers: + Access-Control-Allow-Credentials: + - "true" + Access-Control-Allow-Headers: + - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter + Access-Control-Allow-Methods: + - HEAD, GET, OPTIONS, POST, PUT, DELETE + Access-Control-Allow-Origin: + - '*' + Access-Control-Expose-Headers: + - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status + Cache-Control: + - private, max-age=60, s-maxage=60 + Content-Length: + - "2" + Content-Security-Policy: + - default-src 'none' + Content-Type: + - application/json + Server: + - nginx + Strict-Transport-Security: + - max-age=31536000 + Vary: + - Authorization, X-Filter + X-Accepted-Oauth-Scopes: + - firewall:read_write + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + - DENY + X-Oauth-Scopes: + - '*' + X-Ratelimit-Limit: + - "800" + X-Xss-Protection: + - 1; mode=block + status: 200 OK + code: 200 + duration: "" diff --git a/test/integration/fixtures/TestNodeBalancerNode_Create.yaml b/test/integration/fixtures/TestNodeBalancerNode_Create.yaml index cc4512ad1..3dda803d9 100644 --- a/test/integration/fixtures/TestNodeBalancerNode_Create.yaml +++ b/test/integration/fixtures/TestNodeBalancerNode_Create.yaml @@ -1,6 +1,67 @@ --- version: 1 interactions: +- request: + body: '{"label":"linodego-fw-test","rules":{"inbound":[{"action":"ACCEPT","label":"go-fwrule-test","ports":"22","protocol":"TCP","addresses":{"ipv4":["0.0.0.0/0"],"ipv6":["1234::5678/0"]}}],"inbound_policy":"ACCEPT","outbound":[{"action":"ACCEPT","label":"go-fwrule-test","ports":"22","protocol":"TCP","addresses":{"ipv4":["0.0.0.0/0"],"ipv6":["1234::5678/0"]}}],"outbound_policy":"ACCEPT"},"tags":["testing"],"devices":{}}' + form: {} + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - linodego/dev https://github.com/linode/linodego + url: https://api.linode.com/v4beta/networking/firewalls + method: POST + response: + body: '{"id": 228210, "label": "linodego-fw-test", "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05", "status": "enabled", "rules": {"inbound": + [{"action": "ACCEPT", "label": "go-fwrule-test", "ports": "22", "protocol": + "TCP", "addresses": {"ipv4": ["0.0.0.0/0"], "ipv6": ["1234::5678/0"]}}], "inbound_policy": + "ACCEPT", "outbound": [{"action": "ACCEPT", "label": "go-fwrule-test", "ports": + "22", "protocol": "TCP", "addresses": {"ipv4": ["0.0.0.0/0"], "ipv6": ["1234::5678/0"]}}], + "outbound_policy": "ACCEPT"}, "tags": ["testing"]}' + headers: + Access-Control-Allow-Credentials: + - "true" + Access-Control-Allow-Headers: + - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter + Access-Control-Allow-Methods: + - HEAD, GET, OPTIONS, POST, PUT, DELETE + Access-Control-Allow-Origin: + - '*' + Access-Control-Expose-Headers: + - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status + Cache-Control: + - private, max-age=60, s-maxage=60 + Content-Length: + - "526" + Content-Security-Policy: + - default-src 'none' + Content-Type: + - application/json + Server: + - nginx + Strict-Transport-Security: + - max-age=31536000 + Vary: + - Authorization, X-Filter + X-Accepted-Oauth-Scopes: + - firewall:read_write + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + - DENY + X-Oauth-Scopes: + - '*' + X-Ratelimit-Limit: + - "800" + X-Xss-Protection: + - 1; mode=block + status: 200 OK + code: 200 + duration: "" - request: body: "" form: {} @@ -14,56 +75,177 @@ interactions: url: https://api.linode.com/v4beta/regions method: GET response: - body: '{"data": [{"id": "ap-west", "country": "in", "capabilities": ["Linodes", - "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "172.105.34.5,172.105.35.5,172.105.36.5,172.105.37.5,172.105.38.5,172.105.39.5,172.105.40.5,172.105.41.5,172.105.42.5,172.105.43.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ca-central", "country": "ca", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5,172.105.3.5,172.105.4.5,172.105.5.5,172.105.6.5,172.105.7.5,172.105.8.5,172.105.9.5,172.105.10.5,172.105.11.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-southeast", "country": "au", "capabilities": ["Linodes", "NodeBalancers", + body: '{"data": [{"id": "ap-west", "label": "Mumbai, IN", "country": "in", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud + Firewall", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": + "ok", "resolvers": {"ipv4": "172.105.34.5, 172.105.35.5, 172.105.36.5, 172.105.37.5, + 172.105.38.5, 172.105.39.5, 172.105.40.5, 172.105.41.5, 172.105.42.5, 172.105.43.5", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "ca-central", "label": "Toronto, CA", + "country": "ca", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5, 172.105.3.5, + 172.105.4.5, 172.105.5.5, 172.105.6.5, 172.105.7.5, 172.105.8.5, 172.105.9.5, + 172.105.10.5, 172.105.11.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-southeast", + "label": "Sydney, AU", "country": "au", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5,172.105.169.5,172.105.168.5,172.105.172.5,172.105.162.5,172.105.170.5,172.105.167.5,172.105.171.5,172.105.181.5,172.105.161.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-central", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "72.14.179.5,72.14.188.5,173.255.199.5,66.228.53.5,96.126.122.5,96.126.124.5,96.126.127.5,198.58.107.5,198.58.111.5,23.239.24.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-west", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5,173.230.147.5,173.230.155.5,173.255.212.5,173.255.219.5,173.255.241.5,173.255.243.5,173.255.244.5,74.207.241.5,74.207.242.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-southeast", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5, + 172.105.169.5, 172.105.168.5, 172.105.172.5, 172.105.162.5, 172.105.170.5, 172.105.167.5, + 172.105.171.5, 172.105.181.5, 172.105.161.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-iad", "label": "Washington, DC", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Managed Databases", "Metadata", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "139.144.192.62, 139.144.192.60, 139.144.192.61, 139.144.192.53, 139.144.192.54, 139.144.192.67, 139.144.192.69, 139.144.192.66, 139.144.192.52, 139.144.192.68", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-ord", "label": "Chicago, IL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Premium Plans"], "status": "ok", "resolvers": + {"ipv4": "172.232.0.17, 172.232.0.16, 172.232.0.21, 172.232.0.13, 172.232.0.22, 172.232.0.9, 172.232.0.19, 172.232.0.20, 172.232.0.15, 172.232.0.18", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "fr-par", "label": "Paris, FR", "country": "fr", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Metadata", "Premium Plans"], "status": "ok", + "resolvers": {"ipv4": "172.232.32.21, 172.232.32.23, 172.232.32.17, 172.232.32.18, 172.232.32.16, 172.232.32.22, 172.232.32.20, 172.232.32.14, 172.232.32.11, 172.232.32.12", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-sea", "label": "Seattle, WA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.160.19, + 172.232.160.21, 172.232.160.17, 172.232.160.15, 172.232.160.18, 172.232.160.8, + 172.232.160.12, 172.232.160.11, 172.232.160.14, 172.232.160.16", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "br-gru", "label": "Sao Paulo, BR", "country": "br", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.0.4, 172.233.0.9, 172.233.0.7, 172.233.0.12, 172.233.0.5, 172.233.0.13, + 172.233.0.10, 172.233.0.6, 172.233.0.8, 172.233.0.11", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "nl-ams", "label": "Amsterdam, NL", "country": "nl", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.33.36, 172.233.33.38, 172.233.33.35, 172.233.33.39, 172.233.33.34, + 172.233.33.33, 172.233.33.31, 172.233.33.30, 172.233.33.37, 172.233.33.32", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "se-sto", "label": "Stockholm, SE", + "country": "se", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "172.232.128.24, 172.232.128.26, 172.232.128.20, + 172.232.128.22, 172.232.128.25, 172.232.128.19, 172.232.128.23, 172.232.128.18, + 172.232.128.21, 172.232.128.27", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "in-maa", + "label": "Chennai, IN", "country": "in", "capabilities": ["Linodes", "NodeBalancers", + "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", + "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.96.17, 172.232.96.26, 172.232.96.19, 172.232.96.20, 172.232.96.25, 172.232.96.21, 172.232.96.18, 172.232.96.22, 172.232.96.23, 172.232.96.24", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "jp-osa", "label": "Osaka, JP", "country": "jp", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.64.44, + 172.233.64.43, 172.233.64.37, 172.233.64.40, 172.233.64.46, 172.233.64.41, 172.233.64.39, + 172.233.64.42, 172.233.64.45, 172.233.64.38", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "it-mil", "label": "Milan, IT", "country": "it", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.192.19, + 172.232.192.18, 172.232.192.16, 172.232.192.20, 172.232.192.24, 172.232.192.21, + 172.232.192.22, 172.232.192.17, 172.232.192.15, 172.232.192.23", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-mia", "label": "Miami, FL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.160.34, + 172.233.160.27, 172.233.160.30, 172.233.160.29, 172.233.160.32, 172.233.160.28, + 172.233.160.33, 172.233.160.26, 172.233.160.25, 172.233.160.31", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "id-cgk", "label": "Jakarta, ID", "country": "id", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.224.23, + 172.232.224.32, 172.232.224.26, 172.232.224.27, 172.232.224.21, 172.232.224.24, + 172.232.224.22, 172.232.224.20, 172.232.224.31, 172.232.224.28", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-lax", "label": "Los Angeles, CA", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.128.45, 172.233.128.38, 172.233.128.53, 172.233.128.37, 172.233.128.34, + 172.233.128.36, 172.233.128.33, 172.233.128.39, 172.233.128.43, 172.233.128.44", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "us-central", "label": "Dallas, TX", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "72.14.179.5, 72.14.188.5, 173.255.199.5, + 66.228.53.5, 96.126.122.5, 96.126.124.5, 96.126.127.5, 198.58.107.5, 198.58.111.5, + 23.239.24.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-west", "label": "Fremont, CA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage + Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5, + 173.230.147.5, 173.230.155.5, 173.255.212.5, 173.255.219.5, 173.255.241.5, 173.255.243.5, + 173.255.244.5, 74.207.241.5, 74.207.242.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "us-southeast", "label": "Atlanta, GA", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block + Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": + "74.207.231.5, 173.230.128.5, 173.230.129.5, 173.230.136.5, 173.230.140.5, 66.228.59.5, + 66.228.62.5, 50.116.35.5, 50.116.41.5, 23.239.18.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, {"id": "us-east", "label": "Newark, + NJ", "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Bare Metal", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "74.207.231.5,173.230.128.5,173.230.129.5,173.230.136.5,173.230.140.5,66.228.59.5,66.228.62.5,50.116.35.5,50.116.41.5,23.239.18.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-east", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Bare Metal", "Block Storage Migrations", "Managed Databases"], "status": "ok", - "resolvers": {"ipv4": "66.228.42.5,96.126.106.5,50.116.53.5,50.116.58.5,50.116.61.5,50.116.62.5,66.175.211.5,97.107.133.4,207.192.69.4,207.192.69.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-west", "country": "uk", "capabilities": ["Linodes", "NodeBalancers", + {"ipv4": "66.228.42.5, 96.126.106.5, 50.116.53.5, 50.116.58.5, 50.116.61.5, + 50.116.62.5, 66.175.211.5, 97.107.133.4, 207.192.69.4, 207.192.69.5", "ipv6": + "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, {"id": "eu-west", + "label": "London, UK", "country": "gb", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5,176.58.107.5,176.58.116.5,176.58.121.5,151.236.220.5,212.71.252.5,212.71.253.5,109.74.192.20,109.74.193.20,109.74.194.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-south", "country": "sg", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.11.5,139.162.13.5,139.162.14.5,139.162.15.5,139.162.16.5,139.162.21.5,139.162.27.5,103.3.60.18,103.3.60.19,103.3.60.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-central", "country": "de", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.130.5,139.162.131.5,139.162.132.5,139.162.133.5,139.162.134.5,139.162.135.5,139.162.136.5,139.162.137.5,139.162.138.5,139.162.139.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-northeast", "country": "jp", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.66.5,139.162.67.5,139.162.68.5,139.162.69.5,139.162.70.5,139.162.71.5,139.162.72.5,139.162.73.5,139.162.74.5,139.162.75.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}], - "page": 1, "pages": 1, "results": 11}' + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5, 176.58.107.5, 176.58.116.5, 176.58.121.5, 151.236.220.5, 212.71.252.5, 212.71.253.5, 109.74.192.20, 109.74.193.20, 109.74.194.20", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "ap-south", "label": "Singapore, SG", "country": "sg", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "GPU Linodes", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.11.5, 139.162.13.5, + 139.162.14.5, 139.162.15.5, 139.162.16.5, 139.162.21.5, 139.162.27.5, 103.3.60.18, + 103.3.60.19, 103.3.60.20", "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "eu-central", "label": "Frankfurt, DE", "country": "de", + "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", + "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.130.5, + 139.162.131.5, 139.162.132.5, 139.162.133.5, 139.162.134.5, 139.162.135.5, 139.162.136.5, + 139.162.137.5, 139.162.138.5, 139.162.139.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-northeast", "label": "Tokyo, JP", + "country": "jp", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "139.162.66.5, 139.162.67.5, 139.162.68.5, + 139.162.69.5, 139.162.70.5, 139.162.71.5, 139.162.72.5, 139.162.73.5, 139.162.74.5, + 139.162.75.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}], + "page": 1, "pages": 1, "results": 24}' headers: Access-Control-Allow-Credentials: - "true" @@ -106,7 +288,7 @@ interactions: code: 200 duration: "" - request: - body: '{"label":"go-test-def","region":"ap-west","client_conn_throttle":20,"tags":null}' + body: '{"label":"go-test-def","region":"ap-west","client_conn_throttle":20,"tags":null,"firewall_id":228210}' form: {} headers: Accept: @@ -118,11 +300,10 @@ interactions: url: https://api.linode.com/v4beta/nodebalancers method: POST response: - body: '{"id": 259547, "label": "go-test-def", "region": "ap-west", "hostname": - "172-105-44-218.ip.linodeusercontent.com", "ipv4": "172.105.44.218", "ipv6": - "1234::5678", "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", - "client_conn_throttle": 20, "tags": [], "transfer": {"in": null, "out": null, - "total": null}}' + body: '{"id": 441120, "label": "go-test-def", "region": "ap-west", "hostname": + "172-232-87-30.ip.linodeusercontent.com", "ipv4": "172.232.87.30", "ipv6": "1234::5678", + "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", "client_conn_throttle": + 20, "tags": [], "transfer": {"in": null, "out": null, "total": null}}' headers: Access-Control-Allow-Credentials: - "true" @@ -137,7 +318,7 @@ interactions: Cache-Control: - private, max-age=60, s-maxage=60 Content-Length: - - "336" + - "334" Content-Security-Policy: - default-src 'none' Content-Type: @@ -174,14 +355,14 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259547/configs + url: https://api.linode.com/v4beta/nodebalancers/441120/configs method: POST response: - body: '{"id": 387224, "port": 80, "protocol": "http", "algorithm": "roundrobin", + body: '{"id": 670338, "port": 80, "protocol": "http", "algorithm": "roundrobin", "stickiness": "none", "check": "none", "check_interval": 60, "check_timeout": 30, "check_attempts": 3, "check_path": "", "check_body": "", "check_passive": true, "proxy_protocol": "none", "cipher_suite": "recommended", "nodebalancer_id": - 259547, "ssl_commonname": "", "ssl_fingerprint": "", "ssl_cert": null, "ssl_key": + 441120, "ssl_commonname": "", "ssl_fingerprint": "", "ssl_cert": null, "ssl_key": null, "nodes_status": {"up": 0, "down": 0}}' headers: Access-Control-Allow-Credentials: @@ -234,7 +415,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259547/configs/387224 + url: https://api.linode.com/v4beta/nodebalancers/441120/configs/670338 method: DELETE response: body: '{}' @@ -289,7 +470,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259547 + url: https://api.linode.com/v4beta/nodebalancers/441120 method: DELETE response: body: '{}' @@ -334,3 +515,58 @@ interactions: status: 200 OK code: 200 duration: "" +- request: + body: "" + form: {} + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - linodego/dev https://github.com/linode/linodego + url: https://api.linode.com/v4beta/networking/firewalls/228210 + method: DELETE + response: + body: '{}' + headers: + Access-Control-Allow-Credentials: + - "true" + Access-Control-Allow-Headers: + - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter + Access-Control-Allow-Methods: + - HEAD, GET, OPTIONS, POST, PUT, DELETE + Access-Control-Allow-Origin: + - '*' + Access-Control-Expose-Headers: + - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status + Cache-Control: + - private, max-age=60, s-maxage=60 + Content-Length: + - "2" + Content-Security-Policy: + - default-src 'none' + Content-Type: + - application/json + Server: + - nginx + Strict-Transport-Security: + - max-age=31536000 + Vary: + - Authorization, X-Filter + X-Accepted-Oauth-Scopes: + - firewall:read_write + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + - DENY + X-Oauth-Scopes: + - '*' + X-Ratelimit-Limit: + - "800" + X-Xss-Protection: + - 1; mode=block + status: 200 OK + code: 200 + duration: "" diff --git a/test/integration/fixtures/TestNodeBalancerNode_CreateInstance.yaml b/test/integration/fixtures/TestNodeBalancerNode_CreateInstance.yaml index e021f9338..b96c470c5 100644 --- a/test/integration/fixtures/TestNodeBalancerNode_CreateInstance.yaml +++ b/test/integration/fixtures/TestNodeBalancerNode_CreateInstance.yaml @@ -14,56 +14,177 @@ interactions: url: https://api.linode.com/v4beta/regions method: GET response: - body: '{"data": [{"id": "ap-west", "country": "in", "capabilities": ["Linodes", - "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "172.105.34.5,172.105.35.5,172.105.36.5,172.105.37.5,172.105.38.5,172.105.39.5,172.105.40.5,172.105.41.5,172.105.42.5,172.105.43.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ca-central", "country": "ca", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5,172.105.3.5,172.105.4.5,172.105.5.5,172.105.6.5,172.105.7.5,172.105.8.5,172.105.9.5,172.105.10.5,172.105.11.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-southeast", "country": "au", "capabilities": ["Linodes", "NodeBalancers", + body: '{"data": [{"id": "ap-west", "label": "Mumbai, IN", "country": "in", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud + Firewall", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": + "ok", "resolvers": {"ipv4": "172.105.34.5, 172.105.35.5, 172.105.36.5, 172.105.37.5, + 172.105.38.5, 172.105.39.5, 172.105.40.5, 172.105.41.5, 172.105.42.5, 172.105.43.5", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "ca-central", "label": "Toronto, CA", + "country": "ca", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5, 172.105.3.5, + 172.105.4.5, 172.105.5.5, 172.105.6.5, 172.105.7.5, 172.105.8.5, 172.105.9.5, + 172.105.10.5, 172.105.11.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-southeast", + "label": "Sydney, AU", "country": "au", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5,172.105.169.5,172.105.168.5,172.105.172.5,172.105.162.5,172.105.170.5,172.105.167.5,172.105.171.5,172.105.181.5,172.105.161.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-central", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "72.14.179.5,72.14.188.5,173.255.199.5,66.228.53.5,96.126.122.5,96.126.124.5,96.126.127.5,198.58.107.5,198.58.111.5,23.239.24.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-west", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5,173.230.147.5,173.230.155.5,173.255.212.5,173.255.219.5,173.255.241.5,173.255.243.5,173.255.244.5,74.207.241.5,74.207.242.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-southeast", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5, + 172.105.169.5, 172.105.168.5, 172.105.172.5, 172.105.162.5, 172.105.170.5, 172.105.167.5, + 172.105.171.5, 172.105.181.5, 172.105.161.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-iad", "label": "Washington, DC", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Managed Databases", "Metadata", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "139.144.192.62, 139.144.192.60, 139.144.192.61, 139.144.192.53, 139.144.192.54, 139.144.192.67, 139.144.192.69, 139.144.192.66, 139.144.192.52, 139.144.192.68", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-ord", "label": "Chicago, IL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Premium Plans"], "status": "ok", "resolvers": + {"ipv4": "172.232.0.17, 172.232.0.16, 172.232.0.21, 172.232.0.13, 172.232.0.22, 172.232.0.9, 172.232.0.19, 172.232.0.20, 172.232.0.15, 172.232.0.18", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "fr-par", "label": "Paris, FR", "country": "fr", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Metadata", "Premium Plans"], "status": "ok", + "resolvers": {"ipv4": "172.232.32.21, 172.232.32.23, 172.232.32.17, 172.232.32.18, 172.232.32.16, 172.232.32.22, 172.232.32.20, 172.232.32.14, 172.232.32.11, 172.232.32.12", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-sea", "label": "Seattle, WA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.160.19, + 172.232.160.21, 172.232.160.17, 172.232.160.15, 172.232.160.18, 172.232.160.8, + 172.232.160.12, 172.232.160.11, 172.232.160.14, 172.232.160.16", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "br-gru", "label": "Sao Paulo, BR", "country": "br", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.0.4, 172.233.0.9, 172.233.0.7, 172.233.0.12, 172.233.0.5, 172.233.0.13, + 172.233.0.10, 172.233.0.6, 172.233.0.8, 172.233.0.11", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "nl-ams", "label": "Amsterdam, NL", "country": "nl", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.33.36, 172.233.33.38, 172.233.33.35, 172.233.33.39, 172.233.33.34, + 172.233.33.33, 172.233.33.31, 172.233.33.30, 172.233.33.37, 172.233.33.32", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "se-sto", "label": "Stockholm, SE", + "country": "se", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "172.232.128.24, 172.232.128.26, 172.232.128.20, + 172.232.128.22, 172.232.128.25, 172.232.128.19, 172.232.128.23, 172.232.128.18, + 172.232.128.21, 172.232.128.27", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "in-maa", + "label": "Chennai, IN", "country": "in", "capabilities": ["Linodes", "NodeBalancers", + "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", + "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.96.17, 172.232.96.26, 172.232.96.19, 172.232.96.20, 172.232.96.25, 172.232.96.21, 172.232.96.18, 172.232.96.22, 172.232.96.23, 172.232.96.24", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "jp-osa", "label": "Osaka, JP", "country": "jp", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.64.44, + 172.233.64.43, 172.233.64.37, 172.233.64.40, 172.233.64.46, 172.233.64.41, 172.233.64.39, + 172.233.64.42, 172.233.64.45, 172.233.64.38", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "it-mil", "label": "Milan, IT", "country": "it", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.192.19, + 172.232.192.18, 172.232.192.16, 172.232.192.20, 172.232.192.24, 172.232.192.21, + 172.232.192.22, 172.232.192.17, 172.232.192.15, 172.232.192.23", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-mia", "label": "Miami, FL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.160.34, + 172.233.160.27, 172.233.160.30, 172.233.160.29, 172.233.160.32, 172.233.160.28, + 172.233.160.33, 172.233.160.26, 172.233.160.25, 172.233.160.31", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "id-cgk", "label": "Jakarta, ID", "country": "id", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.224.23, + 172.232.224.32, 172.232.224.26, 172.232.224.27, 172.232.224.21, 172.232.224.24, + 172.232.224.22, 172.232.224.20, 172.232.224.31, 172.232.224.28", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-lax", "label": "Los Angeles, CA", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.128.45, 172.233.128.38, 172.233.128.53, 172.233.128.37, 172.233.128.34, + 172.233.128.36, 172.233.128.33, 172.233.128.39, 172.233.128.43, 172.233.128.44", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "us-central", "label": "Dallas, TX", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "72.14.179.5, 72.14.188.5, 173.255.199.5, + 66.228.53.5, 96.126.122.5, 96.126.124.5, 96.126.127.5, 198.58.107.5, 198.58.111.5, + 23.239.24.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-west", "label": "Fremont, CA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage + Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5, + 173.230.147.5, 173.230.155.5, 173.255.212.5, 173.255.219.5, 173.255.241.5, 173.255.243.5, + 173.255.244.5, 74.207.241.5, 74.207.242.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "us-southeast", "label": "Atlanta, GA", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block + Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": + "74.207.231.5, 173.230.128.5, 173.230.129.5, 173.230.136.5, 173.230.140.5, 66.228.59.5, + 66.228.62.5, 50.116.35.5, 50.116.41.5, 23.239.18.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, {"id": "us-east", "label": "Newark, + NJ", "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Bare Metal", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "74.207.231.5,173.230.128.5,173.230.129.5,173.230.136.5,173.230.140.5,66.228.59.5,66.228.62.5,50.116.35.5,50.116.41.5,23.239.18.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-east", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Bare Metal", "Block Storage Migrations", "Managed Databases"], "status": "ok", - "resolvers": {"ipv4": "66.228.42.5,96.126.106.5,50.116.53.5,50.116.58.5,50.116.61.5,50.116.62.5,66.175.211.5,97.107.133.4,207.192.69.4,207.192.69.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-west", "country": "uk", "capabilities": ["Linodes", "NodeBalancers", + {"ipv4": "66.228.42.5, 96.126.106.5, 50.116.53.5, 50.116.58.5, 50.116.61.5, + 50.116.62.5, 66.175.211.5, 97.107.133.4, 207.192.69.4, 207.192.69.5", "ipv6": + "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, {"id": "eu-west", + "label": "London, UK", "country": "gb", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5,176.58.107.5,176.58.116.5,176.58.121.5,151.236.220.5,212.71.252.5,212.71.253.5,109.74.192.20,109.74.193.20,109.74.194.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-south", "country": "sg", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.11.5,139.162.13.5,139.162.14.5,139.162.15.5,139.162.16.5,139.162.21.5,139.162.27.5,103.3.60.18,103.3.60.19,103.3.60.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-central", "country": "de", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.130.5,139.162.131.5,139.162.132.5,139.162.133.5,139.162.134.5,139.162.135.5,139.162.136.5,139.162.137.5,139.162.138.5,139.162.139.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-northeast", "country": "jp", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.66.5,139.162.67.5,139.162.68.5,139.162.69.5,139.162.70.5,139.162.71.5,139.162.72.5,139.162.73.5,139.162.74.5,139.162.75.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}], - "page": 1, "pages": 1, "results": 11}' + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5, 176.58.107.5, 176.58.116.5, 176.58.121.5, 151.236.220.5, 212.71.252.5, 212.71.253.5, 109.74.192.20, 109.74.193.20, 109.74.194.20", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "ap-south", "label": "Singapore, SG", "country": "sg", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "GPU Linodes", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.11.5, 139.162.13.5, + 139.162.14.5, 139.162.15.5, 139.162.16.5, 139.162.21.5, 139.162.27.5, 103.3.60.18, + 103.3.60.19, 103.3.60.20", "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "eu-central", "label": "Frankfurt, DE", "country": "de", + "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", + "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.130.5, + 139.162.131.5, 139.162.132.5, 139.162.133.5, 139.162.134.5, 139.162.135.5, 139.162.136.5, + 139.162.137.5, 139.162.138.5, 139.162.139.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-northeast", "label": "Tokyo, JP", + "country": "jp", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "139.162.66.5, 139.162.67.5, 139.162.68.5, + 139.162.69.5, 139.162.70.5, 139.162.71.5, 139.162.72.5, 139.162.73.5, 139.162.74.5, + 139.162.75.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}], + "page": 1, "pages": 1, "results": 24}' headers: Access-Control-Allow-Credentials: - "true" @@ -106,7 +227,7 @@ interactions: code: 200 duration: "" - request: - body: '{"region":"ap-west","type":"g6-nanode-1","label":"go-test-ins-8yc1c7s24c1w","root_pass":"R34lBAdP455","image":"linode/debian9","booted":false}' + body: '{"region":"ap-west","type":"g6-nanode-1","label":"go-test-ins-gj9js097m74d","root_pass":"R34lBAdP455LONGLONGLONGLONG","image":"linode/debian9","booted":false}' form: {} headers: Accept: @@ -118,14 +239,15 @@ interactions: url: https://api.linode.com/v4beta/linode/instances method: POST response: - body: '{"id": 39426882, "label": "go-test-ins-8yc1c7s24c1w", "group": "", "status": + body: '{"id": 49708269, "label": "go-test-ins-gj9js097m74d", "group": "", "status": "provisioning", "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", - "type": "g6-nanode-1", "ipv4": ["194.195.113.135"], "ipv6": "1234::5678/128", + "type": "g6-nanode-1", "ipv4": ["139.144.4.124"], "ipv6": "1234::5678/128", "image": "linode/debian9", "region": "ap-west", "specs": {"disk": 25600, "memory": 1024, "vcpus": 1, "gpus": 0, "transfer": 1000}, "alerts": {"cpu": 90, "network_in": 10, "network_out": 10, "transfer_quota": 80, "io": 10000}, "backups": {"enabled": - false, "schedule": {"day": null, "window": null}, "last_successful": null}, - "hypervisor": "kvm", "watchdog_enabled": true, "tags": []}' + false, "available": false, "schedule": {"day": null, "window": null}, "last_successful": + null}, "hypervisor": "kvm", "watchdog_enabled": true, "tags": [], "host_uuid": + "6eb83ed887a5cd4920fbeb92ba8047f660ef74f4", "has_user_data": false}' headers: Access-Control-Allow-Credentials: - "true" @@ -140,7 +262,7 @@ interactions: Cache-Control: - private, max-age=60, s-maxage=60 Content-Length: - - "642" + - "741" Content-Security-Policy: - default-src 'none' Content-Type: @@ -177,11 +299,11 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/linode/instances/39426882/ips + url: https://api.linode.com/v4beta/linode/instances/49708269/ips method: POST response: - body: '{"address": "192.168.132.62", "gateway": null, "subnet_mask": "255.255.128.0", - "prefix": 17, "type": "ipv4", "public": false, "rdns": null, "linode_id": 39426882, + body: '{"address": "192.168.159.77", "gateway": null, "subnet_mask": "255.255.128.0", + "prefix": 17, "type": "ipv4", "public": false, "rdns": null, "linode_id": 49708269, "region": "ap-west"}' headers: Access-Control-Allow-Credentials: @@ -225,7 +347,7 @@ interactions: code: 200 duration: "" - request: - body: '{"address":"192.168.132.62:8080","label":"go-node-test-def","weight":10,"mode":"accept"}' + body: '{"address":"192.168.159.77:8080","label":"go-node-test-def","weight":10,"mode":"accept"}' form: {} headers: Accept: @@ -234,12 +356,12 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259547/configs/387224/nodes + url: https://api.linode.com/v4beta/nodebalancers/441120/configs/670338/nodes method: POST response: - body: '{"id": 68652649, "address": "192.168.132.62:8080", "label": "go-node-test-def", - "status": "Unknown", "weight": 10, "mode": "accept", "config_id": 387224, "nodebalancer_id": - 259547}' + body: '{"id": 516206618, "address": "192.168.159.77:8080", "label": "go-node-test-def", + "status": "Unknown", "weight": 10, "mode": "accept", "config_id": 670338, "nodebalancer_id": + 441120}' headers: Access-Control-Allow-Credentials: - "true" @@ -254,7 +376,7 @@ interactions: Cache-Control: - private, max-age=60, s-maxage=60 Content-Length: - - "180" + - "181" Content-Security-Policy: - default-src 'none' Content-Type: @@ -291,7 +413,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259547/configs/387224/nodes/68652649 + url: https://api.linode.com/v4beta/nodebalancers/441120/configs/670338/nodes/516206618 method: DELETE response: body: '{}' @@ -346,7 +468,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/linode/instances/39426882 + url: https://api.linode.com/v4beta/linode/instances/49708269 method: DELETE response: body: '{}' diff --git a/test/integration/fixtures/TestNodeBalancerNode_Get.yaml b/test/integration/fixtures/TestNodeBalancerNode_Get.yaml index 0fe4f345a..a87e81670 100644 --- a/test/integration/fixtures/TestNodeBalancerNode_Get.yaml +++ b/test/integration/fixtures/TestNodeBalancerNode_Get.yaml @@ -1,6 +1,67 @@ --- version: 1 interactions: +- request: + body: '{"label":"linodego-fw-test","rules":{"inbound":[{"action":"ACCEPT","label":"go-fwrule-test","ports":"22","protocol":"TCP","addresses":{"ipv4":["0.0.0.0/0"],"ipv6":["1234::5678/0"]}}],"inbound_policy":"ACCEPT","outbound":[{"action":"ACCEPT","label":"go-fwrule-test","ports":"22","protocol":"TCP","addresses":{"ipv4":["0.0.0.0/0"],"ipv6":["1234::5678/0"]}}],"outbound_policy":"ACCEPT"},"tags":["testing"],"devices":{}}' + form: {} + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - linodego/dev https://github.com/linode/linodego + url: https://api.linode.com/v4beta/networking/firewalls + method: POST + response: + body: '{"id": 228214, "label": "linodego-fw-test", "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05", "status": "enabled", "rules": {"inbound": + [{"action": "ACCEPT", "label": "go-fwrule-test", "ports": "22", "protocol": + "TCP", "addresses": {"ipv4": ["0.0.0.0/0"], "ipv6": ["1234::5678/0"]}}], "inbound_policy": + "ACCEPT", "outbound": [{"action": "ACCEPT", "label": "go-fwrule-test", "ports": + "22", "protocol": "TCP", "addresses": {"ipv4": ["0.0.0.0/0"], "ipv6": ["1234::5678/0"]}}], + "outbound_policy": "ACCEPT"}, "tags": ["testing"]}' + headers: + Access-Control-Allow-Credentials: + - "true" + Access-Control-Allow-Headers: + - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter + Access-Control-Allow-Methods: + - HEAD, GET, OPTIONS, POST, PUT, DELETE + Access-Control-Allow-Origin: + - '*' + Access-Control-Expose-Headers: + - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status + Cache-Control: + - private, max-age=60, s-maxage=60 + Content-Length: + - "526" + Content-Security-Policy: + - default-src 'none' + Content-Type: + - application/json + Server: + - nginx + Strict-Transport-Security: + - max-age=31536000 + Vary: + - Authorization, X-Filter + X-Accepted-Oauth-Scopes: + - firewall:read_write + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + - DENY + X-Oauth-Scopes: + - '*' + X-Ratelimit-Limit: + - "800" + X-Xss-Protection: + - 1; mode=block + status: 200 OK + code: 200 + duration: "" - request: body: "" form: {} @@ -14,56 +75,177 @@ interactions: url: https://api.linode.com/v4beta/regions method: GET response: - body: '{"data": [{"id": "ap-west", "country": "in", "capabilities": ["Linodes", - "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "172.105.34.5,172.105.35.5,172.105.36.5,172.105.37.5,172.105.38.5,172.105.39.5,172.105.40.5,172.105.41.5,172.105.42.5,172.105.43.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ca-central", "country": "ca", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5,172.105.3.5,172.105.4.5,172.105.5.5,172.105.6.5,172.105.7.5,172.105.8.5,172.105.9.5,172.105.10.5,172.105.11.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-southeast", "country": "au", "capabilities": ["Linodes", "NodeBalancers", + body: '{"data": [{"id": "ap-west", "label": "Mumbai, IN", "country": "in", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud + Firewall", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": + "ok", "resolvers": {"ipv4": "172.105.34.5, 172.105.35.5, 172.105.36.5, 172.105.37.5, + 172.105.38.5, 172.105.39.5, 172.105.40.5, 172.105.41.5, 172.105.42.5, 172.105.43.5", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "ca-central", "label": "Toronto, CA", + "country": "ca", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5, 172.105.3.5, + 172.105.4.5, 172.105.5.5, 172.105.6.5, 172.105.7.5, 172.105.8.5, 172.105.9.5, + 172.105.10.5, 172.105.11.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-southeast", + "label": "Sydney, AU", "country": "au", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5,172.105.169.5,172.105.168.5,172.105.172.5,172.105.162.5,172.105.170.5,172.105.167.5,172.105.171.5,172.105.181.5,172.105.161.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-central", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "72.14.179.5,72.14.188.5,173.255.199.5,66.228.53.5,96.126.122.5,96.126.124.5,96.126.127.5,198.58.107.5,198.58.111.5,23.239.24.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-west", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5,173.230.147.5,173.230.155.5,173.255.212.5,173.255.219.5,173.255.241.5,173.255.243.5,173.255.244.5,74.207.241.5,74.207.242.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-southeast", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5, + 172.105.169.5, 172.105.168.5, 172.105.172.5, 172.105.162.5, 172.105.170.5, 172.105.167.5, + 172.105.171.5, 172.105.181.5, 172.105.161.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-iad", "label": "Washington, DC", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Managed Databases", "Metadata", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "139.144.192.62, 139.144.192.60, 139.144.192.61, 139.144.192.53, 139.144.192.54, 139.144.192.67, 139.144.192.69, 139.144.192.66, 139.144.192.52, 139.144.192.68", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-ord", "label": "Chicago, IL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Premium Plans"], "status": "ok", "resolvers": + {"ipv4": "172.232.0.17, 172.232.0.16, 172.232.0.21, 172.232.0.13, 172.232.0.22, 172.232.0.9, 172.232.0.19, 172.232.0.20, 172.232.0.15, 172.232.0.18", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "fr-par", "label": "Paris, FR", "country": "fr", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Metadata", "Premium Plans"], "status": "ok", + "resolvers": {"ipv4": "172.232.32.21, 172.232.32.23, 172.232.32.17, 172.232.32.18, 172.232.32.16, 172.232.32.22, 172.232.32.20, 172.232.32.14, 172.232.32.11, 172.232.32.12", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-sea", "label": "Seattle, WA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.160.19, + 172.232.160.21, 172.232.160.17, 172.232.160.15, 172.232.160.18, 172.232.160.8, + 172.232.160.12, 172.232.160.11, 172.232.160.14, 172.232.160.16", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "br-gru", "label": "Sao Paulo, BR", "country": "br", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.0.4, 172.233.0.9, 172.233.0.7, 172.233.0.12, 172.233.0.5, 172.233.0.13, + 172.233.0.10, 172.233.0.6, 172.233.0.8, 172.233.0.11", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "nl-ams", "label": "Amsterdam, NL", "country": "nl", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.33.36, 172.233.33.38, 172.233.33.35, 172.233.33.39, 172.233.33.34, + 172.233.33.33, 172.233.33.31, 172.233.33.30, 172.233.33.37, 172.233.33.32", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "se-sto", "label": "Stockholm, SE", + "country": "se", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "172.232.128.24, 172.232.128.26, 172.232.128.20, + 172.232.128.22, 172.232.128.25, 172.232.128.19, 172.232.128.23, 172.232.128.18, + 172.232.128.21, 172.232.128.27", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "in-maa", + "label": "Chennai, IN", "country": "in", "capabilities": ["Linodes", "NodeBalancers", + "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", + "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.96.17, 172.232.96.26, 172.232.96.19, 172.232.96.20, 172.232.96.25, 172.232.96.21, 172.232.96.18, 172.232.96.22, 172.232.96.23, 172.232.96.24", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "jp-osa", "label": "Osaka, JP", "country": "jp", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.64.44, + 172.233.64.43, 172.233.64.37, 172.233.64.40, 172.233.64.46, 172.233.64.41, 172.233.64.39, + 172.233.64.42, 172.233.64.45, 172.233.64.38", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "it-mil", "label": "Milan, IT", "country": "it", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.192.19, + 172.232.192.18, 172.232.192.16, 172.232.192.20, 172.232.192.24, 172.232.192.21, + 172.232.192.22, 172.232.192.17, 172.232.192.15, 172.232.192.23", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-mia", "label": "Miami, FL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.160.34, + 172.233.160.27, 172.233.160.30, 172.233.160.29, 172.233.160.32, 172.233.160.28, + 172.233.160.33, 172.233.160.26, 172.233.160.25, 172.233.160.31", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "id-cgk", "label": "Jakarta, ID", "country": "id", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.224.23, + 172.232.224.32, 172.232.224.26, 172.232.224.27, 172.232.224.21, 172.232.224.24, + 172.232.224.22, 172.232.224.20, 172.232.224.31, 172.232.224.28", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-lax", "label": "Los Angeles, CA", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.128.45, 172.233.128.38, 172.233.128.53, 172.233.128.37, 172.233.128.34, + 172.233.128.36, 172.233.128.33, 172.233.128.39, 172.233.128.43, 172.233.128.44", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "us-central", "label": "Dallas, TX", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "72.14.179.5, 72.14.188.5, 173.255.199.5, + 66.228.53.5, 96.126.122.5, 96.126.124.5, 96.126.127.5, 198.58.107.5, 198.58.111.5, + 23.239.24.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-west", "label": "Fremont, CA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage + Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5, + 173.230.147.5, 173.230.155.5, 173.255.212.5, 173.255.219.5, 173.255.241.5, 173.255.243.5, + 173.255.244.5, 74.207.241.5, 74.207.242.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "us-southeast", "label": "Atlanta, GA", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block + Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": + "74.207.231.5, 173.230.128.5, 173.230.129.5, 173.230.136.5, 173.230.140.5, 66.228.59.5, + 66.228.62.5, 50.116.35.5, 50.116.41.5, 23.239.18.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, {"id": "us-east", "label": "Newark, + NJ", "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Bare Metal", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "74.207.231.5,173.230.128.5,173.230.129.5,173.230.136.5,173.230.140.5,66.228.59.5,66.228.62.5,50.116.35.5,50.116.41.5,23.239.18.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-east", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Bare Metal", "Block Storage Migrations", "Managed Databases"], "status": "ok", - "resolvers": {"ipv4": "66.228.42.5,96.126.106.5,50.116.53.5,50.116.58.5,50.116.61.5,50.116.62.5,66.175.211.5,97.107.133.4,207.192.69.4,207.192.69.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-west", "country": "uk", "capabilities": ["Linodes", "NodeBalancers", + {"ipv4": "66.228.42.5, 96.126.106.5, 50.116.53.5, 50.116.58.5, 50.116.61.5, + 50.116.62.5, 66.175.211.5, 97.107.133.4, 207.192.69.4, 207.192.69.5", "ipv6": + "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, {"id": "eu-west", + "label": "London, UK", "country": "gb", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5,176.58.107.5,176.58.116.5,176.58.121.5,151.236.220.5,212.71.252.5,212.71.253.5,109.74.192.20,109.74.193.20,109.74.194.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-south", "country": "sg", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.11.5,139.162.13.5,139.162.14.5,139.162.15.5,139.162.16.5,139.162.21.5,139.162.27.5,103.3.60.18,103.3.60.19,103.3.60.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-central", "country": "de", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.130.5,139.162.131.5,139.162.132.5,139.162.133.5,139.162.134.5,139.162.135.5,139.162.136.5,139.162.137.5,139.162.138.5,139.162.139.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-northeast", "country": "jp", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.66.5,139.162.67.5,139.162.68.5,139.162.69.5,139.162.70.5,139.162.71.5,139.162.72.5,139.162.73.5,139.162.74.5,139.162.75.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}], - "page": 1, "pages": 1, "results": 11}' + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5, 176.58.107.5, 176.58.116.5, 176.58.121.5, 151.236.220.5, 212.71.252.5, 212.71.253.5, 109.74.192.20, 109.74.193.20, 109.74.194.20", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "ap-south", "label": "Singapore, SG", "country": "sg", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "GPU Linodes", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.11.5, 139.162.13.5, + 139.162.14.5, 139.162.15.5, 139.162.16.5, 139.162.21.5, 139.162.27.5, 103.3.60.18, + 103.3.60.19, 103.3.60.20", "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "eu-central", "label": "Frankfurt, DE", "country": "de", + "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", + "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.130.5, + 139.162.131.5, 139.162.132.5, 139.162.133.5, 139.162.134.5, 139.162.135.5, 139.162.136.5, + 139.162.137.5, 139.162.138.5, 139.162.139.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-northeast", "label": "Tokyo, JP", + "country": "jp", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "139.162.66.5, 139.162.67.5, 139.162.68.5, + 139.162.69.5, 139.162.70.5, 139.162.71.5, 139.162.72.5, 139.162.73.5, 139.162.74.5, + 139.162.75.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}], + "page": 1, "pages": 1, "results": 24}' headers: Access-Control-Allow-Credentials: - "true" @@ -106,7 +288,7 @@ interactions: code: 200 duration: "" - request: - body: '{"label":"go-test-def","region":"ap-west","client_conn_throttle":20,"tags":null}' + body: '{"label":"go-test-def","region":"ap-west","client_conn_throttle":20,"tags":null,"firewall_id":228214}' form: {} headers: Accept: @@ -118,11 +300,10 @@ interactions: url: https://api.linode.com/v4beta/nodebalancers method: POST response: - body: '{"id": 259551, "label": "go-test-def", "region": "ap-west", "hostname": - "172-105-45-181.ip.linodeusercontent.com", "ipv4": "172.105.45.181", "ipv6": - "1234::5678", "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", - "client_conn_throttle": 20, "tags": [], "transfer": {"in": null, "out": null, - "total": null}}' + body: '{"id": 441125, "label": "go-test-def", "region": "ap-west", "hostname": + "172-232-87-32.ip.linodeusercontent.com", "ipv4": "172.232.87.32", "ipv6": "1234::5678", + "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", "client_conn_throttle": + 20, "tags": [], "transfer": {"in": null, "out": null, "total": null}}' headers: Access-Control-Allow-Credentials: - "true" @@ -137,7 +318,7 @@ interactions: Cache-Control: - private, max-age=60, s-maxage=60 Content-Length: - - "336" + - "334" Content-Security-Policy: - default-src 'none' Content-Type: @@ -174,14 +355,14 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259551/configs + url: https://api.linode.com/v4beta/nodebalancers/441125/configs method: POST response: - body: '{"id": 387228, "port": 80, "protocol": "http", "algorithm": "roundrobin", + body: '{"id": 670343, "port": 80, "protocol": "http", "algorithm": "roundrobin", "stickiness": "none", "check": "none", "check_interval": 60, "check_timeout": 30, "check_attempts": 3, "check_path": "", "check_body": "", "check_passive": true, "proxy_protocol": "none", "cipher_suite": "recommended", "nodebalancer_id": - 259551, "ssl_commonname": "", "ssl_fingerprint": "", "ssl_cert": null, "ssl_key": + 441125, "ssl_commonname": "", "ssl_fingerprint": "", "ssl_cert": null, "ssl_key": null, "nodes_status": {"up": 0, "down": 0}}' headers: Access-Control-Allow-Credentials: @@ -234,7 +415,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259551/configs/387228 + url: https://api.linode.com/v4beta/nodebalancers/441125/configs/670343 method: DELETE response: body: '{}' @@ -289,7 +470,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259551 + url: https://api.linode.com/v4beta/nodebalancers/441125 method: DELETE response: body: '{}' @@ -334,3 +515,58 @@ interactions: status: 200 OK code: 200 duration: "" +- request: + body: "" + form: {} + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - linodego/dev https://github.com/linode/linodego + url: https://api.linode.com/v4beta/networking/firewalls/228214 + method: DELETE + response: + body: '{}' + headers: + Access-Control-Allow-Credentials: + - "true" + Access-Control-Allow-Headers: + - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter + Access-Control-Allow-Methods: + - HEAD, GET, OPTIONS, POST, PUT, DELETE + Access-Control-Allow-Origin: + - '*' + Access-Control-Expose-Headers: + - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status + Cache-Control: + - private, max-age=60, s-maxage=60 + Content-Length: + - "2" + Content-Security-Policy: + - default-src 'none' + Content-Type: + - application/json + Server: + - nginx + Strict-Transport-Security: + - max-age=31536000 + Vary: + - Authorization, X-Filter + X-Accepted-Oauth-Scopes: + - firewall:read_write + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + - DENY + X-Oauth-Scopes: + - '*' + X-Ratelimit-Limit: + - "800" + X-Xss-Protection: + - 1; mode=block + status: 200 OK + code: 200 + duration: "" diff --git a/test/integration/fixtures/TestNodeBalancerNode_GetInstance.yaml b/test/integration/fixtures/TestNodeBalancerNode_GetInstance.yaml index e23d1e8b4..c3133087d 100644 --- a/test/integration/fixtures/TestNodeBalancerNode_GetInstance.yaml +++ b/test/integration/fixtures/TestNodeBalancerNode_GetInstance.yaml @@ -14,56 +14,177 @@ interactions: url: https://api.linode.com/v4beta/regions method: GET response: - body: '{"data": [{"id": "ap-west", "country": "in", "capabilities": ["Linodes", - "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "172.105.34.5,172.105.35.5,172.105.36.5,172.105.37.5,172.105.38.5,172.105.39.5,172.105.40.5,172.105.41.5,172.105.42.5,172.105.43.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ca-central", "country": "ca", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5,172.105.3.5,172.105.4.5,172.105.5.5,172.105.6.5,172.105.7.5,172.105.8.5,172.105.9.5,172.105.10.5,172.105.11.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-southeast", "country": "au", "capabilities": ["Linodes", "NodeBalancers", + body: '{"data": [{"id": "ap-west", "label": "Mumbai, IN", "country": "in", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud + Firewall", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": + "ok", "resolvers": {"ipv4": "172.105.34.5, 172.105.35.5, 172.105.36.5, 172.105.37.5, + 172.105.38.5, 172.105.39.5, 172.105.40.5, 172.105.41.5, 172.105.42.5, 172.105.43.5", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "ca-central", "label": "Toronto, CA", + "country": "ca", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5, 172.105.3.5, + 172.105.4.5, 172.105.5.5, 172.105.6.5, 172.105.7.5, 172.105.8.5, 172.105.9.5, + 172.105.10.5, 172.105.11.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-southeast", + "label": "Sydney, AU", "country": "au", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5,172.105.169.5,172.105.168.5,172.105.172.5,172.105.162.5,172.105.170.5,172.105.167.5,172.105.171.5,172.105.181.5,172.105.161.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-central", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "72.14.179.5,72.14.188.5,173.255.199.5,66.228.53.5,96.126.122.5,96.126.124.5,96.126.127.5,198.58.107.5,198.58.111.5,23.239.24.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-west", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5,173.230.147.5,173.230.155.5,173.255.212.5,173.255.219.5,173.255.241.5,173.255.243.5,173.255.244.5,74.207.241.5,74.207.242.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-southeast", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5, + 172.105.169.5, 172.105.168.5, 172.105.172.5, 172.105.162.5, 172.105.170.5, 172.105.167.5, + 172.105.171.5, 172.105.181.5, 172.105.161.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-iad", "label": "Washington, DC", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Managed Databases", "Metadata", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "139.144.192.62, 139.144.192.60, 139.144.192.61, 139.144.192.53, 139.144.192.54, 139.144.192.67, 139.144.192.69, 139.144.192.66, 139.144.192.52, 139.144.192.68", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-ord", "label": "Chicago, IL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Premium Plans"], "status": "ok", "resolvers": + {"ipv4": "172.232.0.17, 172.232.0.16, 172.232.0.21, 172.232.0.13, 172.232.0.22, 172.232.0.9, 172.232.0.19, 172.232.0.20, 172.232.0.15, 172.232.0.18", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "fr-par", "label": "Paris, FR", "country": "fr", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Metadata", "Premium Plans"], "status": "ok", + "resolvers": {"ipv4": "172.232.32.21, 172.232.32.23, 172.232.32.17, 172.232.32.18, 172.232.32.16, 172.232.32.22, 172.232.32.20, 172.232.32.14, 172.232.32.11, 172.232.32.12", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-sea", "label": "Seattle, WA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.160.19, + 172.232.160.21, 172.232.160.17, 172.232.160.15, 172.232.160.18, 172.232.160.8, + 172.232.160.12, 172.232.160.11, 172.232.160.14, 172.232.160.16", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "br-gru", "label": "Sao Paulo, BR", "country": "br", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.0.4, 172.233.0.9, 172.233.0.7, 172.233.0.12, 172.233.0.5, 172.233.0.13, + 172.233.0.10, 172.233.0.6, 172.233.0.8, 172.233.0.11", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "nl-ams", "label": "Amsterdam, NL", "country": "nl", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.33.36, 172.233.33.38, 172.233.33.35, 172.233.33.39, 172.233.33.34, + 172.233.33.33, 172.233.33.31, 172.233.33.30, 172.233.33.37, 172.233.33.32", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "se-sto", "label": "Stockholm, SE", + "country": "se", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "172.232.128.24, 172.232.128.26, 172.232.128.20, + 172.232.128.22, 172.232.128.25, 172.232.128.19, 172.232.128.23, 172.232.128.18, + 172.232.128.21, 172.232.128.27", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "in-maa", + "label": "Chennai, IN", "country": "in", "capabilities": ["Linodes", "NodeBalancers", + "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", + "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.96.17, 172.232.96.26, 172.232.96.19, 172.232.96.20, 172.232.96.25, 172.232.96.21, 172.232.96.18, 172.232.96.22, 172.232.96.23, 172.232.96.24", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "jp-osa", "label": "Osaka, JP", "country": "jp", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.64.44, + 172.233.64.43, 172.233.64.37, 172.233.64.40, 172.233.64.46, 172.233.64.41, 172.233.64.39, + 172.233.64.42, 172.233.64.45, 172.233.64.38", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "it-mil", "label": "Milan, IT", "country": "it", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.192.19, + 172.232.192.18, 172.232.192.16, 172.232.192.20, 172.232.192.24, 172.232.192.21, + 172.232.192.22, 172.232.192.17, 172.232.192.15, 172.232.192.23", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-mia", "label": "Miami, FL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.160.34, + 172.233.160.27, 172.233.160.30, 172.233.160.29, 172.233.160.32, 172.233.160.28, + 172.233.160.33, 172.233.160.26, 172.233.160.25, 172.233.160.31", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "id-cgk", "label": "Jakarta, ID", "country": "id", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.224.23, + 172.232.224.32, 172.232.224.26, 172.232.224.27, 172.232.224.21, 172.232.224.24, + 172.232.224.22, 172.232.224.20, 172.232.224.31, 172.232.224.28", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-lax", "label": "Los Angeles, CA", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.128.45, 172.233.128.38, 172.233.128.53, 172.233.128.37, 172.233.128.34, + 172.233.128.36, 172.233.128.33, 172.233.128.39, 172.233.128.43, 172.233.128.44", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "us-central", "label": "Dallas, TX", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "72.14.179.5, 72.14.188.5, 173.255.199.5, + 66.228.53.5, 96.126.122.5, 96.126.124.5, 96.126.127.5, 198.58.107.5, 198.58.111.5, + 23.239.24.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-west", "label": "Fremont, CA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage + Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5, + 173.230.147.5, 173.230.155.5, 173.255.212.5, 173.255.219.5, 173.255.241.5, 173.255.243.5, + 173.255.244.5, 74.207.241.5, 74.207.242.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "us-southeast", "label": "Atlanta, GA", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block + Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": + "74.207.231.5, 173.230.128.5, 173.230.129.5, 173.230.136.5, 173.230.140.5, 66.228.59.5, + 66.228.62.5, 50.116.35.5, 50.116.41.5, 23.239.18.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, {"id": "us-east", "label": "Newark, + NJ", "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Bare Metal", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "74.207.231.5,173.230.128.5,173.230.129.5,173.230.136.5,173.230.140.5,66.228.59.5,66.228.62.5,50.116.35.5,50.116.41.5,23.239.18.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-east", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Bare Metal", "Block Storage Migrations", "Managed Databases"], "status": "ok", - "resolvers": {"ipv4": "66.228.42.5,96.126.106.5,50.116.53.5,50.116.58.5,50.116.61.5,50.116.62.5,66.175.211.5,97.107.133.4,207.192.69.4,207.192.69.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-west", "country": "uk", "capabilities": ["Linodes", "NodeBalancers", + {"ipv4": "66.228.42.5, 96.126.106.5, 50.116.53.5, 50.116.58.5, 50.116.61.5, + 50.116.62.5, 66.175.211.5, 97.107.133.4, 207.192.69.4, 207.192.69.5", "ipv6": + "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, {"id": "eu-west", + "label": "London, UK", "country": "gb", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5,176.58.107.5,176.58.116.5,176.58.121.5,151.236.220.5,212.71.252.5,212.71.253.5,109.74.192.20,109.74.193.20,109.74.194.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-south", "country": "sg", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.11.5,139.162.13.5,139.162.14.5,139.162.15.5,139.162.16.5,139.162.21.5,139.162.27.5,103.3.60.18,103.3.60.19,103.3.60.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-central", "country": "de", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.130.5,139.162.131.5,139.162.132.5,139.162.133.5,139.162.134.5,139.162.135.5,139.162.136.5,139.162.137.5,139.162.138.5,139.162.139.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-northeast", "country": "jp", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.66.5,139.162.67.5,139.162.68.5,139.162.69.5,139.162.70.5,139.162.71.5,139.162.72.5,139.162.73.5,139.162.74.5,139.162.75.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}], - "page": 1, "pages": 1, "results": 11}' + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5, 176.58.107.5, 176.58.116.5, 176.58.121.5, 151.236.220.5, 212.71.252.5, 212.71.253.5, 109.74.192.20, 109.74.193.20, 109.74.194.20", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "ap-south", "label": "Singapore, SG", "country": "sg", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "GPU Linodes", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.11.5, 139.162.13.5, + 139.162.14.5, 139.162.15.5, 139.162.16.5, 139.162.21.5, 139.162.27.5, 103.3.60.18, + 103.3.60.19, 103.3.60.20", "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "eu-central", "label": "Frankfurt, DE", "country": "de", + "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", + "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.130.5, + 139.162.131.5, 139.162.132.5, 139.162.133.5, 139.162.134.5, 139.162.135.5, 139.162.136.5, + 139.162.137.5, 139.162.138.5, 139.162.139.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-northeast", "label": "Tokyo, JP", + "country": "jp", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "139.162.66.5, 139.162.67.5, 139.162.68.5, + 139.162.69.5, 139.162.70.5, 139.162.71.5, 139.162.72.5, 139.162.73.5, 139.162.74.5, + 139.162.75.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}], + "page": 1, "pages": 1, "results": 24}' headers: Access-Control-Allow-Credentials: - "true" @@ -106,7 +227,7 @@ interactions: code: 200 duration: "" - request: - body: '{"region":"ap-west","type":"g6-nanode-1","label":"go-test-ins-40aat4759gll","root_pass":"R34lBAdP455","image":"linode/debian9","booted":false}' + body: '{"region":"ap-west","type":"g6-nanode-1","label":"go-test-ins-h0u0mg999k1a","root_pass":"R34lBAdP455LONGLONGLONGLONG","image":"linode/debian9","booted":false}' form: {} headers: Accept: @@ -118,14 +239,15 @@ interactions: url: https://api.linode.com/v4beta/linode/instances method: POST response: - body: '{"id": 39426892, "label": "go-test-ins-40aat4759gll", "group": "", "status": + body: '{"id": 49708281, "label": "go-test-ins-h0u0mg999k1a", "group": "", "status": "provisioning", "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", - "type": "g6-nanode-1", "ipv4": ["194.195.113.140"], "ipv6": "1234::5678/128", + "type": "g6-nanode-1", "ipv4": ["139.144.4.154"], "ipv6": "1234::5678/128", "image": "linode/debian9", "region": "ap-west", "specs": {"disk": 25600, "memory": 1024, "vcpus": 1, "gpus": 0, "transfer": 1000}, "alerts": {"cpu": 90, "network_in": 10, "network_out": 10, "transfer_quota": 80, "io": 10000}, "backups": {"enabled": - false, "schedule": {"day": null, "window": null}, "last_successful": null}, - "hypervisor": "kvm", "watchdog_enabled": true, "tags": []}' + false, "available": false, "schedule": {"day": null, "window": null}, "last_successful": + null}, "hypervisor": "kvm", "watchdog_enabled": true, "tags": [], "host_uuid": + "6eb83ed887a5cd4920fbeb92ba8047f660ef74f4", "has_user_data": false}' headers: Access-Control-Allow-Credentials: - "true" @@ -140,7 +262,7 @@ interactions: Cache-Control: - private, max-age=60, s-maxage=60 Content-Length: - - "642" + - "741" Content-Security-Policy: - default-src 'none' Content-Type: @@ -177,11 +299,11 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/linode/instances/39426892/ips + url: https://api.linode.com/v4beta/linode/instances/49708281/ips method: POST response: - body: '{"address": "192.168.135.232", "gateway": null, "subnet_mask": "255.255.128.0", - "prefix": 17, "type": "ipv4", "public": false, "rdns": null, "linode_id": 39426892, + body: '{"address": "192.168.159.17", "gateway": null, "subnet_mask": "255.255.128.0", + "prefix": 17, "type": "ipv4", "public": false, "rdns": null, "linode_id": 49708281, "region": "ap-west"}' headers: Access-Control-Allow-Credentials: @@ -197,7 +319,7 @@ interactions: Cache-Control: - private, max-age=60, s-maxage=60 Content-Length: - - "184" + - "183" Content-Security-Policy: - default-src 'none' Content-Type: @@ -225,7 +347,7 @@ interactions: code: 200 duration: "" - request: - body: '{"address":"192.168.135.232:8080","label":"go-node-test-def","weight":10,"mode":"accept"}' + body: '{"address":"192.168.159.17:8080","label":"go-node-test-def","weight":10,"mode":"accept"}' form: {} headers: Accept: @@ -234,12 +356,12 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259551/configs/387228/nodes + url: https://api.linode.com/v4beta/nodebalancers/441125/configs/670343/nodes method: POST response: - body: '{"id": 68652661, "address": "192.168.135.232:8080", "label": "go-node-test-def", - "status": "Unknown", "weight": 10, "mode": "accept", "config_id": 387228, "nodebalancer_id": - 259551}' + body: '{"id": 516206638, "address": "192.168.159.17:8080", "label": "go-node-test-def", + "status": "Unknown", "weight": 10, "mode": "accept", "config_id": 670343, "nodebalancer_id": + 441125}' headers: Access-Control-Allow-Credentials: - "true" @@ -291,12 +413,12 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259551/configs/387228/nodes/68652661 + url: https://api.linode.com/v4beta/nodebalancers/441125/configs/670343/nodes/516206638 method: GET response: - body: '{"id": 68652661, "address": "192.168.135.232:8080", "label": "go-node-test-def", - "status": "Unknown", "weight": 10, "mode": "accept", "config_id": 387228, "nodebalancer_id": - 259551}' + body: '{"id": 516206638, "address": "192.168.159.17:8080", "label": "go-node-test-def", + "status": "Unknown", "weight": 10, "mode": "accept", "config_id": 670343, "nodebalancer_id": + 441125}' headers: Access-Control-Allow-Credentials: - "true" @@ -350,7 +472,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259551/configs/387228/nodes/68652661 + url: https://api.linode.com/v4beta/nodebalancers/441125/configs/670343/nodes/516206638 method: DELETE response: body: '{}' @@ -405,7 +527,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/linode/instances/39426892 + url: https://api.linode.com/v4beta/linode/instances/49708281 method: DELETE response: body: '{}' diff --git a/test/integration/fixtures/TestNodeBalancerNode_Update.yaml b/test/integration/fixtures/TestNodeBalancerNode_Update.yaml index 723c19b78..51ef3bc6e 100644 --- a/test/integration/fixtures/TestNodeBalancerNode_Update.yaml +++ b/test/integration/fixtures/TestNodeBalancerNode_Update.yaml @@ -1,6 +1,67 @@ --- version: 1 interactions: +- request: + body: '{"label":"linodego-fw-test","rules":{"inbound":[{"action":"ACCEPT","label":"go-fwrule-test","ports":"22","protocol":"TCP","addresses":{"ipv4":["0.0.0.0/0"],"ipv6":["1234::5678/0"]}}],"inbound_policy":"ACCEPT","outbound":[{"action":"ACCEPT","label":"go-fwrule-test","ports":"22","protocol":"TCP","addresses":{"ipv4":["0.0.0.0/0"],"ipv6":["1234::5678/0"]}}],"outbound_policy":"ACCEPT"},"tags":["testing"],"devices":{}}' + form: {} + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - linodego/dev https://github.com/linode/linodego + url: https://api.linode.com/v4beta/networking/firewalls + method: POST + response: + body: '{"id": 228211, "label": "linodego-fw-test", "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05", "status": "enabled", "rules": {"inbound": + [{"action": "ACCEPT", "label": "go-fwrule-test", "ports": "22", "protocol": + "TCP", "addresses": {"ipv4": ["0.0.0.0/0"], "ipv6": ["1234::5678/0"]}}], "inbound_policy": + "ACCEPT", "outbound": [{"action": "ACCEPT", "label": "go-fwrule-test", "ports": + "22", "protocol": "TCP", "addresses": {"ipv4": ["0.0.0.0/0"], "ipv6": ["1234::5678/0"]}}], + "outbound_policy": "ACCEPT"}, "tags": ["testing"]}' + headers: + Access-Control-Allow-Credentials: + - "true" + Access-Control-Allow-Headers: + - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter + Access-Control-Allow-Methods: + - HEAD, GET, OPTIONS, POST, PUT, DELETE + Access-Control-Allow-Origin: + - '*' + Access-Control-Expose-Headers: + - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status + Cache-Control: + - private, max-age=60, s-maxage=60 + Content-Length: + - "526" + Content-Security-Policy: + - default-src 'none' + Content-Type: + - application/json + Server: + - nginx + Strict-Transport-Security: + - max-age=31536000 + Vary: + - Authorization, X-Filter + X-Accepted-Oauth-Scopes: + - firewall:read_write + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + - DENY + X-Oauth-Scopes: + - '*' + X-Ratelimit-Limit: + - "800" + X-Xss-Protection: + - 1; mode=block + status: 200 OK + code: 200 + duration: "" - request: body: "" form: {} @@ -14,56 +75,177 @@ interactions: url: https://api.linode.com/v4beta/regions method: GET response: - body: '{"data": [{"id": "ap-west", "country": "in", "capabilities": ["Linodes", - "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "172.105.34.5,172.105.35.5,172.105.36.5,172.105.37.5,172.105.38.5,172.105.39.5,172.105.40.5,172.105.41.5,172.105.42.5,172.105.43.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ca-central", "country": "ca", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5,172.105.3.5,172.105.4.5,172.105.5.5,172.105.6.5,172.105.7.5,172.105.8.5,172.105.9.5,172.105.10.5,172.105.11.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-southeast", "country": "au", "capabilities": ["Linodes", "NodeBalancers", + body: '{"data": [{"id": "ap-west", "label": "Mumbai, IN", "country": "in", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud + Firewall", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": + "ok", "resolvers": {"ipv4": "172.105.34.5, 172.105.35.5, 172.105.36.5, 172.105.37.5, + 172.105.38.5, 172.105.39.5, 172.105.40.5, 172.105.41.5, 172.105.42.5, 172.105.43.5", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "ca-central", "label": "Toronto, CA", + "country": "ca", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5, 172.105.3.5, + 172.105.4.5, 172.105.5.5, 172.105.6.5, 172.105.7.5, 172.105.8.5, 172.105.9.5, + 172.105.10.5, 172.105.11.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-southeast", + "label": "Sydney, AU", "country": "au", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5,172.105.169.5,172.105.168.5,172.105.172.5,172.105.162.5,172.105.170.5,172.105.167.5,172.105.171.5,172.105.181.5,172.105.161.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-central", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "72.14.179.5,72.14.188.5,173.255.199.5,66.228.53.5,96.126.122.5,96.126.124.5,96.126.127.5,198.58.107.5,198.58.111.5,23.239.24.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-west", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5,173.230.147.5,173.230.155.5,173.255.212.5,173.255.219.5,173.255.241.5,173.255.243.5,173.255.244.5,74.207.241.5,74.207.242.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-southeast", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5, + 172.105.169.5, 172.105.168.5, 172.105.172.5, 172.105.162.5, 172.105.170.5, 172.105.167.5, + 172.105.171.5, 172.105.181.5, 172.105.161.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-iad", "label": "Washington, DC", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Managed Databases", "Metadata", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "139.144.192.62, 139.144.192.60, 139.144.192.61, 139.144.192.53, 139.144.192.54, 139.144.192.67, 139.144.192.69, 139.144.192.66, 139.144.192.52, 139.144.192.68", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-ord", "label": "Chicago, IL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Premium Plans"], "status": "ok", "resolvers": + {"ipv4": "172.232.0.17, 172.232.0.16, 172.232.0.21, 172.232.0.13, 172.232.0.22, 172.232.0.9, 172.232.0.19, 172.232.0.20, 172.232.0.15, 172.232.0.18", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "fr-par", "label": "Paris, FR", "country": "fr", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Metadata", "Premium Plans"], "status": "ok", + "resolvers": {"ipv4": "172.232.32.21, 172.232.32.23, 172.232.32.17, 172.232.32.18, 172.232.32.16, 172.232.32.22, 172.232.32.20, 172.232.32.14, 172.232.32.11, 172.232.32.12", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-sea", "label": "Seattle, WA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.160.19, + 172.232.160.21, 172.232.160.17, 172.232.160.15, 172.232.160.18, 172.232.160.8, + 172.232.160.12, 172.232.160.11, 172.232.160.14, 172.232.160.16", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "br-gru", "label": "Sao Paulo, BR", "country": "br", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.0.4, 172.233.0.9, 172.233.0.7, 172.233.0.12, 172.233.0.5, 172.233.0.13, + 172.233.0.10, 172.233.0.6, 172.233.0.8, 172.233.0.11", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "nl-ams", "label": "Amsterdam, NL", "country": "nl", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.33.36, 172.233.33.38, 172.233.33.35, 172.233.33.39, 172.233.33.34, + 172.233.33.33, 172.233.33.31, 172.233.33.30, 172.233.33.37, 172.233.33.32", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "se-sto", "label": "Stockholm, SE", + "country": "se", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "172.232.128.24, 172.232.128.26, 172.232.128.20, + 172.232.128.22, 172.232.128.25, 172.232.128.19, 172.232.128.23, 172.232.128.18, + 172.232.128.21, 172.232.128.27", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "in-maa", + "label": "Chennai, IN", "country": "in", "capabilities": ["Linodes", "NodeBalancers", + "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", + "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.96.17, 172.232.96.26, 172.232.96.19, 172.232.96.20, 172.232.96.25, 172.232.96.21, 172.232.96.18, 172.232.96.22, 172.232.96.23, 172.232.96.24", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "jp-osa", "label": "Osaka, JP", "country": "jp", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.64.44, + 172.233.64.43, 172.233.64.37, 172.233.64.40, 172.233.64.46, 172.233.64.41, 172.233.64.39, + 172.233.64.42, 172.233.64.45, 172.233.64.38", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "it-mil", "label": "Milan, IT", "country": "it", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.192.19, + 172.232.192.18, 172.232.192.16, 172.232.192.20, 172.232.192.24, 172.232.192.21, + 172.232.192.22, 172.232.192.17, 172.232.192.15, 172.232.192.23", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-mia", "label": "Miami, FL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.160.34, + 172.233.160.27, 172.233.160.30, 172.233.160.29, 172.233.160.32, 172.233.160.28, + 172.233.160.33, 172.233.160.26, 172.233.160.25, 172.233.160.31", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "id-cgk", "label": "Jakarta, ID", "country": "id", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.224.23, + 172.232.224.32, 172.232.224.26, 172.232.224.27, 172.232.224.21, 172.232.224.24, + 172.232.224.22, 172.232.224.20, 172.232.224.31, 172.232.224.28", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-lax", "label": "Los Angeles, CA", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.128.45, 172.233.128.38, 172.233.128.53, 172.233.128.37, 172.233.128.34, + 172.233.128.36, 172.233.128.33, 172.233.128.39, 172.233.128.43, 172.233.128.44", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "us-central", "label": "Dallas, TX", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "72.14.179.5, 72.14.188.5, 173.255.199.5, + 66.228.53.5, 96.126.122.5, 96.126.124.5, 96.126.127.5, 198.58.107.5, 198.58.111.5, + 23.239.24.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-west", "label": "Fremont, CA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage + Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5, + 173.230.147.5, 173.230.155.5, 173.255.212.5, 173.255.219.5, 173.255.241.5, 173.255.243.5, + 173.255.244.5, 74.207.241.5, 74.207.242.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "us-southeast", "label": "Atlanta, GA", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block + Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": + "74.207.231.5, 173.230.128.5, 173.230.129.5, 173.230.136.5, 173.230.140.5, 66.228.59.5, + 66.228.62.5, 50.116.35.5, 50.116.41.5, 23.239.18.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, {"id": "us-east", "label": "Newark, + NJ", "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Bare Metal", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "74.207.231.5,173.230.128.5,173.230.129.5,173.230.136.5,173.230.140.5,66.228.59.5,66.228.62.5,50.116.35.5,50.116.41.5,23.239.18.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-east", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Bare Metal", "Block Storage Migrations", "Managed Databases"], "status": "ok", - "resolvers": {"ipv4": "66.228.42.5,96.126.106.5,50.116.53.5,50.116.58.5,50.116.61.5,50.116.62.5,66.175.211.5,97.107.133.4,207.192.69.4,207.192.69.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-west", "country": "uk", "capabilities": ["Linodes", "NodeBalancers", + {"ipv4": "66.228.42.5, 96.126.106.5, 50.116.53.5, 50.116.58.5, 50.116.61.5, + 50.116.62.5, 66.175.211.5, 97.107.133.4, 207.192.69.4, 207.192.69.5", "ipv6": + "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, {"id": "eu-west", + "label": "London, UK", "country": "gb", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5,176.58.107.5,176.58.116.5,176.58.121.5,151.236.220.5,212.71.252.5,212.71.253.5,109.74.192.20,109.74.193.20,109.74.194.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-south", "country": "sg", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.11.5,139.162.13.5,139.162.14.5,139.162.15.5,139.162.16.5,139.162.21.5,139.162.27.5,103.3.60.18,103.3.60.19,103.3.60.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-central", "country": "de", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.130.5,139.162.131.5,139.162.132.5,139.162.133.5,139.162.134.5,139.162.135.5,139.162.136.5,139.162.137.5,139.162.138.5,139.162.139.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-northeast", "country": "jp", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.66.5,139.162.67.5,139.162.68.5,139.162.69.5,139.162.70.5,139.162.71.5,139.162.72.5,139.162.73.5,139.162.74.5,139.162.75.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}], - "page": 1, "pages": 1, "results": 11}' + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5, 176.58.107.5, 176.58.116.5, 176.58.121.5, 151.236.220.5, 212.71.252.5, 212.71.253.5, 109.74.192.20, 109.74.193.20, 109.74.194.20", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "ap-south", "label": "Singapore, SG", "country": "sg", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "GPU Linodes", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.11.5, 139.162.13.5, + 139.162.14.5, 139.162.15.5, 139.162.16.5, 139.162.21.5, 139.162.27.5, 103.3.60.18, + 103.3.60.19, 103.3.60.20", "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "eu-central", "label": "Frankfurt, DE", "country": "de", + "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", + "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.130.5, + 139.162.131.5, 139.162.132.5, 139.162.133.5, 139.162.134.5, 139.162.135.5, 139.162.136.5, + 139.162.137.5, 139.162.138.5, 139.162.139.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-northeast", "label": "Tokyo, JP", + "country": "jp", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "139.162.66.5, 139.162.67.5, 139.162.68.5, + 139.162.69.5, 139.162.70.5, 139.162.71.5, 139.162.72.5, 139.162.73.5, 139.162.74.5, + 139.162.75.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}], + "page": 1, "pages": 1, "results": 24}' headers: Access-Control-Allow-Credentials: - "true" @@ -106,7 +288,7 @@ interactions: code: 200 duration: "" - request: - body: '{"label":"go-test-def","region":"ap-west","client_conn_throttle":20,"tags":null}' + body: '{"label":"go-test-def","region":"ap-west","client_conn_throttle":20,"tags":null,"firewall_id":228211}' form: {} headers: Accept: @@ -118,11 +300,10 @@ interactions: url: https://api.linode.com/v4beta/nodebalancers method: POST response: - body: '{"id": 259548, "label": "go-test-def", "region": "ap-west", "hostname": - "172-105-45-180.ip.linodeusercontent.com", "ipv4": "172.105.45.180", "ipv6": - "1234::5678", "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", - "client_conn_throttle": 20, "tags": [], "transfer": {"in": null, "out": null, - "total": null}}' + body: '{"id": 441121, "label": "go-test-def", "region": "ap-west", "hostname": + "172-232-87-31.ip.linodeusercontent.com", "ipv4": "172.232.87.31", "ipv6": "1234::5678", + "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", "client_conn_throttle": + 20, "tags": [], "transfer": {"in": null, "out": null, "total": null}}' headers: Access-Control-Allow-Credentials: - "true" @@ -137,7 +318,7 @@ interactions: Cache-Control: - private, max-age=60, s-maxage=60 Content-Length: - - "336" + - "334" Content-Security-Policy: - default-src 'none' Content-Type: @@ -174,14 +355,14 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259548/configs + url: https://api.linode.com/v4beta/nodebalancers/441121/configs method: POST response: - body: '{"id": 387225, "port": 80, "protocol": "http", "algorithm": "roundrobin", + body: '{"id": 670339, "port": 80, "protocol": "http", "algorithm": "roundrobin", "stickiness": "none", "check": "none", "check_interval": 60, "check_timeout": 30, "check_attempts": 3, "check_path": "", "check_body": "", "check_passive": true, "proxy_protocol": "none", "cipher_suite": "recommended", "nodebalancer_id": - 259548, "ssl_commonname": "", "ssl_fingerprint": "", "ssl_cert": null, "ssl_key": + 441121, "ssl_commonname": "", "ssl_fingerprint": "", "ssl_cert": null, "ssl_key": null, "nodes_status": {"up": 0, "down": 0}}' headers: Access-Control-Allow-Credentials: @@ -234,7 +415,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259548/configs/387225 + url: https://api.linode.com/v4beta/nodebalancers/441121/configs/670339 method: DELETE response: body: '{}' @@ -289,7 +470,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259548 + url: https://api.linode.com/v4beta/nodebalancers/441121 method: DELETE response: body: '{}' @@ -334,3 +515,58 @@ interactions: status: 200 OK code: 200 duration: "" +- request: + body: "" + form: {} + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - linodego/dev https://github.com/linode/linodego + url: https://api.linode.com/v4beta/networking/firewalls/228211 + method: DELETE + response: + body: '{}' + headers: + Access-Control-Allow-Credentials: + - "true" + Access-Control-Allow-Headers: + - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter + Access-Control-Allow-Methods: + - HEAD, GET, OPTIONS, POST, PUT, DELETE + Access-Control-Allow-Origin: + - '*' + Access-Control-Expose-Headers: + - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status + Cache-Control: + - private, max-age=60, s-maxage=60 + Content-Length: + - "2" + Content-Security-Policy: + - default-src 'none' + Content-Type: + - application/json + Server: + - nginx + Strict-Transport-Security: + - max-age=31536000 + Vary: + - Authorization, X-Filter + X-Accepted-Oauth-Scopes: + - firewall:read_write + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + - DENY + X-Oauth-Scopes: + - '*' + X-Ratelimit-Limit: + - "800" + X-Xss-Protection: + - 1; mode=block + status: 200 OK + code: 200 + duration: "" diff --git a/test/integration/fixtures/TestNodeBalancerNode_UpdateInstance.yaml b/test/integration/fixtures/TestNodeBalancerNode_UpdateInstance.yaml index 0adec2a29..b502dc034 100644 --- a/test/integration/fixtures/TestNodeBalancerNode_UpdateInstance.yaml +++ b/test/integration/fixtures/TestNodeBalancerNode_UpdateInstance.yaml @@ -14,56 +14,177 @@ interactions: url: https://api.linode.com/v4beta/regions method: GET response: - body: '{"data": [{"id": "ap-west", "country": "in", "capabilities": ["Linodes", - "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "172.105.34.5,172.105.35.5,172.105.36.5,172.105.37.5,172.105.38.5,172.105.39.5,172.105.40.5,172.105.41.5,172.105.42.5,172.105.43.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ca-central", "country": "ca", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5,172.105.3.5,172.105.4.5,172.105.5.5,172.105.6.5,172.105.7.5,172.105.8.5,172.105.9.5,172.105.10.5,172.105.11.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-southeast", "country": "au", "capabilities": ["Linodes", "NodeBalancers", + body: '{"data": [{"id": "ap-west", "label": "Mumbai, IN", "country": "in", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud + Firewall", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": + "ok", "resolvers": {"ipv4": "172.105.34.5, 172.105.35.5, 172.105.36.5, 172.105.37.5, + 172.105.38.5, 172.105.39.5, 172.105.40.5, 172.105.41.5, 172.105.42.5, 172.105.43.5", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "ca-central", "label": "Toronto, CA", + "country": "ca", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5, 172.105.3.5, + 172.105.4.5, 172.105.5.5, 172.105.6.5, 172.105.7.5, 172.105.8.5, 172.105.9.5, + 172.105.10.5, 172.105.11.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-southeast", + "label": "Sydney, AU", "country": "au", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5,172.105.169.5,172.105.168.5,172.105.172.5,172.105.162.5,172.105.170.5,172.105.167.5,172.105.171.5,172.105.181.5,172.105.161.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-central", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "72.14.179.5,72.14.188.5,173.255.199.5,66.228.53.5,96.126.122.5,96.126.124.5,96.126.127.5,198.58.107.5,198.58.111.5,23.239.24.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-west", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5,173.230.147.5,173.230.155.5,173.255.212.5,173.255.219.5,173.255.241.5,173.255.243.5,173.255.244.5,74.207.241.5,74.207.242.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-southeast", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5, + 172.105.169.5, 172.105.168.5, 172.105.172.5, 172.105.162.5, 172.105.170.5, 172.105.167.5, + 172.105.171.5, 172.105.181.5, 172.105.161.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-iad", "label": "Washington, DC", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Managed Databases", "Metadata", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "139.144.192.62, 139.144.192.60, 139.144.192.61, 139.144.192.53, 139.144.192.54, 139.144.192.67, 139.144.192.69, 139.144.192.66, 139.144.192.52, 139.144.192.68", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-ord", "label": "Chicago, IL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Premium Plans"], "status": "ok", "resolvers": + {"ipv4": "172.232.0.17, 172.232.0.16, 172.232.0.21, 172.232.0.13, 172.232.0.22, 172.232.0.9, 172.232.0.19, 172.232.0.20, 172.232.0.15, 172.232.0.18", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "fr-par", "label": "Paris, FR", "country": "fr", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Metadata", "Premium Plans"], "status": "ok", + "resolvers": {"ipv4": "172.232.32.21, 172.232.32.23, 172.232.32.17, 172.232.32.18, 172.232.32.16, 172.232.32.22, 172.232.32.20, 172.232.32.14, 172.232.32.11, 172.232.32.12", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-sea", "label": "Seattle, WA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.160.19, + 172.232.160.21, 172.232.160.17, 172.232.160.15, 172.232.160.18, 172.232.160.8, + 172.232.160.12, 172.232.160.11, 172.232.160.14, 172.232.160.16", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "br-gru", "label": "Sao Paulo, BR", "country": "br", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.0.4, 172.233.0.9, 172.233.0.7, 172.233.0.12, 172.233.0.5, 172.233.0.13, + 172.233.0.10, 172.233.0.6, 172.233.0.8, 172.233.0.11", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "nl-ams", "label": "Amsterdam, NL", "country": "nl", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.33.36, 172.233.33.38, 172.233.33.35, 172.233.33.39, 172.233.33.34, + 172.233.33.33, 172.233.33.31, 172.233.33.30, 172.233.33.37, 172.233.33.32", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "se-sto", "label": "Stockholm, SE", + "country": "se", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "172.232.128.24, 172.232.128.26, 172.232.128.20, + 172.232.128.22, 172.232.128.25, 172.232.128.19, 172.232.128.23, 172.232.128.18, + 172.232.128.21, 172.232.128.27", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "in-maa", + "label": "Chennai, IN", "country": "in", "capabilities": ["Linodes", "NodeBalancers", + "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", + "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.96.17, 172.232.96.26, 172.232.96.19, 172.232.96.20, 172.232.96.25, 172.232.96.21, 172.232.96.18, 172.232.96.22, 172.232.96.23, 172.232.96.24", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "jp-osa", "label": "Osaka, JP", "country": "jp", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.64.44, + 172.233.64.43, 172.233.64.37, 172.233.64.40, 172.233.64.46, 172.233.64.41, 172.233.64.39, + 172.233.64.42, 172.233.64.45, 172.233.64.38", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "it-mil", "label": "Milan, IT", "country": "it", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.192.19, + 172.232.192.18, 172.232.192.16, 172.232.192.20, 172.232.192.24, 172.232.192.21, + 172.232.192.22, 172.232.192.17, 172.232.192.15, 172.232.192.23", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-mia", "label": "Miami, FL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.160.34, + 172.233.160.27, 172.233.160.30, 172.233.160.29, 172.233.160.32, 172.233.160.28, + 172.233.160.33, 172.233.160.26, 172.233.160.25, 172.233.160.31", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "id-cgk", "label": "Jakarta, ID", "country": "id", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.224.23, + 172.232.224.32, 172.232.224.26, 172.232.224.27, 172.232.224.21, 172.232.224.24, + 172.232.224.22, 172.232.224.20, 172.232.224.31, 172.232.224.28", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-lax", "label": "Los Angeles, CA", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.128.45, 172.233.128.38, 172.233.128.53, 172.233.128.37, 172.233.128.34, + 172.233.128.36, 172.233.128.33, 172.233.128.39, 172.233.128.43, 172.233.128.44", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "us-central", "label": "Dallas, TX", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "72.14.179.5, 72.14.188.5, 173.255.199.5, + 66.228.53.5, 96.126.122.5, 96.126.124.5, 96.126.127.5, 198.58.107.5, 198.58.111.5, + 23.239.24.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-west", "label": "Fremont, CA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage + Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5, + 173.230.147.5, 173.230.155.5, 173.255.212.5, 173.255.219.5, 173.255.241.5, 173.255.243.5, + 173.255.244.5, 74.207.241.5, 74.207.242.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "us-southeast", "label": "Atlanta, GA", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block + Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": + "74.207.231.5, 173.230.128.5, 173.230.129.5, 173.230.136.5, 173.230.140.5, 66.228.59.5, + 66.228.62.5, 50.116.35.5, 50.116.41.5, 23.239.18.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, {"id": "us-east", "label": "Newark, + NJ", "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Bare Metal", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "74.207.231.5,173.230.128.5,173.230.129.5,173.230.136.5,173.230.140.5,66.228.59.5,66.228.62.5,50.116.35.5,50.116.41.5,23.239.18.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-east", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Bare Metal", "Block Storage Migrations", "Managed Databases"], "status": "ok", - "resolvers": {"ipv4": "66.228.42.5,96.126.106.5,50.116.53.5,50.116.58.5,50.116.61.5,50.116.62.5,66.175.211.5,97.107.133.4,207.192.69.4,207.192.69.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-west", "country": "uk", "capabilities": ["Linodes", "NodeBalancers", + {"ipv4": "66.228.42.5, 96.126.106.5, 50.116.53.5, 50.116.58.5, 50.116.61.5, + 50.116.62.5, 66.175.211.5, 97.107.133.4, 207.192.69.4, 207.192.69.5", "ipv6": + "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, {"id": "eu-west", + "label": "London, UK", "country": "gb", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5,176.58.107.5,176.58.116.5,176.58.121.5,151.236.220.5,212.71.252.5,212.71.253.5,109.74.192.20,109.74.193.20,109.74.194.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-south", "country": "sg", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.11.5,139.162.13.5,139.162.14.5,139.162.15.5,139.162.16.5,139.162.21.5,139.162.27.5,103.3.60.18,103.3.60.19,103.3.60.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-central", "country": "de", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.130.5,139.162.131.5,139.162.132.5,139.162.133.5,139.162.134.5,139.162.135.5,139.162.136.5,139.162.137.5,139.162.138.5,139.162.139.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-northeast", "country": "jp", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.66.5,139.162.67.5,139.162.68.5,139.162.69.5,139.162.70.5,139.162.71.5,139.162.72.5,139.162.73.5,139.162.74.5,139.162.75.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}], - "page": 1, "pages": 1, "results": 11}' + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5, 176.58.107.5, 176.58.116.5, 176.58.121.5, 151.236.220.5, 212.71.252.5, 212.71.253.5, 109.74.192.20, 109.74.193.20, 109.74.194.20", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "ap-south", "label": "Singapore, SG", "country": "sg", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "GPU Linodes", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.11.5, 139.162.13.5, + 139.162.14.5, 139.162.15.5, 139.162.16.5, 139.162.21.5, 139.162.27.5, 103.3.60.18, + 103.3.60.19, 103.3.60.20", "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "eu-central", "label": "Frankfurt, DE", "country": "de", + "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", + "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.130.5, + 139.162.131.5, 139.162.132.5, 139.162.133.5, 139.162.134.5, 139.162.135.5, 139.162.136.5, + 139.162.137.5, 139.162.138.5, 139.162.139.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-northeast", "label": "Tokyo, JP", + "country": "jp", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "139.162.66.5, 139.162.67.5, 139.162.68.5, + 139.162.69.5, 139.162.70.5, 139.162.71.5, 139.162.72.5, 139.162.73.5, 139.162.74.5, + 139.162.75.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}], + "page": 1, "pages": 1, "results": 24}' headers: Access-Control-Allow-Credentials: - "true" @@ -106,7 +227,7 @@ interactions: code: 200 duration: "" - request: - body: '{"region":"ap-west","type":"g6-nanode-1","label":"go-test-ins-7goyq97121om","root_pass":"R34lBAdP455","image":"linode/debian9","booted":false}' + body: '{"region":"ap-west","type":"g6-nanode-1","label":"go-test-ins-jip2798ozm24","root_pass":"R34lBAdP455LONGLONGLONGLONG","image":"linode/debian9","booted":false}' form: {} headers: Accept: @@ -118,14 +239,15 @@ interactions: url: https://api.linode.com/v4beta/linode/instances method: POST response: - body: '{"id": 39426885, "label": "go-test-ins-7goyq97121om", "group": "", "status": + body: '{"id": 49708272, "label": "go-test-ins-jip2798ozm24", "group": "", "status": "provisioning", "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", - "type": "g6-nanode-1", "ipv4": ["194.195.113.136"], "ipv6": "1234::5678/128", + "type": "g6-nanode-1", "ipv4": ["139.144.4.126"], "ipv6": "1234::5678/128", "image": "linode/debian9", "region": "ap-west", "specs": {"disk": 25600, "memory": 1024, "vcpus": 1, "gpus": 0, "transfer": 1000}, "alerts": {"cpu": 90, "network_in": 10, "network_out": 10, "transfer_quota": 80, "io": 10000}, "backups": {"enabled": - false, "schedule": {"day": null, "window": null}, "last_successful": null}, - "hypervisor": "kvm", "watchdog_enabled": true, "tags": []}' + false, "available": false, "schedule": {"day": null, "window": null}, "last_successful": + null}, "hypervisor": "kvm", "watchdog_enabled": true, "tags": [], "host_uuid": + "6eb83ed887a5cd4920fbeb92ba8047f660ef74f4", "has_user_data": false}' headers: Access-Control-Allow-Credentials: - "true" @@ -140,7 +262,7 @@ interactions: Cache-Control: - private, max-age=60, s-maxage=60 Content-Length: - - "642" + - "741" Content-Security-Policy: - default-src 'none' Content-Type: @@ -177,11 +299,11 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/linode/instances/39426885/ips + url: https://api.linode.com/v4beta/linode/instances/49708272/ips method: POST response: - body: '{"address": "192.168.129.112", "gateway": null, "subnet_mask": "255.255.128.0", - "prefix": 17, "type": "ipv4", "public": false, "rdns": null, "linode_id": 39426885, + body: '{"address": "192.168.159.139", "gateway": null, "subnet_mask": "255.255.128.0", + "prefix": 17, "type": "ipv4", "public": false, "rdns": null, "linode_id": 49708272, "region": "ap-west"}' headers: Access-Control-Allow-Credentials: @@ -225,7 +347,7 @@ interactions: code: 200 duration: "" - request: - body: '{"address":"192.168.129.112:8080","label":"go-node-test-def","weight":10,"mode":"accept"}' + body: '{"address":"192.168.159.139:8080","label":"go-node-test-def","weight":10,"mode":"accept"}' form: {} headers: Accept: @@ -234,12 +356,12 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259548/configs/387225/nodes + url: https://api.linode.com/v4beta/nodebalancers/441121/configs/670339/nodes method: POST response: - body: '{"id": 68652658, "address": "192.168.129.112:8080", "label": "go-node-test-def", - "status": "Unknown", "weight": 10, "mode": "accept", "config_id": 387225, "nodebalancer_id": - 259548}' + body: '{"id": 516206631, "address": "192.168.159.139:8080", "label": "go-node-test-def", + "status": "Unknown", "weight": 10, "mode": "accept", "config_id": 670339, "nodebalancer_id": + 441121}' headers: Access-Control-Allow-Credentials: - "true" @@ -254,7 +376,7 @@ interactions: Cache-Control: - private, max-age=60, s-maxage=60 Content-Length: - - "181" + - "182" Content-Security-Policy: - default-src 'none' Content-Type: @@ -291,12 +413,12 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259548/configs/387225/nodes/68652658 + url: https://api.linode.com/v4beta/nodebalancers/441121/configs/670339/nodes/516206631 method: PUT response: - body: '{"id": 68652658, "address": "192.168.129.112:8080", "label": "go-node-test-def_r", - "status": "Unknown", "weight": 100, "mode": "drain", "config_id": 387225, "nodebalancer_id": - 259548}' + body: '{"id": 516206631, "address": "192.168.159.139:8080", "label": "go-node-test-def_r", + "status": "Unknown", "weight": 100, "mode": "drain", "config_id": 670339, "nodebalancer_id": + 441121}' headers: Access-Control-Allow-Credentials: - "true" @@ -311,7 +433,7 @@ interactions: Cache-Control: - private, max-age=60, s-maxage=60 Content-Length: - - "183" + - "184" Content-Security-Policy: - default-src 'none' Content-Type: @@ -348,7 +470,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259548/configs/387225/nodes/68652658 + url: https://api.linode.com/v4beta/nodebalancers/441121/configs/670339/nodes/516206631 method: DELETE response: body: '{}' @@ -403,7 +525,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/linode/instances/39426885 + url: https://api.linode.com/v4beta/linode/instances/49708272 method: DELETE response: body: '{}' diff --git a/test/integration/fixtures/TestNodeBalancerNodes_List.yaml b/test/integration/fixtures/TestNodeBalancerNodes_List.yaml index 240e9e521..087fdcc56 100644 --- a/test/integration/fixtures/TestNodeBalancerNodes_List.yaml +++ b/test/integration/fixtures/TestNodeBalancerNodes_List.yaml @@ -1,6 +1,67 @@ --- version: 1 interactions: +- request: + body: '{"label":"linodego-fw-test","rules":{"inbound":[{"action":"ACCEPT","label":"go-fwrule-test","ports":"22","protocol":"TCP","addresses":{"ipv4":["0.0.0.0/0"],"ipv6":["1234::5678/0"]}}],"inbound_policy":"ACCEPT","outbound":[{"action":"ACCEPT","label":"go-fwrule-test","ports":"22","protocol":"TCP","addresses":{"ipv4":["0.0.0.0/0"],"ipv6":["1234::5678/0"]}}],"outbound_policy":"ACCEPT"},"tags":["testing"],"devices":{}}' + form: {} + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - linodego/dev https://github.com/linode/linodego + url: https://api.linode.com/v4beta/networking/firewalls + method: POST + response: + body: '{"id": 228212, "label": "linodego-fw-test", "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05", "status": "enabled", "rules": {"inbound": + [{"action": "ACCEPT", "label": "go-fwrule-test", "ports": "22", "protocol": + "TCP", "addresses": {"ipv4": ["0.0.0.0/0"], "ipv6": ["1234::5678/0"]}}], "inbound_policy": + "ACCEPT", "outbound": [{"action": "ACCEPT", "label": "go-fwrule-test", "ports": + "22", "protocol": "TCP", "addresses": {"ipv4": ["0.0.0.0/0"], "ipv6": ["1234::5678/0"]}}], + "outbound_policy": "ACCEPT"}, "tags": ["testing"]}' + headers: + Access-Control-Allow-Credentials: + - "true" + Access-Control-Allow-Headers: + - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter + Access-Control-Allow-Methods: + - HEAD, GET, OPTIONS, POST, PUT, DELETE + Access-Control-Allow-Origin: + - '*' + Access-Control-Expose-Headers: + - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status + Cache-Control: + - private, max-age=60, s-maxage=60 + Content-Length: + - "526" + Content-Security-Policy: + - default-src 'none' + Content-Type: + - application/json + Server: + - nginx + Strict-Transport-Security: + - max-age=31536000 + Vary: + - Authorization, X-Filter + X-Accepted-Oauth-Scopes: + - firewall:read_write + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + - DENY + X-Oauth-Scopes: + - '*' + X-Ratelimit-Limit: + - "800" + X-Xss-Protection: + - 1; mode=block + status: 200 OK + code: 200 + duration: "" - request: body: "" form: {} @@ -14,56 +75,177 @@ interactions: url: https://api.linode.com/v4beta/regions method: GET response: - body: '{"data": [{"id": "ap-west", "country": "in", "capabilities": ["Linodes", - "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "172.105.34.5,172.105.35.5,172.105.36.5,172.105.37.5,172.105.38.5,172.105.39.5,172.105.40.5,172.105.41.5,172.105.42.5,172.105.43.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ca-central", "country": "ca", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5,172.105.3.5,172.105.4.5,172.105.5.5,172.105.6.5,172.105.7.5,172.105.8.5,172.105.9.5,172.105.10.5,172.105.11.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-southeast", "country": "au", "capabilities": ["Linodes", "NodeBalancers", + body: '{"data": [{"id": "ap-west", "label": "Mumbai, IN", "country": "in", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud + Firewall", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": + "ok", "resolvers": {"ipv4": "172.105.34.5, 172.105.35.5, 172.105.36.5, 172.105.37.5, + 172.105.38.5, 172.105.39.5, 172.105.40.5, 172.105.41.5, 172.105.42.5, 172.105.43.5", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "ca-central", "label": "Toronto, CA", + "country": "ca", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5, 172.105.3.5, + 172.105.4.5, 172.105.5.5, 172.105.6.5, 172.105.7.5, 172.105.8.5, 172.105.9.5, + 172.105.10.5, 172.105.11.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-southeast", + "label": "Sydney, AU", "country": "au", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5,172.105.169.5,172.105.168.5,172.105.172.5,172.105.162.5,172.105.170.5,172.105.167.5,172.105.171.5,172.105.181.5,172.105.161.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-central", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "72.14.179.5,72.14.188.5,173.255.199.5,66.228.53.5,96.126.122.5,96.126.124.5,96.126.127.5,198.58.107.5,198.58.111.5,23.239.24.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-west", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5,173.230.147.5,173.230.155.5,173.255.212.5,173.255.219.5,173.255.241.5,173.255.243.5,173.255.244.5,74.207.241.5,74.207.242.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-southeast", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5, + 172.105.169.5, 172.105.168.5, 172.105.172.5, 172.105.162.5, 172.105.170.5, 172.105.167.5, + 172.105.171.5, 172.105.181.5, 172.105.161.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-iad", "label": "Washington, DC", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Managed Databases", "Metadata", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "139.144.192.62, 139.144.192.60, 139.144.192.61, 139.144.192.53, 139.144.192.54, 139.144.192.67, 139.144.192.69, 139.144.192.66, 139.144.192.52, 139.144.192.68", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-ord", "label": "Chicago, IL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Premium Plans"], "status": "ok", "resolvers": + {"ipv4": "172.232.0.17, 172.232.0.16, 172.232.0.21, 172.232.0.13, 172.232.0.22, 172.232.0.9, 172.232.0.19, 172.232.0.20, 172.232.0.15, 172.232.0.18", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "fr-par", "label": "Paris, FR", "country": "fr", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Metadata", "Premium Plans"], "status": "ok", + "resolvers": {"ipv4": "172.232.32.21, 172.232.32.23, 172.232.32.17, 172.232.32.18, 172.232.32.16, 172.232.32.22, 172.232.32.20, 172.232.32.14, 172.232.32.11, 172.232.32.12", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-sea", "label": "Seattle, WA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.160.19, + 172.232.160.21, 172.232.160.17, 172.232.160.15, 172.232.160.18, 172.232.160.8, + 172.232.160.12, 172.232.160.11, 172.232.160.14, 172.232.160.16", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "br-gru", "label": "Sao Paulo, BR", "country": "br", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.0.4, 172.233.0.9, 172.233.0.7, 172.233.0.12, 172.233.0.5, 172.233.0.13, + 172.233.0.10, 172.233.0.6, 172.233.0.8, 172.233.0.11", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "nl-ams", "label": "Amsterdam, NL", "country": "nl", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.33.36, 172.233.33.38, 172.233.33.35, 172.233.33.39, 172.233.33.34, + 172.233.33.33, 172.233.33.31, 172.233.33.30, 172.233.33.37, 172.233.33.32", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "se-sto", "label": "Stockholm, SE", + "country": "se", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "172.232.128.24, 172.232.128.26, 172.232.128.20, + 172.232.128.22, 172.232.128.25, 172.232.128.19, 172.232.128.23, 172.232.128.18, + 172.232.128.21, 172.232.128.27", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "in-maa", + "label": "Chennai, IN", "country": "in", "capabilities": ["Linodes", "NodeBalancers", + "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", + "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.96.17, 172.232.96.26, 172.232.96.19, 172.232.96.20, 172.232.96.25, 172.232.96.21, 172.232.96.18, 172.232.96.22, 172.232.96.23, 172.232.96.24", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "jp-osa", "label": "Osaka, JP", "country": "jp", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.64.44, + 172.233.64.43, 172.233.64.37, 172.233.64.40, 172.233.64.46, 172.233.64.41, 172.233.64.39, + 172.233.64.42, 172.233.64.45, 172.233.64.38", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "it-mil", "label": "Milan, IT", "country": "it", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.192.19, + 172.232.192.18, 172.232.192.16, 172.232.192.20, 172.232.192.24, 172.232.192.21, + 172.232.192.22, 172.232.192.17, 172.232.192.15, 172.232.192.23", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-mia", "label": "Miami, FL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.160.34, + 172.233.160.27, 172.233.160.30, 172.233.160.29, 172.233.160.32, 172.233.160.28, + 172.233.160.33, 172.233.160.26, 172.233.160.25, 172.233.160.31", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "id-cgk", "label": "Jakarta, ID", "country": "id", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.224.23, + 172.232.224.32, 172.232.224.26, 172.232.224.27, 172.232.224.21, 172.232.224.24, + 172.232.224.22, 172.232.224.20, 172.232.224.31, 172.232.224.28", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-lax", "label": "Los Angeles, CA", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.128.45, 172.233.128.38, 172.233.128.53, 172.233.128.37, 172.233.128.34, + 172.233.128.36, 172.233.128.33, 172.233.128.39, 172.233.128.43, 172.233.128.44", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "us-central", "label": "Dallas, TX", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "72.14.179.5, 72.14.188.5, 173.255.199.5, + 66.228.53.5, 96.126.122.5, 96.126.124.5, 96.126.127.5, 198.58.107.5, 198.58.111.5, + 23.239.24.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-west", "label": "Fremont, CA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage + Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5, + 173.230.147.5, 173.230.155.5, 173.255.212.5, 173.255.219.5, 173.255.241.5, 173.255.243.5, + 173.255.244.5, 74.207.241.5, 74.207.242.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "us-southeast", "label": "Atlanta, GA", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block + Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": + "74.207.231.5, 173.230.128.5, 173.230.129.5, 173.230.136.5, 173.230.140.5, 66.228.59.5, + 66.228.62.5, 50.116.35.5, 50.116.41.5, 23.239.18.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, {"id": "us-east", "label": "Newark, + NJ", "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Bare Metal", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "74.207.231.5,173.230.128.5,173.230.129.5,173.230.136.5,173.230.140.5,66.228.59.5,66.228.62.5,50.116.35.5,50.116.41.5,23.239.18.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-east", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Bare Metal", "Block Storage Migrations", "Managed Databases"], "status": "ok", - "resolvers": {"ipv4": "66.228.42.5,96.126.106.5,50.116.53.5,50.116.58.5,50.116.61.5,50.116.62.5,66.175.211.5,97.107.133.4,207.192.69.4,207.192.69.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-west", "country": "uk", "capabilities": ["Linodes", "NodeBalancers", + {"ipv4": "66.228.42.5, 96.126.106.5, 50.116.53.5, 50.116.58.5, 50.116.61.5, + 50.116.62.5, 66.175.211.5, 97.107.133.4, 207.192.69.4, 207.192.69.5", "ipv6": + "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, {"id": "eu-west", + "label": "London, UK", "country": "gb", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5,176.58.107.5,176.58.116.5,176.58.121.5,151.236.220.5,212.71.252.5,212.71.253.5,109.74.192.20,109.74.193.20,109.74.194.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-south", "country": "sg", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.11.5,139.162.13.5,139.162.14.5,139.162.15.5,139.162.16.5,139.162.21.5,139.162.27.5,103.3.60.18,103.3.60.19,103.3.60.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-central", "country": "de", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.130.5,139.162.131.5,139.162.132.5,139.162.133.5,139.162.134.5,139.162.135.5,139.162.136.5,139.162.137.5,139.162.138.5,139.162.139.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-northeast", "country": "jp", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.66.5,139.162.67.5,139.162.68.5,139.162.69.5,139.162.70.5,139.162.71.5,139.162.72.5,139.162.73.5,139.162.74.5,139.162.75.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}], - "page": 1, "pages": 1, "results": 11}' + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5, 176.58.107.5, 176.58.116.5, 176.58.121.5, 151.236.220.5, 212.71.252.5, 212.71.253.5, 109.74.192.20, 109.74.193.20, 109.74.194.20", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "ap-south", "label": "Singapore, SG", "country": "sg", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "GPU Linodes", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.11.5, 139.162.13.5, + 139.162.14.5, 139.162.15.5, 139.162.16.5, 139.162.21.5, 139.162.27.5, 103.3.60.18, + 103.3.60.19, 103.3.60.20", "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "eu-central", "label": "Frankfurt, DE", "country": "de", + "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", + "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.130.5, + 139.162.131.5, 139.162.132.5, 139.162.133.5, 139.162.134.5, 139.162.135.5, 139.162.136.5, + 139.162.137.5, 139.162.138.5, 139.162.139.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-northeast", "label": "Tokyo, JP", + "country": "jp", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "139.162.66.5, 139.162.67.5, 139.162.68.5, + 139.162.69.5, 139.162.70.5, 139.162.71.5, 139.162.72.5, 139.162.73.5, 139.162.74.5, + 139.162.75.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}], + "page": 1, "pages": 1, "results": 24}' headers: Access-Control-Allow-Credentials: - "true" @@ -106,7 +288,7 @@ interactions: code: 200 duration: "" - request: - body: '{"label":"go-test-def","region":"ap-west","client_conn_throttle":20,"tags":null}' + body: '{"label":"go-test-def","region":"ap-west","client_conn_throttle":20,"tags":null,"firewall_id":228212}' form: {} headers: Accept: @@ -118,11 +300,10 @@ interactions: url: https://api.linode.com/v4beta/nodebalancers method: POST response: - body: '{"id": 259549, "label": "go-test-def", "region": "ap-west", "hostname": - "172-105-44-176.ip.linodeusercontent.com", "ipv4": "172.105.44.176", "ipv6": - "1234::5678", "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", - "client_conn_throttle": 20, "tags": [], "transfer": {"in": null, "out": null, - "total": null}}' + body: '{"id": 441122, "label": "go-test-def", "region": "ap-west", "hostname": + "172-105-46-49.ip.linodeusercontent.com", "ipv4": "172.105.46.49", "ipv6": "1234::5678", + "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", "client_conn_throttle": + 20, "tags": [], "transfer": {"in": null, "out": null, "total": null}}' headers: Access-Control-Allow-Credentials: - "true" @@ -137,7 +318,7 @@ interactions: Cache-Control: - private, max-age=60, s-maxage=60 Content-Length: - - "336" + - "334" Content-Security-Policy: - default-src 'none' Content-Type: @@ -174,14 +355,14 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259549/configs + url: https://api.linode.com/v4beta/nodebalancers/441122/configs method: POST response: - body: '{"id": 387226, "port": 80, "protocol": "http", "algorithm": "roundrobin", + body: '{"id": 670340, "port": 80, "protocol": "http", "algorithm": "roundrobin", "stickiness": "none", "check": "none", "check_interval": 60, "check_timeout": 30, "check_attempts": 3, "check_path": "", "check_body": "", "check_passive": true, "proxy_protocol": "none", "cipher_suite": "recommended", "nodebalancer_id": - 259549, "ssl_commonname": "", "ssl_fingerprint": "", "ssl_cert": null, "ssl_key": + 441122, "ssl_commonname": "", "ssl_fingerprint": "", "ssl_cert": null, "ssl_key": null, "nodes_status": {"up": 0, "down": 0}}' headers: Access-Control-Allow-Credentials: @@ -234,7 +415,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259549/configs/387226 + url: https://api.linode.com/v4beta/nodebalancers/441122/configs/670340 method: DELETE response: body: '{}' @@ -289,7 +470,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259549 + url: https://api.linode.com/v4beta/nodebalancers/441122 method: DELETE response: body: '{}' @@ -334,3 +515,58 @@ interactions: status: 200 OK code: 200 duration: "" +- request: + body: "" + form: {} + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - linodego/dev https://github.com/linode/linodego + url: https://api.linode.com/v4beta/networking/firewalls/228212 + method: DELETE + response: + body: '{}' + headers: + Access-Control-Allow-Credentials: + - "true" + Access-Control-Allow-Headers: + - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter + Access-Control-Allow-Methods: + - HEAD, GET, OPTIONS, POST, PUT, DELETE + Access-Control-Allow-Origin: + - '*' + Access-Control-Expose-Headers: + - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status + Cache-Control: + - private, max-age=60, s-maxage=60 + Content-Length: + - "2" + Content-Security-Policy: + - default-src 'none' + Content-Type: + - application/json + Server: + - nginx + Strict-Transport-Security: + - max-age=31536000 + Vary: + - Authorization, X-Filter + X-Accepted-Oauth-Scopes: + - firewall:read_write + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + - DENY + X-Oauth-Scopes: + - '*' + X-Ratelimit-Limit: + - "800" + X-Xss-Protection: + - 1; mode=block + status: 200 OK + code: 200 + duration: "" diff --git a/test/integration/fixtures/TestNodeBalancerNodes_ListInstance.yaml b/test/integration/fixtures/TestNodeBalancerNodes_ListInstance.yaml index 060b68848..f83f445e1 100644 --- a/test/integration/fixtures/TestNodeBalancerNodes_ListInstance.yaml +++ b/test/integration/fixtures/TestNodeBalancerNodes_ListInstance.yaml @@ -14,56 +14,177 @@ interactions: url: https://api.linode.com/v4beta/regions method: GET response: - body: '{"data": [{"id": "ap-west", "country": "in", "capabilities": ["Linodes", - "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "172.105.34.5,172.105.35.5,172.105.36.5,172.105.37.5,172.105.38.5,172.105.39.5,172.105.40.5,172.105.41.5,172.105.42.5,172.105.43.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ca-central", "country": "ca", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5,172.105.3.5,172.105.4.5,172.105.5.5,172.105.6.5,172.105.7.5,172.105.8.5,172.105.9.5,172.105.10.5,172.105.11.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-southeast", "country": "au", "capabilities": ["Linodes", "NodeBalancers", + body: '{"data": [{"id": "ap-west", "label": "Mumbai, IN", "country": "in", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud + Firewall", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": + "ok", "resolvers": {"ipv4": "172.105.34.5, 172.105.35.5, 172.105.36.5, 172.105.37.5, + 172.105.38.5, 172.105.39.5, 172.105.40.5, 172.105.41.5, 172.105.42.5, 172.105.43.5", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "ca-central", "label": "Toronto, CA", + "country": "ca", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5, 172.105.3.5, + 172.105.4.5, 172.105.5.5, 172.105.6.5, 172.105.7.5, 172.105.8.5, 172.105.9.5, + 172.105.10.5, 172.105.11.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-southeast", + "label": "Sydney, AU", "country": "au", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5,172.105.169.5,172.105.168.5,172.105.172.5,172.105.162.5,172.105.170.5,172.105.167.5,172.105.171.5,172.105.181.5,172.105.161.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-central", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "72.14.179.5,72.14.188.5,173.255.199.5,66.228.53.5,96.126.122.5,96.126.124.5,96.126.127.5,198.58.107.5,198.58.111.5,23.239.24.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-west", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5,173.230.147.5,173.230.155.5,173.255.212.5,173.255.219.5,173.255.241.5,173.255.243.5,173.255.244.5,74.207.241.5,74.207.242.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-southeast", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5, + 172.105.169.5, 172.105.168.5, 172.105.172.5, 172.105.162.5, 172.105.170.5, 172.105.167.5, + 172.105.171.5, 172.105.181.5, 172.105.161.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-iad", "label": "Washington, DC", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Managed Databases", "Metadata", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "139.144.192.62, 139.144.192.60, 139.144.192.61, 139.144.192.53, 139.144.192.54, 139.144.192.67, 139.144.192.69, 139.144.192.66, 139.144.192.52, 139.144.192.68", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-ord", "label": "Chicago, IL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Premium Plans"], "status": "ok", "resolvers": + {"ipv4": "172.232.0.17, 172.232.0.16, 172.232.0.21, 172.232.0.13, 172.232.0.22, 172.232.0.9, 172.232.0.19, 172.232.0.20, 172.232.0.15, 172.232.0.18", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "fr-par", "label": "Paris, FR", "country": "fr", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Metadata", "Premium Plans"], "status": "ok", + "resolvers": {"ipv4": "172.232.32.21, 172.232.32.23, 172.232.32.17, 172.232.32.18, 172.232.32.16, 172.232.32.22, 172.232.32.20, 172.232.32.14, 172.232.32.11, 172.232.32.12", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-sea", "label": "Seattle, WA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.160.19, + 172.232.160.21, 172.232.160.17, 172.232.160.15, 172.232.160.18, 172.232.160.8, + 172.232.160.12, 172.232.160.11, 172.232.160.14, 172.232.160.16", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "br-gru", "label": "Sao Paulo, BR", "country": "br", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.0.4, 172.233.0.9, 172.233.0.7, 172.233.0.12, 172.233.0.5, 172.233.0.13, + 172.233.0.10, 172.233.0.6, 172.233.0.8, 172.233.0.11", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "nl-ams", "label": "Amsterdam, NL", "country": "nl", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.33.36, 172.233.33.38, 172.233.33.35, 172.233.33.39, 172.233.33.34, + 172.233.33.33, 172.233.33.31, 172.233.33.30, 172.233.33.37, 172.233.33.32", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "se-sto", "label": "Stockholm, SE", + "country": "se", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "172.232.128.24, 172.232.128.26, 172.232.128.20, + 172.232.128.22, 172.232.128.25, 172.232.128.19, 172.232.128.23, 172.232.128.18, + 172.232.128.21, 172.232.128.27", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "in-maa", + "label": "Chennai, IN", "country": "in", "capabilities": ["Linodes", "NodeBalancers", + "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", + "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.96.17, 172.232.96.26, 172.232.96.19, 172.232.96.20, 172.232.96.25, 172.232.96.21, 172.232.96.18, 172.232.96.22, 172.232.96.23, 172.232.96.24", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "jp-osa", "label": "Osaka, JP", "country": "jp", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.64.44, + 172.233.64.43, 172.233.64.37, 172.233.64.40, 172.233.64.46, 172.233.64.41, 172.233.64.39, + 172.233.64.42, 172.233.64.45, 172.233.64.38", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "it-mil", "label": "Milan, IT", "country": "it", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.192.19, + 172.232.192.18, 172.232.192.16, 172.232.192.20, 172.232.192.24, 172.232.192.21, + 172.232.192.22, 172.232.192.17, 172.232.192.15, 172.232.192.23", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-mia", "label": "Miami, FL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.160.34, + 172.233.160.27, 172.233.160.30, 172.233.160.29, 172.233.160.32, 172.233.160.28, + 172.233.160.33, 172.233.160.26, 172.233.160.25, 172.233.160.31", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "id-cgk", "label": "Jakarta, ID", "country": "id", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.224.23, + 172.232.224.32, 172.232.224.26, 172.232.224.27, 172.232.224.21, 172.232.224.24, + 172.232.224.22, 172.232.224.20, 172.232.224.31, 172.232.224.28", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-lax", "label": "Los Angeles, CA", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.128.45, 172.233.128.38, 172.233.128.53, 172.233.128.37, 172.233.128.34, + 172.233.128.36, 172.233.128.33, 172.233.128.39, 172.233.128.43, 172.233.128.44", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "us-central", "label": "Dallas, TX", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "72.14.179.5, 72.14.188.5, 173.255.199.5, + 66.228.53.5, 96.126.122.5, 96.126.124.5, 96.126.127.5, 198.58.107.5, 198.58.111.5, + 23.239.24.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-west", "label": "Fremont, CA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage + Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5, + 173.230.147.5, 173.230.155.5, 173.255.212.5, 173.255.219.5, 173.255.241.5, 173.255.243.5, + 173.255.244.5, 74.207.241.5, 74.207.242.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "us-southeast", "label": "Atlanta, GA", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block + Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": + "74.207.231.5, 173.230.128.5, 173.230.129.5, 173.230.136.5, 173.230.140.5, 66.228.59.5, + 66.228.62.5, 50.116.35.5, 50.116.41.5, 23.239.18.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, {"id": "us-east", "label": "Newark, + NJ", "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Bare Metal", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "74.207.231.5,173.230.128.5,173.230.129.5,173.230.136.5,173.230.140.5,66.228.59.5,66.228.62.5,50.116.35.5,50.116.41.5,23.239.18.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-east", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Bare Metal", "Block Storage Migrations", "Managed Databases"], "status": "ok", - "resolvers": {"ipv4": "66.228.42.5,96.126.106.5,50.116.53.5,50.116.58.5,50.116.61.5,50.116.62.5,66.175.211.5,97.107.133.4,207.192.69.4,207.192.69.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-west", "country": "uk", "capabilities": ["Linodes", "NodeBalancers", + {"ipv4": "66.228.42.5, 96.126.106.5, 50.116.53.5, 50.116.58.5, 50.116.61.5, + 50.116.62.5, 66.175.211.5, 97.107.133.4, 207.192.69.4, 207.192.69.5", "ipv6": + "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, {"id": "eu-west", + "label": "London, UK", "country": "gb", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5,176.58.107.5,176.58.116.5,176.58.121.5,151.236.220.5,212.71.252.5,212.71.253.5,109.74.192.20,109.74.193.20,109.74.194.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-south", "country": "sg", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.11.5,139.162.13.5,139.162.14.5,139.162.15.5,139.162.16.5,139.162.21.5,139.162.27.5,103.3.60.18,103.3.60.19,103.3.60.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-central", "country": "de", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.130.5,139.162.131.5,139.162.132.5,139.162.133.5,139.162.134.5,139.162.135.5,139.162.136.5,139.162.137.5,139.162.138.5,139.162.139.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-northeast", "country": "jp", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.66.5,139.162.67.5,139.162.68.5,139.162.69.5,139.162.70.5,139.162.71.5,139.162.72.5,139.162.73.5,139.162.74.5,139.162.75.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}], - "page": 1, "pages": 1, "results": 11}' + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5, 176.58.107.5, 176.58.116.5, 176.58.121.5, 151.236.220.5, 212.71.252.5, 212.71.253.5, 109.74.192.20, 109.74.193.20, 109.74.194.20", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "ap-south", "label": "Singapore, SG", "country": "sg", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "GPU Linodes", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.11.5, 139.162.13.5, + 139.162.14.5, 139.162.15.5, 139.162.16.5, 139.162.21.5, 139.162.27.5, 103.3.60.18, + 103.3.60.19, 103.3.60.20", "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "eu-central", "label": "Frankfurt, DE", "country": "de", + "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", + "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.130.5, + 139.162.131.5, 139.162.132.5, 139.162.133.5, 139.162.134.5, 139.162.135.5, 139.162.136.5, + 139.162.137.5, 139.162.138.5, 139.162.139.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-northeast", "label": "Tokyo, JP", + "country": "jp", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "139.162.66.5, 139.162.67.5, 139.162.68.5, + 139.162.69.5, 139.162.70.5, 139.162.71.5, 139.162.72.5, 139.162.73.5, 139.162.74.5, + 139.162.75.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}], + "page": 1, "pages": 1, "results": 24}' headers: Access-Control-Allow-Credentials: - "true" @@ -106,7 +227,7 @@ interactions: code: 200 duration: "" - request: - body: '{"region":"ap-west","type":"g6-nanode-1","label":"go-test-ins-76bts8vrg748","root_pass":"R34lBAdP455","image":"linode/debian9","booted":false}' + body: '{"region":"ap-west","type":"g6-nanode-1","label":"go-test-ins-1t8cik2hw085","root_pass":"R34lBAdP455LONGLONGLONGLONG","image":"linode/debian9","booted":false}' form: {} headers: Accept: @@ -118,14 +239,15 @@ interactions: url: https://api.linode.com/v4beta/linode/instances method: POST response: - body: '{"id": 39426887, "label": "go-test-ins-76bts8vrg748", "group": "", "status": + body: '{"id": 49708274, "label": "go-test-ins-1t8cik2hw085", "group": "", "status": "provisioning", "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", - "type": "g6-nanode-1", "ipv4": ["194.195.113.137"], "ipv6": "1234::5678/128", + "type": "g6-nanode-1", "ipv4": ["139.144.4.131"], "ipv6": "1234::5678/128", "image": "linode/debian9", "region": "ap-west", "specs": {"disk": 25600, "memory": 1024, "vcpus": 1, "gpus": 0, "transfer": 1000}, "alerts": {"cpu": 90, "network_in": 10, "network_out": 10, "transfer_quota": 80, "io": 10000}, "backups": {"enabled": - false, "schedule": {"day": null, "window": null}, "last_successful": null}, - "hypervisor": "kvm", "watchdog_enabled": true, "tags": []}' + false, "available": false, "schedule": {"day": null, "window": null}, "last_successful": + null}, "hypervisor": "kvm", "watchdog_enabled": true, "tags": [], "host_uuid": + "6eb83ed887a5cd4920fbeb92ba8047f660ef74f4", "has_user_data": false}' headers: Access-Control-Allow-Credentials: - "true" @@ -140,7 +262,7 @@ interactions: Cache-Control: - private, max-age=60, s-maxage=60 Content-Length: - - "642" + - "741" Content-Security-Policy: - default-src 'none' Content-Type: @@ -177,11 +299,11 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/linode/instances/39426887/ips + url: https://api.linode.com/v4beta/linode/instances/49708274/ips method: POST response: - body: '{"address": "192.168.129.229", "gateway": null, "subnet_mask": "255.255.128.0", - "prefix": 17, "type": "ipv4", "public": false, "rdns": null, "linode_id": 39426887, + body: '{"address": "192.168.159.181", "gateway": null, "subnet_mask": "255.255.128.0", + "prefix": 17, "type": "ipv4", "public": false, "rdns": null, "linode_id": 49708274, "region": "ap-west"}' headers: Access-Control-Allow-Credentials: @@ -225,7 +347,7 @@ interactions: code: 200 duration: "" - request: - body: '{"address":"192.168.129.229:8080","label":"go-node-test-def","weight":10,"mode":"accept"}' + body: '{"address":"192.168.159.181:8080","label":"go-node-test-def","weight":10,"mode":"accept"}' form: {} headers: Accept: @@ -234,12 +356,12 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259549/configs/387226/nodes + url: https://api.linode.com/v4beta/nodebalancers/441122/configs/670340/nodes method: POST response: - body: '{"id": 68652659, "address": "192.168.129.229:8080", "label": "go-node-test-def", - "status": "Unknown", "weight": 10, "mode": "accept", "config_id": 387226, "nodebalancer_id": - 259549}' + body: '{"id": 516206636, "address": "192.168.159.181:8080", "label": "go-node-test-def", + "status": "Unknown", "weight": 10, "mode": "accept", "config_id": 670340, "nodebalancer_id": + 441122}' headers: Access-Control-Allow-Credentials: - "true" @@ -254,7 +376,7 @@ interactions: Cache-Control: - private, max-age=60, s-maxage=60 Content-Length: - - "181" + - "182" Content-Security-Policy: - default-src 'none' Content-Type: @@ -291,12 +413,12 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259549/configs/387226/nodes + url: https://api.linode.com/v4beta/nodebalancers/441122/configs/670340/nodes method: GET response: - body: '{"data": [{"id": 68652659, "address": "192.168.129.229:8080", "label": + body: '{"data": [{"id": 516206636, "address": "192.168.159.181:8080", "label": "go-node-test-def", "status": "Unknown", "weight": 10, "mode": "accept", "config_id": - 387226, "nodebalancer_id": 259549}], "page": 1, "pages": 1, "results": 1}' + 670340, "nodebalancer_id": 441122}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: - "true" @@ -312,7 +434,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "230" + - "231" Content-Security-Policy: - default-src 'none' Content-Type: @@ -350,7 +472,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259549/configs/387226/nodes/68652659 + url: https://api.linode.com/v4beta/nodebalancers/441122/configs/670340/nodes/516206636 method: DELETE response: body: '{}' @@ -405,7 +527,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/linode/instances/39426887 + url: https://api.linode.com/v4beta/linode/instances/49708274 method: DELETE response: body: '{}' diff --git a/test/integration/fixtures/TestNodeBalancerNodes_ListMultiplePages.yaml b/test/integration/fixtures/TestNodeBalancerNodes_ListMultiplePages.yaml index b0ba9dbe5..5ca19179a 100644 --- a/test/integration/fixtures/TestNodeBalancerNodes_ListMultiplePages.yaml +++ b/test/integration/fixtures/TestNodeBalancerNodes_ListMultiplePages.yaml @@ -1,6 +1,67 @@ --- version: 1 interactions: +- request: + body: '{"label":"linodego-fw-test","rules":{"inbound":[{"action":"ACCEPT","label":"go-fwrule-test","ports":"22","protocol":"TCP","addresses":{"ipv4":["0.0.0.0/0"],"ipv6":["1234::5678/0"]}}],"inbound_policy":"ACCEPT","outbound":[{"action":"ACCEPT","label":"go-fwrule-test","ports":"22","protocol":"TCP","addresses":{"ipv4":["0.0.0.0/0"],"ipv6":["1234::5678/0"]}}],"outbound_policy":"ACCEPT"},"tags":["testing"],"devices":{}}' + form: {} + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - linodego/dev https://github.com/linode/linodego + url: https://api.linode.com/v4beta/networking/firewalls + method: POST + response: + body: '{"id": 228213, "label": "linodego-fw-test", "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05", "status": "enabled", "rules": {"inbound": + [{"action": "ACCEPT", "label": "go-fwrule-test", "ports": "22", "protocol": + "TCP", "addresses": {"ipv4": ["0.0.0.0/0"], "ipv6": ["1234::5678/0"]}}], "inbound_policy": + "ACCEPT", "outbound": [{"action": "ACCEPT", "label": "go-fwrule-test", "ports": + "22", "protocol": "TCP", "addresses": {"ipv4": ["0.0.0.0/0"], "ipv6": ["1234::5678/0"]}}], + "outbound_policy": "ACCEPT"}, "tags": ["testing"]}' + headers: + Access-Control-Allow-Credentials: + - "true" + Access-Control-Allow-Headers: + - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter + Access-Control-Allow-Methods: + - HEAD, GET, OPTIONS, POST, PUT, DELETE + Access-Control-Allow-Origin: + - '*' + Access-Control-Expose-Headers: + - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status + Cache-Control: + - private, max-age=60, s-maxage=60 + Content-Length: + - "526" + Content-Security-Policy: + - default-src 'none' + Content-Type: + - application/json + Server: + - nginx + Strict-Transport-Security: + - max-age=31536000 + Vary: + - Authorization, X-Filter + X-Accepted-Oauth-Scopes: + - firewall:read_write + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + - DENY + X-Oauth-Scopes: + - '*' + X-Ratelimit-Limit: + - "800" + X-Xss-Protection: + - 1; mode=block + status: 200 OK + code: 200 + duration: "" - request: body: "" form: {} @@ -14,56 +75,177 @@ interactions: url: https://api.linode.com/v4beta/regions method: GET response: - body: '{"data": [{"id": "ap-west", "country": "in", "capabilities": ["Linodes", - "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "172.105.34.5,172.105.35.5,172.105.36.5,172.105.37.5,172.105.38.5,172.105.39.5,172.105.40.5,172.105.41.5,172.105.42.5,172.105.43.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ca-central", "country": "ca", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5,172.105.3.5,172.105.4.5,172.105.5.5,172.105.6.5,172.105.7.5,172.105.8.5,172.105.9.5,172.105.10.5,172.105.11.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-southeast", "country": "au", "capabilities": ["Linodes", "NodeBalancers", + body: '{"data": [{"id": "ap-west", "label": "Mumbai, IN", "country": "in", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud + Firewall", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": + "ok", "resolvers": {"ipv4": "172.105.34.5, 172.105.35.5, 172.105.36.5, 172.105.37.5, + 172.105.38.5, 172.105.39.5, 172.105.40.5, 172.105.41.5, 172.105.42.5, 172.105.43.5", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "ca-central", "label": "Toronto, CA", + "country": "ca", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5, 172.105.3.5, + 172.105.4.5, 172.105.5.5, 172.105.6.5, 172.105.7.5, 172.105.8.5, 172.105.9.5, + 172.105.10.5, 172.105.11.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-southeast", + "label": "Sydney, AU", "country": "au", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5,172.105.169.5,172.105.168.5,172.105.172.5,172.105.162.5,172.105.170.5,172.105.167.5,172.105.171.5,172.105.181.5,172.105.161.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-central", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "72.14.179.5,72.14.188.5,173.255.199.5,66.228.53.5,96.126.122.5,96.126.124.5,96.126.127.5,198.58.107.5,198.58.111.5,23.239.24.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-west", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5,173.230.147.5,173.230.155.5,173.255.212.5,173.255.219.5,173.255.241.5,173.255.243.5,173.255.244.5,74.207.241.5,74.207.242.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-southeast", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5, + 172.105.169.5, 172.105.168.5, 172.105.172.5, 172.105.162.5, 172.105.170.5, 172.105.167.5, + 172.105.171.5, 172.105.181.5, 172.105.161.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-iad", "label": "Washington, DC", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Managed Databases", "Metadata", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "139.144.192.62, 139.144.192.60, 139.144.192.61, 139.144.192.53, 139.144.192.54, 139.144.192.67, 139.144.192.69, 139.144.192.66, 139.144.192.52, 139.144.192.68", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-ord", "label": "Chicago, IL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Premium Plans"], "status": "ok", "resolvers": + {"ipv4": "172.232.0.17, 172.232.0.16, 172.232.0.21, 172.232.0.13, 172.232.0.22, 172.232.0.9, 172.232.0.19, 172.232.0.20, 172.232.0.15, 172.232.0.18", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "fr-par", "label": "Paris, FR", "country": "fr", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Metadata", "Premium Plans"], "status": "ok", + "resolvers": {"ipv4": "172.232.32.21, 172.232.32.23, 172.232.32.17, 172.232.32.18, 172.232.32.16, 172.232.32.22, 172.232.32.20, 172.232.32.14, 172.232.32.11, 172.232.32.12", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-sea", "label": "Seattle, WA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.160.19, + 172.232.160.21, 172.232.160.17, 172.232.160.15, 172.232.160.18, 172.232.160.8, + 172.232.160.12, 172.232.160.11, 172.232.160.14, 172.232.160.16", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "br-gru", "label": "Sao Paulo, BR", "country": "br", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.0.4, 172.233.0.9, 172.233.0.7, 172.233.0.12, 172.233.0.5, 172.233.0.13, + 172.233.0.10, 172.233.0.6, 172.233.0.8, 172.233.0.11", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "nl-ams", "label": "Amsterdam, NL", "country": "nl", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.33.36, 172.233.33.38, 172.233.33.35, 172.233.33.39, 172.233.33.34, + 172.233.33.33, 172.233.33.31, 172.233.33.30, 172.233.33.37, 172.233.33.32", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "se-sto", "label": "Stockholm, SE", + "country": "se", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "172.232.128.24, 172.232.128.26, 172.232.128.20, + 172.232.128.22, 172.232.128.25, 172.232.128.19, 172.232.128.23, 172.232.128.18, + 172.232.128.21, 172.232.128.27", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "in-maa", + "label": "Chennai, IN", "country": "in", "capabilities": ["Linodes", "NodeBalancers", + "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", + "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.96.17, 172.232.96.26, 172.232.96.19, 172.232.96.20, 172.232.96.25, 172.232.96.21, 172.232.96.18, 172.232.96.22, 172.232.96.23, 172.232.96.24", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "jp-osa", "label": "Osaka, JP", "country": "jp", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.64.44, + 172.233.64.43, 172.233.64.37, 172.233.64.40, 172.233.64.46, 172.233.64.41, 172.233.64.39, + 172.233.64.42, 172.233.64.45, 172.233.64.38", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "it-mil", "label": "Milan, IT", "country": "it", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.192.19, + 172.232.192.18, 172.232.192.16, 172.232.192.20, 172.232.192.24, 172.232.192.21, + 172.232.192.22, 172.232.192.17, 172.232.192.15, 172.232.192.23", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-mia", "label": "Miami, FL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.160.34, + 172.233.160.27, 172.233.160.30, 172.233.160.29, 172.233.160.32, 172.233.160.28, + 172.233.160.33, 172.233.160.26, 172.233.160.25, 172.233.160.31", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "id-cgk", "label": "Jakarta, ID", "country": "id", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.224.23, + 172.232.224.32, 172.232.224.26, 172.232.224.27, 172.232.224.21, 172.232.224.24, + 172.232.224.22, 172.232.224.20, 172.232.224.31, 172.232.224.28", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-lax", "label": "Los Angeles, CA", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.128.45, 172.233.128.38, 172.233.128.53, 172.233.128.37, 172.233.128.34, + 172.233.128.36, 172.233.128.33, 172.233.128.39, 172.233.128.43, 172.233.128.44", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "us-central", "label": "Dallas, TX", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "72.14.179.5, 72.14.188.5, 173.255.199.5, + 66.228.53.5, 96.126.122.5, 96.126.124.5, 96.126.127.5, 198.58.107.5, 198.58.111.5, + 23.239.24.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-west", "label": "Fremont, CA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage + Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5, + 173.230.147.5, 173.230.155.5, 173.255.212.5, 173.255.219.5, 173.255.241.5, 173.255.243.5, + 173.255.244.5, 74.207.241.5, 74.207.242.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "us-southeast", "label": "Atlanta, GA", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block + Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": + "74.207.231.5, 173.230.128.5, 173.230.129.5, 173.230.136.5, 173.230.140.5, 66.228.59.5, + 66.228.62.5, 50.116.35.5, 50.116.41.5, 23.239.18.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, {"id": "us-east", "label": "Newark, + NJ", "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Bare Metal", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "74.207.231.5,173.230.128.5,173.230.129.5,173.230.136.5,173.230.140.5,66.228.59.5,66.228.62.5,50.116.35.5,50.116.41.5,23.239.18.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-east", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Bare Metal", "Block Storage Migrations", "Managed Databases"], "status": "ok", - "resolvers": {"ipv4": "66.228.42.5,96.126.106.5,50.116.53.5,50.116.58.5,50.116.61.5,50.116.62.5,66.175.211.5,97.107.133.4,207.192.69.4,207.192.69.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-west", "country": "uk", "capabilities": ["Linodes", "NodeBalancers", + {"ipv4": "66.228.42.5, 96.126.106.5, 50.116.53.5, 50.116.58.5, 50.116.61.5, + 50.116.62.5, 66.175.211.5, 97.107.133.4, 207.192.69.4, 207.192.69.5", "ipv6": + "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, {"id": "eu-west", + "label": "London, UK", "country": "gb", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5,176.58.107.5,176.58.116.5,176.58.121.5,151.236.220.5,212.71.252.5,212.71.253.5,109.74.192.20,109.74.193.20,109.74.194.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-south", "country": "sg", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.11.5,139.162.13.5,139.162.14.5,139.162.15.5,139.162.16.5,139.162.21.5,139.162.27.5,103.3.60.18,103.3.60.19,103.3.60.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-central", "country": "de", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.130.5,139.162.131.5,139.162.132.5,139.162.133.5,139.162.134.5,139.162.135.5,139.162.136.5,139.162.137.5,139.162.138.5,139.162.139.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-northeast", "country": "jp", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.66.5,139.162.67.5,139.162.68.5,139.162.69.5,139.162.70.5,139.162.71.5,139.162.72.5,139.162.73.5,139.162.74.5,139.162.75.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}], - "page": 1, "pages": 1, "results": 11}' + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5, 176.58.107.5, 176.58.116.5, 176.58.121.5, 151.236.220.5, 212.71.252.5, 212.71.253.5, 109.74.192.20, 109.74.193.20, 109.74.194.20", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "ap-south", "label": "Singapore, SG", "country": "sg", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "GPU Linodes", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.11.5, 139.162.13.5, + 139.162.14.5, 139.162.15.5, 139.162.16.5, 139.162.21.5, 139.162.27.5, 103.3.60.18, + 103.3.60.19, 103.3.60.20", "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "eu-central", "label": "Frankfurt, DE", "country": "de", + "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", + "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.130.5, + 139.162.131.5, 139.162.132.5, 139.162.133.5, 139.162.134.5, 139.162.135.5, 139.162.136.5, + 139.162.137.5, 139.162.138.5, 139.162.139.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-northeast", "label": "Tokyo, JP", + "country": "jp", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "139.162.66.5, 139.162.67.5, 139.162.68.5, + 139.162.69.5, 139.162.70.5, 139.162.71.5, 139.162.72.5, 139.162.73.5, 139.162.74.5, + 139.162.75.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}], + "page": 1, "pages": 1, "results": 24}' headers: Access-Control-Allow-Credentials: - "true" @@ -106,7 +288,7 @@ interactions: code: 200 duration: "" - request: - body: '{"label":"go-test-def","region":"ap-west","client_conn_throttle":20,"tags":null}' + body: '{"label":"go-test-def","region":"ap-west","client_conn_throttle":20,"tags":null,"firewall_id":228213}' form: {} headers: Accept: @@ -118,8 +300,8 @@ interactions: url: https://api.linode.com/v4beta/nodebalancers method: POST response: - body: '{"id": 259550, "label": "go-test-def", "region": "ap-west", "hostname": - "172-105-44-26.ip.linodeusercontent.com", "ipv4": "172.105.44.26", "ipv6": "1234::5678", + body: '{"id": 441124, "label": "go-test-def", "region": "ap-west", "hostname": + "172-232-86-36.ip.linodeusercontent.com", "ipv4": "172.232.86.36", "ipv6": "1234::5678", "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", "client_conn_throttle": 20, "tags": [], "transfer": {"in": null, "out": null, "total": null}}' headers: @@ -173,14 +355,14 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259550/configs + url: https://api.linode.com/v4beta/nodebalancers/441124/configs method: POST response: - body: '{"id": 387227, "port": 80, "protocol": "http", "algorithm": "roundrobin", + body: '{"id": 670342, "port": 80, "protocol": "http", "algorithm": "roundrobin", "stickiness": "none", "check": "none", "check_interval": 60, "check_timeout": 30, "check_attempts": 3, "check_path": "", "check_body": "", "check_passive": true, "proxy_protocol": "none", "cipher_suite": "recommended", "nodebalancer_id": - 259550, "ssl_commonname": "", "ssl_fingerprint": "", "ssl_cert": null, "ssl_key": + 441124, "ssl_commonname": "", "ssl_fingerprint": "", "ssl_cert": null, "ssl_key": null, "nodes_status": {"up": 0, "down": 0}}' headers: Access-Control-Allow-Credentials: @@ -233,7 +415,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259550/configs/387227 + url: https://api.linode.com/v4beta/nodebalancers/441124/configs/670342 method: DELETE response: body: '{}' @@ -288,7 +470,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259550 + url: https://api.linode.com/v4beta/nodebalancers/441124 method: DELETE response: body: '{}' @@ -333,3 +515,58 @@ interactions: status: 200 OK code: 200 duration: "" +- request: + body: "" + form: {} + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - linodego/dev https://github.com/linode/linodego + url: https://api.linode.com/v4beta/networking/firewalls/228213 + method: DELETE + response: + body: '{}' + headers: + Access-Control-Allow-Credentials: + - "true" + Access-Control-Allow-Headers: + - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter + Access-Control-Allow-Methods: + - HEAD, GET, OPTIONS, POST, PUT, DELETE + Access-Control-Allow-Origin: + - '*' + Access-Control-Expose-Headers: + - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status + Cache-Control: + - private, max-age=60, s-maxage=60 + Content-Length: + - "2" + Content-Security-Policy: + - default-src 'none' + Content-Type: + - application/json + Server: + - nginx + Strict-Transport-Security: + - max-age=31536000 + Vary: + - Authorization, X-Filter + X-Accepted-Oauth-Scopes: + - firewall:read_write + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + - DENY + X-Oauth-Scopes: + - '*' + X-Ratelimit-Limit: + - "800" + X-Xss-Protection: + - 1; mode=block + status: 200 OK + code: 200 + duration: "" diff --git a/test/integration/fixtures/TestNodeBalancerNodes_ListMultiplePagesInstance.yaml b/test/integration/fixtures/TestNodeBalancerNodes_ListMultiplePagesInstance.yaml index 1d480e1c6..1a3c6a91d 100644 --- a/test/integration/fixtures/TestNodeBalancerNodes_ListMultiplePagesInstance.yaml +++ b/test/integration/fixtures/TestNodeBalancerNodes_ListMultiplePagesInstance.yaml @@ -14,56 +14,177 @@ interactions: url: https://api.linode.com/v4beta/regions method: GET response: - body: '{"data": [{"id": "ap-west", "country": "in", "capabilities": ["Linodes", - "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "172.105.34.5,172.105.35.5,172.105.36.5,172.105.37.5,172.105.38.5,172.105.39.5,172.105.40.5,172.105.41.5,172.105.42.5,172.105.43.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ca-central", "country": "ca", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5,172.105.3.5,172.105.4.5,172.105.5.5,172.105.6.5,172.105.7.5,172.105.8.5,172.105.9.5,172.105.10.5,172.105.11.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-southeast", "country": "au", "capabilities": ["Linodes", "NodeBalancers", + body: '{"data": [{"id": "ap-west", "label": "Mumbai, IN", "country": "in", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud + Firewall", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": + "ok", "resolvers": {"ipv4": "172.105.34.5, 172.105.35.5, 172.105.36.5, 172.105.37.5, + 172.105.38.5, 172.105.39.5, 172.105.40.5, 172.105.41.5, 172.105.42.5, 172.105.43.5", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "ca-central", "label": "Toronto, CA", + "country": "ca", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5, 172.105.3.5, + 172.105.4.5, 172.105.5.5, 172.105.6.5, 172.105.7.5, 172.105.8.5, 172.105.9.5, + 172.105.10.5, 172.105.11.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-southeast", + "label": "Sydney, AU", "country": "au", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5,172.105.169.5,172.105.168.5,172.105.172.5,172.105.162.5,172.105.170.5,172.105.167.5,172.105.171.5,172.105.181.5,172.105.161.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-central", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "72.14.179.5,72.14.188.5,173.255.199.5,66.228.53.5,96.126.122.5,96.126.124.5,96.126.127.5,198.58.107.5,198.58.111.5,23.239.24.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-west", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5,173.230.147.5,173.230.155.5,173.255.212.5,173.255.219.5,173.255.241.5,173.255.243.5,173.255.244.5,74.207.241.5,74.207.242.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-southeast", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5, + 172.105.169.5, 172.105.168.5, 172.105.172.5, 172.105.162.5, 172.105.170.5, 172.105.167.5, + 172.105.171.5, 172.105.181.5, 172.105.161.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-iad", "label": "Washington, DC", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Managed Databases", "Metadata", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "139.144.192.62, 139.144.192.60, 139.144.192.61, 139.144.192.53, 139.144.192.54, 139.144.192.67, 139.144.192.69, 139.144.192.66, 139.144.192.52, 139.144.192.68", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-ord", "label": "Chicago, IL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Premium Plans"], "status": "ok", "resolvers": + {"ipv4": "172.232.0.17, 172.232.0.16, 172.232.0.21, 172.232.0.13, 172.232.0.22, 172.232.0.9, 172.232.0.19, 172.232.0.20, 172.232.0.15, 172.232.0.18", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "fr-par", "label": "Paris, FR", "country": "fr", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Metadata", "Premium Plans"], "status": "ok", + "resolvers": {"ipv4": "172.232.32.21, 172.232.32.23, 172.232.32.17, 172.232.32.18, 172.232.32.16, 172.232.32.22, 172.232.32.20, 172.232.32.14, 172.232.32.11, 172.232.32.12", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-sea", "label": "Seattle, WA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.160.19, + 172.232.160.21, 172.232.160.17, 172.232.160.15, 172.232.160.18, 172.232.160.8, + 172.232.160.12, 172.232.160.11, 172.232.160.14, 172.232.160.16", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "br-gru", "label": "Sao Paulo, BR", "country": "br", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.0.4, 172.233.0.9, 172.233.0.7, 172.233.0.12, 172.233.0.5, 172.233.0.13, + 172.233.0.10, 172.233.0.6, 172.233.0.8, 172.233.0.11", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "nl-ams", "label": "Amsterdam, NL", "country": "nl", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.33.36, 172.233.33.38, 172.233.33.35, 172.233.33.39, 172.233.33.34, + 172.233.33.33, 172.233.33.31, 172.233.33.30, 172.233.33.37, 172.233.33.32", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "se-sto", "label": "Stockholm, SE", + "country": "se", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "172.232.128.24, 172.232.128.26, 172.232.128.20, + 172.232.128.22, 172.232.128.25, 172.232.128.19, 172.232.128.23, 172.232.128.18, + 172.232.128.21, 172.232.128.27", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "in-maa", + "label": "Chennai, IN", "country": "in", "capabilities": ["Linodes", "NodeBalancers", + "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", + "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.96.17, 172.232.96.26, 172.232.96.19, 172.232.96.20, 172.232.96.25, 172.232.96.21, 172.232.96.18, 172.232.96.22, 172.232.96.23, 172.232.96.24", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "jp-osa", "label": "Osaka, JP", "country": "jp", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.64.44, + 172.233.64.43, 172.233.64.37, 172.233.64.40, 172.233.64.46, 172.233.64.41, 172.233.64.39, + 172.233.64.42, 172.233.64.45, 172.233.64.38", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "it-mil", "label": "Milan, IT", "country": "it", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.192.19, + 172.232.192.18, 172.232.192.16, 172.232.192.20, 172.232.192.24, 172.232.192.21, + 172.232.192.22, 172.232.192.17, 172.232.192.15, 172.232.192.23", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-mia", "label": "Miami, FL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.160.34, + 172.233.160.27, 172.233.160.30, 172.233.160.29, 172.233.160.32, 172.233.160.28, + 172.233.160.33, 172.233.160.26, 172.233.160.25, 172.233.160.31", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "id-cgk", "label": "Jakarta, ID", "country": "id", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.224.23, + 172.232.224.32, 172.232.224.26, 172.232.224.27, 172.232.224.21, 172.232.224.24, + 172.232.224.22, 172.232.224.20, 172.232.224.31, 172.232.224.28", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-lax", "label": "Los Angeles, CA", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.128.45, 172.233.128.38, 172.233.128.53, 172.233.128.37, 172.233.128.34, + 172.233.128.36, 172.233.128.33, 172.233.128.39, 172.233.128.43, 172.233.128.44", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "us-central", "label": "Dallas, TX", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "72.14.179.5, 72.14.188.5, 173.255.199.5, + 66.228.53.5, 96.126.122.5, 96.126.124.5, 96.126.127.5, 198.58.107.5, 198.58.111.5, + 23.239.24.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-west", "label": "Fremont, CA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage + Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5, + 173.230.147.5, 173.230.155.5, 173.255.212.5, 173.255.219.5, 173.255.241.5, 173.255.243.5, + 173.255.244.5, 74.207.241.5, 74.207.242.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "us-southeast", "label": "Atlanta, GA", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block + Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": + "74.207.231.5, 173.230.128.5, 173.230.129.5, 173.230.136.5, 173.230.140.5, 66.228.59.5, + 66.228.62.5, 50.116.35.5, 50.116.41.5, 23.239.18.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, {"id": "us-east", "label": "Newark, + NJ", "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Bare Metal", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "74.207.231.5,173.230.128.5,173.230.129.5,173.230.136.5,173.230.140.5,66.228.59.5,66.228.62.5,50.116.35.5,50.116.41.5,23.239.18.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-east", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Bare Metal", "Block Storage Migrations", "Managed Databases"], "status": "ok", - "resolvers": {"ipv4": "66.228.42.5,96.126.106.5,50.116.53.5,50.116.58.5,50.116.61.5,50.116.62.5,66.175.211.5,97.107.133.4,207.192.69.4,207.192.69.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-west", "country": "uk", "capabilities": ["Linodes", "NodeBalancers", + {"ipv4": "66.228.42.5, 96.126.106.5, 50.116.53.5, 50.116.58.5, 50.116.61.5, + 50.116.62.5, 66.175.211.5, 97.107.133.4, 207.192.69.4, 207.192.69.5", "ipv6": + "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, {"id": "eu-west", + "label": "London, UK", "country": "gb", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5,176.58.107.5,176.58.116.5,176.58.121.5,151.236.220.5,212.71.252.5,212.71.253.5,109.74.192.20,109.74.193.20,109.74.194.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-south", "country": "sg", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.11.5,139.162.13.5,139.162.14.5,139.162.15.5,139.162.16.5,139.162.21.5,139.162.27.5,103.3.60.18,103.3.60.19,103.3.60.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-central", "country": "de", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.130.5,139.162.131.5,139.162.132.5,139.162.133.5,139.162.134.5,139.162.135.5,139.162.136.5,139.162.137.5,139.162.138.5,139.162.139.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-northeast", "country": "jp", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.66.5,139.162.67.5,139.162.68.5,139.162.69.5,139.162.70.5,139.162.71.5,139.162.72.5,139.162.73.5,139.162.74.5,139.162.75.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}], - "page": 1, "pages": 1, "results": 11}' + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5, 176.58.107.5, 176.58.116.5, 176.58.121.5, 151.236.220.5, 212.71.252.5, 212.71.253.5, 109.74.192.20, 109.74.193.20, 109.74.194.20", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "ap-south", "label": "Singapore, SG", "country": "sg", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "GPU Linodes", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.11.5, 139.162.13.5, + 139.162.14.5, 139.162.15.5, 139.162.16.5, 139.162.21.5, 139.162.27.5, 103.3.60.18, + 103.3.60.19, 103.3.60.20", "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "eu-central", "label": "Frankfurt, DE", "country": "de", + "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", + "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.130.5, + 139.162.131.5, 139.162.132.5, 139.162.133.5, 139.162.134.5, 139.162.135.5, 139.162.136.5, + 139.162.137.5, 139.162.138.5, 139.162.139.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-northeast", "label": "Tokyo, JP", + "country": "jp", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "139.162.66.5, 139.162.67.5, 139.162.68.5, + 139.162.69.5, 139.162.70.5, 139.162.71.5, 139.162.72.5, 139.162.73.5, 139.162.74.5, + 139.162.75.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}], + "page": 1, "pages": 1, "results": 24}' headers: Access-Control-Allow-Credentials: - "true" @@ -106,7 +227,7 @@ interactions: code: 200 duration: "" - request: - body: '{"region":"ap-west","type":"g6-nanode-1","label":"go-test-ins-l04531uk9kqy","root_pass":"R34lBAdP455","image":"linode/debian9","booted":false}' + body: '{"region":"ap-west","type":"g6-nanode-1","label":"go-test-ins-c08d2bk1r16p","root_pass":"R34lBAdP455LONGLONGLONGLONG","image":"linode/debian9","booted":false}' form: {} headers: Accept: @@ -118,14 +239,15 @@ interactions: url: https://api.linode.com/v4beta/linode/instances method: POST response: - body: '{"id": 39426890, "label": "go-test-ins-l04531uk9kqy", "group": "", "status": + body: '{"id": 49708278, "label": "go-test-ins-c08d2bk1r16p", "group": "", "status": "provisioning", "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", - "type": "g6-nanode-1", "ipv4": ["194.195.113.139"], "ipv6": "1234::5678/128", + "type": "g6-nanode-1", "ipv4": ["139.144.4.138"], "ipv6": "1234::5678/128", "image": "linode/debian9", "region": "ap-west", "specs": {"disk": 25600, "memory": 1024, "vcpus": 1, "gpus": 0, "transfer": 1000}, "alerts": {"cpu": 90, "network_in": 10, "network_out": 10, "transfer_quota": 80, "io": 10000}, "backups": {"enabled": - false, "schedule": {"day": null, "window": null}, "last_successful": null}, - "hypervisor": "kvm", "watchdog_enabled": true, "tags": []}' + false, "available": false, "schedule": {"day": null, "window": null}, "last_successful": + null}, "hypervisor": "kvm", "watchdog_enabled": true, "tags": [], "host_uuid": + "6eb83ed887a5cd4920fbeb92ba8047f660ef74f4", "has_user_data": false}' headers: Access-Control-Allow-Credentials: - "true" @@ -140,7 +262,7 @@ interactions: Cache-Control: - private, max-age=60, s-maxage=60 Content-Length: - - "642" + - "741" Content-Security-Policy: - default-src 'none' Content-Type: @@ -177,11 +299,11 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/linode/instances/39426890/ips + url: https://api.linode.com/v4beta/linode/instances/49708278/ips method: POST response: - body: '{"address": "192.168.135.237", "gateway": null, "subnet_mask": "255.255.128.0", - "prefix": 17, "type": "ipv4", "public": false, "rdns": null, "linode_id": 39426890, + body: '{"address": "192.168.159.108", "gateway": null, "subnet_mask": "255.255.128.0", + "prefix": 17, "type": "ipv4", "public": false, "rdns": null, "linode_id": 49708278, "region": "ap-west"}' headers: Access-Control-Allow-Credentials: @@ -225,7 +347,7 @@ interactions: code: 200 duration: "" - request: - body: '{"address":"192.168.135.237:8080","label":"go-node-test-def","weight":10,"mode":"accept"}' + body: '{"address":"192.168.159.108:8080","label":"go-node-test-def","weight":10,"mode":"accept"}' form: {} headers: Accept: @@ -234,12 +356,12 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259550/configs/387227/nodes + url: https://api.linode.com/v4beta/nodebalancers/441124/configs/670342/nodes method: POST response: - body: '{"id": 68652660, "address": "192.168.135.237:8080", "label": "go-node-test-def", - "status": "Unknown", "weight": 10, "mode": "accept", "config_id": 387227, "nodebalancer_id": - 259550}' + body: '{"id": 516206637, "address": "192.168.159.108:8080", "label": "go-node-test-def", + "status": "Unknown", "weight": 10, "mode": "accept", "config_id": 670342, "nodebalancer_id": + 441124}' headers: Access-Control-Allow-Credentials: - "true" @@ -254,7 +376,7 @@ interactions: Cache-Control: - private, max-age=60, s-maxage=60 Content-Length: - - "181" + - "182" Content-Security-Policy: - default-src 'none' Content-Type: @@ -291,12 +413,12 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259550/configs/387227/nodes + url: https://api.linode.com/v4beta/nodebalancers/441124/configs/670342/nodes method: GET response: - body: '{"data": [{"id": 68652660, "address": "192.168.135.237:8080", "label": + body: '{"data": [{"id": 516206637, "address": "192.168.159.108:8080", "label": "go-node-test-def", "status": "Unknown", "weight": 10, "mode": "accept", "config_id": - 387227, "nodebalancer_id": 259550}], "page": 1, "pages": 1, "results": 1}' + 670342, "nodebalancer_id": 441124}], "page": 1, "pages": 1, "results": 1}' headers: Access-Control-Allow-Credentials: - "true" @@ -312,7 +434,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "230" + - "231" Content-Security-Policy: - default-src 'none' Content-Type: @@ -350,7 +472,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259550/configs/387227/nodes/68652660 + url: https://api.linode.com/v4beta/nodebalancers/441124/configs/670342/nodes/516206637 method: DELETE response: body: '{}' @@ -405,7 +527,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/linode/instances/39426890 + url: https://api.linode.com/v4beta/linode/instances/49708278 method: DELETE response: body: '{}' diff --git a/test/integration/fixtures/TestNodeBalancerStats_Get.yaml b/test/integration/fixtures/TestNodeBalancerStats_Get.yaml index 4d6b35df6..7be9c213f 100644 --- a/test/integration/fixtures/TestNodeBalancerStats_Get.yaml +++ b/test/integration/fixtures/TestNodeBalancerStats_Get.yaml @@ -1,6 +1,67 @@ --- version: 1 interactions: +- request: + body: '{"label":"linodego-fw-test","rules":{"inbound":[{"action":"ACCEPT","label":"go-fwrule-test","ports":"22","protocol":"TCP","addresses":{"ipv4":["0.0.0.0/0"],"ipv6":["1234::5678/0"]}}],"inbound_policy":"ACCEPT","outbound":[{"action":"ACCEPT","label":"go-fwrule-test","ports":"22","protocol":"TCP","addresses":{"ipv4":["0.0.0.0/0"],"ipv6":["1234::5678/0"]}}],"outbound_policy":"ACCEPT"},"tags":["testing"],"devices":{}}' + form: {} + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - linodego/dev https://github.com/linode/linodego + url: https://api.linode.com/v4beta/networking/firewalls + method: POST + response: + body: '{"id": 228222, "label": "linodego-fw-test", "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05", "status": "enabled", "rules": {"inbound": + [{"action": "ACCEPT", "label": "go-fwrule-test", "ports": "22", "protocol": + "TCP", "addresses": {"ipv4": ["0.0.0.0/0"], "ipv6": ["1234::5678/0"]}}], "inbound_policy": + "ACCEPT", "outbound": [{"action": "ACCEPT", "label": "go-fwrule-test", "ports": + "22", "protocol": "TCP", "addresses": {"ipv4": ["0.0.0.0/0"], "ipv6": ["1234::5678/0"]}}], + "outbound_policy": "ACCEPT"}, "tags": ["testing"]}' + headers: + Access-Control-Allow-Credentials: + - "true" + Access-Control-Allow-Headers: + - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter + Access-Control-Allow-Methods: + - HEAD, GET, OPTIONS, POST, PUT, DELETE + Access-Control-Allow-Origin: + - '*' + Access-Control-Expose-Headers: + - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status + Cache-Control: + - private, max-age=60, s-maxage=60 + Content-Length: + - "526" + Content-Security-Policy: + - default-src 'none' + Content-Type: + - application/json + Server: + - nginx + Strict-Transport-Security: + - max-age=31536000 + Vary: + - Authorization, X-Filter + X-Accepted-Oauth-Scopes: + - firewall:read_write + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + - DENY + X-Oauth-Scopes: + - '*' + X-Ratelimit-Limit: + - "800" + X-Xss-Protection: + - 1; mode=block + status: 200 OK + code: 200 + duration: "" - request: body: "" form: {} @@ -14,56 +75,177 @@ interactions: url: https://api.linode.com/v4beta/regions method: GET response: - body: '{"data": [{"id": "ap-west", "country": "in", "capabilities": ["Linodes", - "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "172.105.34.5,172.105.35.5,172.105.36.5,172.105.37.5,172.105.38.5,172.105.39.5,172.105.40.5,172.105.41.5,172.105.42.5,172.105.43.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ca-central", "country": "ca", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5,172.105.3.5,172.105.4.5,172.105.5.5,172.105.6.5,172.105.7.5,172.105.8.5,172.105.9.5,172.105.10.5,172.105.11.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-southeast", "country": "au", "capabilities": ["Linodes", "NodeBalancers", + body: '{"data": [{"id": "ap-west", "label": "Mumbai, IN", "country": "in", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud + Firewall", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": + "ok", "resolvers": {"ipv4": "172.105.34.5, 172.105.35.5, 172.105.36.5, 172.105.37.5, + 172.105.38.5, 172.105.39.5, 172.105.40.5, 172.105.41.5, 172.105.42.5, 172.105.43.5", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "ca-central", "label": "Toronto, CA", + "country": "ca", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5, 172.105.3.5, + 172.105.4.5, 172.105.5.5, 172.105.6.5, 172.105.7.5, 172.105.8.5, 172.105.9.5, + 172.105.10.5, 172.105.11.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-southeast", + "label": "Sydney, AU", "country": "au", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5,172.105.169.5,172.105.168.5,172.105.172.5,172.105.162.5,172.105.170.5,172.105.167.5,172.105.171.5,172.105.181.5,172.105.161.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-central", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "72.14.179.5,72.14.188.5,173.255.199.5,66.228.53.5,96.126.122.5,96.126.124.5,96.126.127.5,198.58.107.5,198.58.111.5,23.239.24.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-west", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5,173.230.147.5,173.230.155.5,173.255.212.5,173.255.219.5,173.255.241.5,173.255.243.5,173.255.244.5,74.207.241.5,74.207.242.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-southeast", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5, + 172.105.169.5, 172.105.168.5, 172.105.172.5, 172.105.162.5, 172.105.170.5, 172.105.167.5, + 172.105.171.5, 172.105.181.5, 172.105.161.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-iad", "label": "Washington, DC", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Managed Databases", "Metadata", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "139.144.192.62, 139.144.192.60, 139.144.192.61, 139.144.192.53, 139.144.192.54, 139.144.192.67, 139.144.192.69, 139.144.192.66, 139.144.192.52, 139.144.192.68", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-ord", "label": "Chicago, IL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Premium Plans"], "status": "ok", "resolvers": + {"ipv4": "172.232.0.17, 172.232.0.16, 172.232.0.21, 172.232.0.13, 172.232.0.22, 172.232.0.9, 172.232.0.19, 172.232.0.20, 172.232.0.15, 172.232.0.18", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "fr-par", "label": "Paris, FR", "country": "fr", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Metadata", "Premium Plans"], "status": "ok", + "resolvers": {"ipv4": "172.232.32.21, 172.232.32.23, 172.232.32.17, 172.232.32.18, 172.232.32.16, 172.232.32.22, 172.232.32.20, 172.232.32.14, 172.232.32.11, 172.232.32.12", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-sea", "label": "Seattle, WA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.160.19, + 172.232.160.21, 172.232.160.17, 172.232.160.15, 172.232.160.18, 172.232.160.8, + 172.232.160.12, 172.232.160.11, 172.232.160.14, 172.232.160.16", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "br-gru", "label": "Sao Paulo, BR", "country": "br", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.0.4, 172.233.0.9, 172.233.0.7, 172.233.0.12, 172.233.0.5, 172.233.0.13, + 172.233.0.10, 172.233.0.6, 172.233.0.8, 172.233.0.11", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "nl-ams", "label": "Amsterdam, NL", "country": "nl", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.33.36, 172.233.33.38, 172.233.33.35, 172.233.33.39, 172.233.33.34, + 172.233.33.33, 172.233.33.31, 172.233.33.30, 172.233.33.37, 172.233.33.32", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "se-sto", "label": "Stockholm, SE", + "country": "se", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "172.232.128.24, 172.232.128.26, 172.232.128.20, + 172.232.128.22, 172.232.128.25, 172.232.128.19, 172.232.128.23, 172.232.128.18, + 172.232.128.21, 172.232.128.27", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "in-maa", + "label": "Chennai, IN", "country": "in", "capabilities": ["Linodes", "NodeBalancers", + "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", + "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.96.17, 172.232.96.26, 172.232.96.19, 172.232.96.20, 172.232.96.25, 172.232.96.21, 172.232.96.18, 172.232.96.22, 172.232.96.23, 172.232.96.24", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "jp-osa", "label": "Osaka, JP", "country": "jp", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.64.44, + 172.233.64.43, 172.233.64.37, 172.233.64.40, 172.233.64.46, 172.233.64.41, 172.233.64.39, + 172.233.64.42, 172.233.64.45, 172.233.64.38", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "it-mil", "label": "Milan, IT", "country": "it", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.192.19, + 172.232.192.18, 172.232.192.16, 172.232.192.20, 172.232.192.24, 172.232.192.21, + 172.232.192.22, 172.232.192.17, 172.232.192.15, 172.232.192.23", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-mia", "label": "Miami, FL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.160.34, + 172.233.160.27, 172.233.160.30, 172.233.160.29, 172.233.160.32, 172.233.160.28, + 172.233.160.33, 172.233.160.26, 172.233.160.25, 172.233.160.31", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "id-cgk", "label": "Jakarta, ID", "country": "id", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.224.23, + 172.232.224.32, 172.232.224.26, 172.232.224.27, 172.232.224.21, 172.232.224.24, + 172.232.224.22, 172.232.224.20, 172.232.224.31, 172.232.224.28", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-lax", "label": "Los Angeles, CA", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.128.45, 172.233.128.38, 172.233.128.53, 172.233.128.37, 172.233.128.34, + 172.233.128.36, 172.233.128.33, 172.233.128.39, 172.233.128.43, 172.233.128.44", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "us-central", "label": "Dallas, TX", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "72.14.179.5, 72.14.188.5, 173.255.199.5, + 66.228.53.5, 96.126.122.5, 96.126.124.5, 96.126.127.5, 198.58.107.5, 198.58.111.5, + 23.239.24.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-west", "label": "Fremont, CA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage + Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5, + 173.230.147.5, 173.230.155.5, 173.255.212.5, 173.255.219.5, 173.255.241.5, 173.255.243.5, + 173.255.244.5, 74.207.241.5, 74.207.242.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "us-southeast", "label": "Atlanta, GA", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block + Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": + "74.207.231.5, 173.230.128.5, 173.230.129.5, 173.230.136.5, 173.230.140.5, 66.228.59.5, + 66.228.62.5, 50.116.35.5, 50.116.41.5, 23.239.18.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, {"id": "us-east", "label": "Newark, + NJ", "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Bare Metal", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "74.207.231.5,173.230.128.5,173.230.129.5,173.230.136.5,173.230.140.5,66.228.59.5,66.228.62.5,50.116.35.5,50.116.41.5,23.239.18.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-east", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Bare Metal", "Block Storage Migrations", "Managed Databases"], "status": "ok", - "resolvers": {"ipv4": "66.228.42.5,96.126.106.5,50.116.53.5,50.116.58.5,50.116.61.5,50.116.62.5,66.175.211.5,97.107.133.4,207.192.69.4,207.192.69.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-west", "country": "uk", "capabilities": ["Linodes", "NodeBalancers", + {"ipv4": "66.228.42.5, 96.126.106.5, 50.116.53.5, 50.116.58.5, 50.116.61.5, + 50.116.62.5, 66.175.211.5, 97.107.133.4, 207.192.69.4, 207.192.69.5", "ipv6": + "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, {"id": "eu-west", + "label": "London, UK", "country": "gb", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5,176.58.107.5,176.58.116.5,176.58.121.5,151.236.220.5,212.71.252.5,212.71.253.5,109.74.192.20,109.74.193.20,109.74.194.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-south", "country": "sg", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.11.5,139.162.13.5,139.162.14.5,139.162.15.5,139.162.16.5,139.162.21.5,139.162.27.5,103.3.60.18,103.3.60.19,103.3.60.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-central", "country": "de", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.130.5,139.162.131.5,139.162.132.5,139.162.133.5,139.162.134.5,139.162.135.5,139.162.136.5,139.162.137.5,139.162.138.5,139.162.139.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-northeast", "country": "jp", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.66.5,139.162.67.5,139.162.68.5,139.162.69.5,139.162.70.5,139.162.71.5,139.162.72.5,139.162.73.5,139.162.74.5,139.162.75.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}], - "page": 1, "pages": 1, "results": 11}' + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5, 176.58.107.5, 176.58.116.5, 176.58.121.5, 151.236.220.5, 212.71.252.5, 212.71.253.5, 109.74.192.20, 109.74.193.20, 109.74.194.20", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "ap-south", "label": "Singapore, SG", "country": "sg", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "GPU Linodes", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.11.5, 139.162.13.5, + 139.162.14.5, 139.162.15.5, 139.162.16.5, 139.162.21.5, 139.162.27.5, 103.3.60.18, + 103.3.60.19, 103.3.60.20", "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "eu-central", "label": "Frankfurt, DE", "country": "de", + "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", + "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.130.5, + 139.162.131.5, 139.162.132.5, 139.162.133.5, 139.162.134.5, 139.162.135.5, 139.162.136.5, + 139.162.137.5, 139.162.138.5, 139.162.139.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-northeast", "label": "Tokyo, JP", + "country": "jp", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "139.162.66.5, 139.162.67.5, 139.162.68.5, + 139.162.69.5, 139.162.70.5, 139.162.71.5, 139.162.72.5, 139.162.73.5, 139.162.74.5, + 139.162.75.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}], + "page": 1, "pages": 1, "results": 24}' headers: Access-Control-Allow-Credentials: - "true" @@ -106,7 +288,7 @@ interactions: code: 200 duration: "" - request: - body: '{"label":"go-test-def","region":"ap-west","client_conn_throttle":20,"tags":null}' + body: '{"label":"go-test-def","region":"ap-west","client_conn_throttle":20,"tags":null,"firewall_id":228222}' form: {} headers: Accept: @@ -118,11 +300,10 @@ interactions: url: https://api.linode.com/v4beta/nodebalancers method: POST response: - body: '{"id": 259558, "label": "go-test-def", "region": "ap-west", "hostname": - "172-105-44-182.ip.linodeusercontent.com", "ipv4": "172.105.44.182", "ipv6": - "1234::5678", "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", - "client_conn_throttle": 20, "tags": [], "transfer": {"in": null, "out": null, - "total": null}}' + body: '{"id": 441133, "label": "go-test-def", "region": "ap-west", "hostname": + "172-232-87-36.ip.linodeusercontent.com", "ipv4": "172.232.87.36", "ipv6": "1234::5678", + "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", "client_conn_throttle": + 20, "tags": [], "transfer": {"in": null, "out": null, "total": null}}' headers: Access-Control-Allow-Credentials: - "true" @@ -137,7 +318,7 @@ interactions: Cache-Control: - private, max-age=60, s-maxage=60 Content-Length: - - "336" + - "334" Content-Security-Policy: - default-src 'none' Content-Type: @@ -174,7 +355,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259558/stats + url: https://api.linode.com/v4beta/nodebalancers/441133/stats method: GET response: body: '{"errors": [{"reason": "Stats are unavailable at this time."}]}' @@ -216,7 +397,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259558 + url: https://api.linode.com/v4beta/nodebalancers/441133 method: DELETE response: body: '{}' @@ -261,3 +442,58 @@ interactions: status: 200 OK code: 200 duration: "" +- request: + body: "" + form: {} + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - linodego/dev https://github.com/linode/linodego + url: https://api.linode.com/v4beta/networking/firewalls/228222 + method: DELETE + response: + body: '{}' + headers: + Access-Control-Allow-Credentials: + - "true" + Access-Control-Allow-Headers: + - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter + Access-Control-Allow-Methods: + - HEAD, GET, OPTIONS, POST, PUT, DELETE + Access-Control-Allow-Origin: + - '*' + Access-Control-Expose-Headers: + - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status + Cache-Control: + - private, max-age=60, s-maxage=60 + Content-Length: + - "2" + Content-Security-Policy: + - default-src 'none' + Content-Type: + - application/json + Server: + - nginx + Strict-Transport-Security: + - max-age=31536000 + Vary: + - Authorization, X-Filter + X-Accepted-Oauth-Scopes: + - firewall:read_write + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + - DENY + X-Oauth-Scopes: + - '*' + X-Ratelimit-Limit: + - "800" + X-Xss-Protection: + - 1; mode=block + status: 200 OK + code: 200 + duration: "" diff --git a/test/integration/fixtures/TestNodeBalancer_Create.yaml b/test/integration/fixtures/TestNodeBalancer_Create.yaml index 1f8eb743c..89d223fa0 100644 --- a/test/integration/fixtures/TestNodeBalancer_Create.yaml +++ b/test/integration/fixtures/TestNodeBalancer_Create.yaml @@ -1,6 +1,67 @@ --- version: 1 interactions: +- request: + body: '{"label":"linodego-fw-test","rules":{"inbound":[{"action":"ACCEPT","label":"go-fwrule-test","ports":"22","protocol":"TCP","addresses":{"ipv4":["0.0.0.0/0"],"ipv6":["1234::5678/0"]}}],"inbound_policy":"ACCEPT","outbound":[{"action":"ACCEPT","label":"go-fwrule-test","ports":"22","protocol":"TCP","addresses":{"ipv4":["0.0.0.0/0"],"ipv6":["1234::5678/0"]}}],"outbound_policy":"ACCEPT"},"tags":["testing"],"devices":{}}' + form: {} + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - linodego/dev https://github.com/linode/linodego + url: https://api.linode.com/v4beta/networking/firewalls + method: POST + response: + body: '{"id": 228223, "label": "linodego-fw-test", "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05", "status": "enabled", "rules": {"inbound": + [{"action": "ACCEPT", "label": "go-fwrule-test", "ports": "22", "protocol": + "TCP", "addresses": {"ipv4": ["0.0.0.0/0"], "ipv6": ["1234::5678/0"]}}], "inbound_policy": + "ACCEPT", "outbound": [{"action": "ACCEPT", "label": "go-fwrule-test", "ports": + "22", "protocol": "TCP", "addresses": {"ipv4": ["0.0.0.0/0"], "ipv6": ["1234::5678/0"]}}], + "outbound_policy": "ACCEPT"}, "tags": ["testing"]}' + headers: + Access-Control-Allow-Credentials: + - "true" + Access-Control-Allow-Headers: + - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter + Access-Control-Allow-Methods: + - HEAD, GET, OPTIONS, POST, PUT, DELETE + Access-Control-Allow-Origin: + - '*' + Access-Control-Expose-Headers: + - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status + Cache-Control: + - private, max-age=60, s-maxage=60 + Content-Length: + - "526" + Content-Security-Policy: + - default-src 'none' + Content-Type: + - application/json + Server: + - nginx + Strict-Transport-Security: + - max-age=31536000 + Vary: + - Authorization, X-Filter + X-Accepted-Oauth-Scopes: + - firewall:read_write + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + - DENY + X-Oauth-Scopes: + - '*' + X-Ratelimit-Limit: + - "800" + X-Xss-Protection: + - 1; mode=block + status: 200 OK + code: 200 + duration: "" - request: body: "" form: {} @@ -14,56 +75,177 @@ interactions: url: https://api.linode.com/v4beta/regions method: GET response: - body: '{"data": [{"id": "ap-west", "country": "in", "capabilities": ["Linodes", - "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "172.105.34.5,172.105.35.5,172.105.36.5,172.105.37.5,172.105.38.5,172.105.39.5,172.105.40.5,172.105.41.5,172.105.42.5,172.105.43.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ca-central", "country": "ca", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5,172.105.3.5,172.105.4.5,172.105.5.5,172.105.6.5,172.105.7.5,172.105.8.5,172.105.9.5,172.105.10.5,172.105.11.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-southeast", "country": "au", "capabilities": ["Linodes", "NodeBalancers", + body: '{"data": [{"id": "ap-west", "label": "Mumbai, IN", "country": "in", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud + Firewall", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": + "ok", "resolvers": {"ipv4": "172.105.34.5, 172.105.35.5, 172.105.36.5, 172.105.37.5, + 172.105.38.5, 172.105.39.5, 172.105.40.5, 172.105.41.5, 172.105.42.5, 172.105.43.5", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "ca-central", "label": "Toronto, CA", + "country": "ca", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5, 172.105.3.5, + 172.105.4.5, 172.105.5.5, 172.105.6.5, 172.105.7.5, 172.105.8.5, 172.105.9.5, + 172.105.10.5, 172.105.11.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-southeast", + "label": "Sydney, AU", "country": "au", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5,172.105.169.5,172.105.168.5,172.105.172.5,172.105.162.5,172.105.170.5,172.105.167.5,172.105.171.5,172.105.181.5,172.105.161.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-central", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "72.14.179.5,72.14.188.5,173.255.199.5,66.228.53.5,96.126.122.5,96.126.124.5,96.126.127.5,198.58.107.5,198.58.111.5,23.239.24.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-west", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5,173.230.147.5,173.230.155.5,173.255.212.5,173.255.219.5,173.255.241.5,173.255.243.5,173.255.244.5,74.207.241.5,74.207.242.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-southeast", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5, + 172.105.169.5, 172.105.168.5, 172.105.172.5, 172.105.162.5, 172.105.170.5, 172.105.167.5, + 172.105.171.5, 172.105.181.5, 172.105.161.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-iad", "label": "Washington, DC", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Managed Databases", "Metadata", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "139.144.192.62, 139.144.192.60, 139.144.192.61, 139.144.192.53, 139.144.192.54, 139.144.192.67, 139.144.192.69, 139.144.192.66, 139.144.192.52, 139.144.192.68", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-ord", "label": "Chicago, IL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Premium Plans"], "status": "ok", "resolvers": + {"ipv4": "172.232.0.17, 172.232.0.16, 172.232.0.21, 172.232.0.13, 172.232.0.22, 172.232.0.9, 172.232.0.19, 172.232.0.20, 172.232.0.15, 172.232.0.18", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "fr-par", "label": "Paris, FR", "country": "fr", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Metadata", "Premium Plans"], "status": "ok", + "resolvers": {"ipv4": "172.232.32.21, 172.232.32.23, 172.232.32.17, 172.232.32.18, 172.232.32.16, 172.232.32.22, 172.232.32.20, 172.232.32.14, 172.232.32.11, 172.232.32.12", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-sea", "label": "Seattle, WA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.160.19, + 172.232.160.21, 172.232.160.17, 172.232.160.15, 172.232.160.18, 172.232.160.8, + 172.232.160.12, 172.232.160.11, 172.232.160.14, 172.232.160.16", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "br-gru", "label": "Sao Paulo, BR", "country": "br", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.0.4, 172.233.0.9, 172.233.0.7, 172.233.0.12, 172.233.0.5, 172.233.0.13, + 172.233.0.10, 172.233.0.6, 172.233.0.8, 172.233.0.11", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "nl-ams", "label": "Amsterdam, NL", "country": "nl", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.33.36, 172.233.33.38, 172.233.33.35, 172.233.33.39, 172.233.33.34, + 172.233.33.33, 172.233.33.31, 172.233.33.30, 172.233.33.37, 172.233.33.32", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "se-sto", "label": "Stockholm, SE", + "country": "se", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "172.232.128.24, 172.232.128.26, 172.232.128.20, + 172.232.128.22, 172.232.128.25, 172.232.128.19, 172.232.128.23, 172.232.128.18, + 172.232.128.21, 172.232.128.27", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "in-maa", + "label": "Chennai, IN", "country": "in", "capabilities": ["Linodes", "NodeBalancers", + "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", + "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.96.17, 172.232.96.26, 172.232.96.19, 172.232.96.20, 172.232.96.25, 172.232.96.21, 172.232.96.18, 172.232.96.22, 172.232.96.23, 172.232.96.24", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "jp-osa", "label": "Osaka, JP", "country": "jp", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.64.44, + 172.233.64.43, 172.233.64.37, 172.233.64.40, 172.233.64.46, 172.233.64.41, 172.233.64.39, + 172.233.64.42, 172.233.64.45, 172.233.64.38", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "it-mil", "label": "Milan, IT", "country": "it", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.192.19, + 172.232.192.18, 172.232.192.16, 172.232.192.20, 172.232.192.24, 172.232.192.21, + 172.232.192.22, 172.232.192.17, 172.232.192.15, 172.232.192.23", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-mia", "label": "Miami, FL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.160.34, + 172.233.160.27, 172.233.160.30, 172.233.160.29, 172.233.160.32, 172.233.160.28, + 172.233.160.33, 172.233.160.26, 172.233.160.25, 172.233.160.31", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "id-cgk", "label": "Jakarta, ID", "country": "id", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.224.23, + 172.232.224.32, 172.232.224.26, 172.232.224.27, 172.232.224.21, 172.232.224.24, + 172.232.224.22, 172.232.224.20, 172.232.224.31, 172.232.224.28", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-lax", "label": "Los Angeles, CA", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.128.45, 172.233.128.38, 172.233.128.53, 172.233.128.37, 172.233.128.34, + 172.233.128.36, 172.233.128.33, 172.233.128.39, 172.233.128.43, 172.233.128.44", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "us-central", "label": "Dallas, TX", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "72.14.179.5, 72.14.188.5, 173.255.199.5, + 66.228.53.5, 96.126.122.5, 96.126.124.5, 96.126.127.5, 198.58.107.5, 198.58.111.5, + 23.239.24.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-west", "label": "Fremont, CA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage + Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5, + 173.230.147.5, 173.230.155.5, 173.255.212.5, 173.255.219.5, 173.255.241.5, 173.255.243.5, + 173.255.244.5, 74.207.241.5, 74.207.242.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "us-southeast", "label": "Atlanta, GA", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block + Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": + "74.207.231.5, 173.230.128.5, 173.230.129.5, 173.230.136.5, 173.230.140.5, 66.228.59.5, + 66.228.62.5, 50.116.35.5, 50.116.41.5, 23.239.18.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, {"id": "us-east", "label": "Newark, + NJ", "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Bare Metal", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "74.207.231.5,173.230.128.5,173.230.129.5,173.230.136.5,173.230.140.5,66.228.59.5,66.228.62.5,50.116.35.5,50.116.41.5,23.239.18.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-east", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Bare Metal", "Block Storage Migrations", "Managed Databases"], "status": "ok", - "resolvers": {"ipv4": "66.228.42.5,96.126.106.5,50.116.53.5,50.116.58.5,50.116.61.5,50.116.62.5,66.175.211.5,97.107.133.4,207.192.69.4,207.192.69.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-west", "country": "uk", "capabilities": ["Linodes", "NodeBalancers", + {"ipv4": "66.228.42.5, 96.126.106.5, 50.116.53.5, 50.116.58.5, 50.116.61.5, + 50.116.62.5, 66.175.211.5, 97.107.133.4, 207.192.69.4, 207.192.69.5", "ipv6": + "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, {"id": "eu-west", + "label": "London, UK", "country": "gb", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5,176.58.107.5,176.58.116.5,176.58.121.5,151.236.220.5,212.71.252.5,212.71.253.5,109.74.192.20,109.74.193.20,109.74.194.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-south", "country": "sg", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.11.5,139.162.13.5,139.162.14.5,139.162.15.5,139.162.16.5,139.162.21.5,139.162.27.5,103.3.60.18,103.3.60.19,103.3.60.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-central", "country": "de", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.130.5,139.162.131.5,139.162.132.5,139.162.133.5,139.162.134.5,139.162.135.5,139.162.136.5,139.162.137.5,139.162.138.5,139.162.139.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-northeast", "country": "jp", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.66.5,139.162.67.5,139.162.68.5,139.162.69.5,139.162.70.5,139.162.71.5,139.162.72.5,139.162.73.5,139.162.74.5,139.162.75.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}], - "page": 1, "pages": 1, "results": 11}' + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5, 176.58.107.5, 176.58.116.5, 176.58.121.5, 151.236.220.5, 212.71.252.5, 212.71.253.5, 109.74.192.20, 109.74.193.20, 109.74.194.20", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "ap-south", "label": "Singapore, SG", "country": "sg", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "GPU Linodes", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.11.5, 139.162.13.5, + 139.162.14.5, 139.162.15.5, 139.162.16.5, 139.162.21.5, 139.162.27.5, 103.3.60.18, + 103.3.60.19, 103.3.60.20", "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "eu-central", "label": "Frankfurt, DE", "country": "de", + "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", + "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.130.5, + 139.162.131.5, 139.162.132.5, 139.162.133.5, 139.162.134.5, 139.162.135.5, 139.162.136.5, + 139.162.137.5, 139.162.138.5, 139.162.139.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-northeast", "label": "Tokyo, JP", + "country": "jp", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "139.162.66.5, 139.162.67.5, 139.162.68.5, + 139.162.69.5, 139.162.70.5, 139.162.71.5, 139.162.72.5, 139.162.73.5, 139.162.74.5, + 139.162.75.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}], + "page": 1, "pages": 1, "results": 24}' headers: Access-Control-Allow-Credentials: - "true" @@ -106,7 +288,7 @@ interactions: code: 200 duration: "" - request: - body: '{"label":"go-test-def","region":"ap-west","client_conn_throttle":20,"tags":null}' + body: '{"label":"go-test-def","region":"ap-west","client_conn_throttle":20,"tags":null,"firewall_id":228223}' form: {} headers: Accept: @@ -118,11 +300,10 @@ interactions: url: https://api.linode.com/v4beta/nodebalancers method: POST response: - body: '{"id": 259559, "label": "go-test-def", "region": "ap-west", "hostname": - "172-105-46-192.ip.linodeusercontent.com", "ipv4": "172.105.46.192", "ipv6": - "1234::5678", "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", - "client_conn_throttle": 20, "tags": [], "transfer": {"in": null, "out": null, - "total": null}}' + body: '{"id": 441134, "label": "go-test-def", "region": "ap-west", "hostname": + "172-232-86-41.ip.linodeusercontent.com", "ipv4": "172.232.86.41", "ipv6": "1234::5678", + "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", "client_conn_throttle": + 20, "tags": [], "transfer": {"in": null, "out": null, "total": null}}' headers: Access-Control-Allow-Credentials: - "true" @@ -137,7 +318,7 @@ interactions: Cache-Control: - private, max-age=60, s-maxage=60 Content-Length: - - "336" + - "334" Content-Security-Policy: - default-src 'none' Content-Type: @@ -174,7 +355,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259559 + url: https://api.linode.com/v4beta/nodebalancers/441134 method: DELETE response: body: '{}' @@ -219,3 +400,58 @@ interactions: status: 200 OK code: 200 duration: "" +- request: + body: "" + form: {} + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - linodego/dev https://github.com/linode/linodego + url: https://api.linode.com/v4beta/networking/firewalls/228223 + method: DELETE + response: + body: '{}' + headers: + Access-Control-Allow-Credentials: + - "true" + Access-Control-Allow-Headers: + - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter + Access-Control-Allow-Methods: + - HEAD, GET, OPTIONS, POST, PUT, DELETE + Access-Control-Allow-Origin: + - '*' + Access-Control-Expose-Headers: + - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status + Cache-Control: + - private, max-age=60, s-maxage=60 + Content-Length: + - "2" + Content-Security-Policy: + - default-src 'none' + Content-Type: + - application/json + Server: + - nginx + Strict-Transport-Security: + - max-age=31536000 + Vary: + - Authorization, X-Filter + X-Accepted-Oauth-Scopes: + - firewall:read_write + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + - DENY + X-Oauth-Scopes: + - '*' + X-Ratelimit-Limit: + - "800" + X-Xss-Protection: + - 1; mode=block + status: 200 OK + code: 200 + duration: "" diff --git a/test/integration/fixtures/TestNodeBalancer_Get.yaml b/test/integration/fixtures/TestNodeBalancer_Get.yaml index 16cf346d4..91f7a5f06 100644 --- a/test/integration/fixtures/TestNodeBalancer_Get.yaml +++ b/test/integration/fixtures/TestNodeBalancer_Get.yaml @@ -1,6 +1,67 @@ --- version: 1 interactions: +- request: + body: '{"label":"linodego-fw-test","rules":{"inbound":[{"action":"ACCEPT","label":"go-fwrule-test","ports":"22","protocol":"TCP","addresses":{"ipv4":["0.0.0.0/0"],"ipv6":["1234::5678/0"]}}],"inbound_policy":"ACCEPT","outbound":[{"action":"ACCEPT","label":"go-fwrule-test","ports":"22","protocol":"TCP","addresses":{"ipv4":["0.0.0.0/0"],"ipv6":["1234::5678/0"]}}],"outbound_policy":"ACCEPT"},"tags":["testing"],"devices":{}}' + form: {} + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - linodego/dev https://github.com/linode/linodego + url: https://api.linode.com/v4beta/networking/firewalls + method: POST + response: + body: '{"id": 228226, "label": "linodego-fw-test", "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05", "status": "enabled", "rules": {"inbound": + [{"action": "ACCEPT", "label": "go-fwrule-test", "ports": "22", "protocol": + "TCP", "addresses": {"ipv4": ["0.0.0.0/0"], "ipv6": ["1234::5678/0"]}}], "inbound_policy": + "ACCEPT", "outbound": [{"action": "ACCEPT", "label": "go-fwrule-test", "ports": + "22", "protocol": "TCP", "addresses": {"ipv4": ["0.0.0.0/0"], "ipv6": ["1234::5678/0"]}}], + "outbound_policy": "ACCEPT"}, "tags": ["testing"]}' + headers: + Access-Control-Allow-Credentials: + - "true" + Access-Control-Allow-Headers: + - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter + Access-Control-Allow-Methods: + - HEAD, GET, OPTIONS, POST, PUT, DELETE + Access-Control-Allow-Origin: + - '*' + Access-Control-Expose-Headers: + - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status + Cache-Control: + - private, max-age=60, s-maxage=60 + Content-Length: + - "526" + Content-Security-Policy: + - default-src 'none' + Content-Type: + - application/json + Server: + - nginx + Strict-Transport-Security: + - max-age=31536000 + Vary: + - Authorization, X-Filter + X-Accepted-Oauth-Scopes: + - firewall:read_write + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + - DENY + X-Oauth-Scopes: + - '*' + X-Ratelimit-Limit: + - "800" + X-Xss-Protection: + - 1; mode=block + status: 200 OK + code: 200 + duration: "" - request: body: "" form: {} @@ -14,56 +75,177 @@ interactions: url: https://api.linode.com/v4beta/regions method: GET response: - body: '{"data": [{"id": "ap-west", "country": "in", "capabilities": ["Linodes", - "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "172.105.34.5,172.105.35.5,172.105.36.5,172.105.37.5,172.105.38.5,172.105.39.5,172.105.40.5,172.105.41.5,172.105.42.5,172.105.43.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ca-central", "country": "ca", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5,172.105.3.5,172.105.4.5,172.105.5.5,172.105.6.5,172.105.7.5,172.105.8.5,172.105.9.5,172.105.10.5,172.105.11.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-southeast", "country": "au", "capabilities": ["Linodes", "NodeBalancers", + body: '{"data": [{"id": "ap-west", "label": "Mumbai, IN", "country": "in", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud + Firewall", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": + "ok", "resolvers": {"ipv4": "172.105.34.5, 172.105.35.5, 172.105.36.5, 172.105.37.5, + 172.105.38.5, 172.105.39.5, 172.105.40.5, 172.105.41.5, 172.105.42.5, 172.105.43.5", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "ca-central", "label": "Toronto, CA", + "country": "ca", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5, 172.105.3.5, + 172.105.4.5, 172.105.5.5, 172.105.6.5, 172.105.7.5, 172.105.8.5, 172.105.9.5, + 172.105.10.5, 172.105.11.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-southeast", + "label": "Sydney, AU", "country": "au", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5,172.105.169.5,172.105.168.5,172.105.172.5,172.105.162.5,172.105.170.5,172.105.167.5,172.105.171.5,172.105.181.5,172.105.161.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-central", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "72.14.179.5,72.14.188.5,173.255.199.5,66.228.53.5,96.126.122.5,96.126.124.5,96.126.127.5,198.58.107.5,198.58.111.5,23.239.24.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-west", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5,173.230.147.5,173.230.155.5,173.255.212.5,173.255.219.5,173.255.241.5,173.255.243.5,173.255.244.5,74.207.241.5,74.207.242.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-southeast", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5, + 172.105.169.5, 172.105.168.5, 172.105.172.5, 172.105.162.5, 172.105.170.5, 172.105.167.5, + 172.105.171.5, 172.105.181.5, 172.105.161.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-iad", "label": "Washington, DC", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Managed Databases", "Metadata", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "139.144.192.62, 139.144.192.60, 139.144.192.61, 139.144.192.53, 139.144.192.54, 139.144.192.67, 139.144.192.69, 139.144.192.66, 139.144.192.52, 139.144.192.68", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-ord", "label": "Chicago, IL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Premium Plans"], "status": "ok", "resolvers": + {"ipv4": "172.232.0.17, 172.232.0.16, 172.232.0.21, 172.232.0.13, 172.232.0.22, 172.232.0.9, 172.232.0.19, 172.232.0.20, 172.232.0.15, 172.232.0.18", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "fr-par", "label": "Paris, FR", "country": "fr", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Metadata", "Premium Plans"], "status": "ok", + "resolvers": {"ipv4": "172.232.32.21, 172.232.32.23, 172.232.32.17, 172.232.32.18, 172.232.32.16, 172.232.32.22, 172.232.32.20, 172.232.32.14, 172.232.32.11, 172.232.32.12", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-sea", "label": "Seattle, WA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.160.19, + 172.232.160.21, 172.232.160.17, 172.232.160.15, 172.232.160.18, 172.232.160.8, + 172.232.160.12, 172.232.160.11, 172.232.160.14, 172.232.160.16", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "br-gru", "label": "Sao Paulo, BR", "country": "br", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.0.4, 172.233.0.9, 172.233.0.7, 172.233.0.12, 172.233.0.5, 172.233.0.13, + 172.233.0.10, 172.233.0.6, 172.233.0.8, 172.233.0.11", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "nl-ams", "label": "Amsterdam, NL", "country": "nl", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.33.36, 172.233.33.38, 172.233.33.35, 172.233.33.39, 172.233.33.34, + 172.233.33.33, 172.233.33.31, 172.233.33.30, 172.233.33.37, 172.233.33.32", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "se-sto", "label": "Stockholm, SE", + "country": "se", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "172.232.128.24, 172.232.128.26, 172.232.128.20, + 172.232.128.22, 172.232.128.25, 172.232.128.19, 172.232.128.23, 172.232.128.18, + 172.232.128.21, 172.232.128.27", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "in-maa", + "label": "Chennai, IN", "country": "in", "capabilities": ["Linodes", "NodeBalancers", + "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", + "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.96.17, 172.232.96.26, 172.232.96.19, 172.232.96.20, 172.232.96.25, 172.232.96.21, 172.232.96.18, 172.232.96.22, 172.232.96.23, 172.232.96.24", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "jp-osa", "label": "Osaka, JP", "country": "jp", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.64.44, + 172.233.64.43, 172.233.64.37, 172.233.64.40, 172.233.64.46, 172.233.64.41, 172.233.64.39, + 172.233.64.42, 172.233.64.45, 172.233.64.38", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "it-mil", "label": "Milan, IT", "country": "it", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.192.19, + 172.232.192.18, 172.232.192.16, 172.232.192.20, 172.232.192.24, 172.232.192.21, + 172.232.192.22, 172.232.192.17, 172.232.192.15, 172.232.192.23", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-mia", "label": "Miami, FL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.160.34, + 172.233.160.27, 172.233.160.30, 172.233.160.29, 172.233.160.32, 172.233.160.28, + 172.233.160.33, 172.233.160.26, 172.233.160.25, 172.233.160.31", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "id-cgk", "label": "Jakarta, ID", "country": "id", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.224.23, + 172.232.224.32, 172.232.224.26, 172.232.224.27, 172.232.224.21, 172.232.224.24, + 172.232.224.22, 172.232.224.20, 172.232.224.31, 172.232.224.28", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-lax", "label": "Los Angeles, CA", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.128.45, 172.233.128.38, 172.233.128.53, 172.233.128.37, 172.233.128.34, + 172.233.128.36, 172.233.128.33, 172.233.128.39, 172.233.128.43, 172.233.128.44", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "us-central", "label": "Dallas, TX", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "72.14.179.5, 72.14.188.5, 173.255.199.5, + 66.228.53.5, 96.126.122.5, 96.126.124.5, 96.126.127.5, 198.58.107.5, 198.58.111.5, + 23.239.24.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-west", "label": "Fremont, CA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage + Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5, + 173.230.147.5, 173.230.155.5, 173.255.212.5, 173.255.219.5, 173.255.241.5, 173.255.243.5, + 173.255.244.5, 74.207.241.5, 74.207.242.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "us-southeast", "label": "Atlanta, GA", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block + Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": + "74.207.231.5, 173.230.128.5, 173.230.129.5, 173.230.136.5, 173.230.140.5, 66.228.59.5, + 66.228.62.5, 50.116.35.5, 50.116.41.5, 23.239.18.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, {"id": "us-east", "label": "Newark, + NJ", "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Bare Metal", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "74.207.231.5,173.230.128.5,173.230.129.5,173.230.136.5,173.230.140.5,66.228.59.5,66.228.62.5,50.116.35.5,50.116.41.5,23.239.18.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-east", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Bare Metal", "Block Storage Migrations", "Managed Databases"], "status": "ok", - "resolvers": {"ipv4": "66.228.42.5,96.126.106.5,50.116.53.5,50.116.58.5,50.116.61.5,50.116.62.5,66.175.211.5,97.107.133.4,207.192.69.4,207.192.69.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-west", "country": "uk", "capabilities": ["Linodes", "NodeBalancers", + {"ipv4": "66.228.42.5, 96.126.106.5, 50.116.53.5, 50.116.58.5, 50.116.61.5, + 50.116.62.5, 66.175.211.5, 97.107.133.4, 207.192.69.4, 207.192.69.5", "ipv6": + "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, {"id": "eu-west", + "label": "London, UK", "country": "gb", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5,176.58.107.5,176.58.116.5,176.58.121.5,151.236.220.5,212.71.252.5,212.71.253.5,109.74.192.20,109.74.193.20,109.74.194.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-south", "country": "sg", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.11.5,139.162.13.5,139.162.14.5,139.162.15.5,139.162.16.5,139.162.21.5,139.162.27.5,103.3.60.18,103.3.60.19,103.3.60.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-central", "country": "de", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.130.5,139.162.131.5,139.162.132.5,139.162.133.5,139.162.134.5,139.162.135.5,139.162.136.5,139.162.137.5,139.162.138.5,139.162.139.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-northeast", "country": "jp", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.66.5,139.162.67.5,139.162.68.5,139.162.69.5,139.162.70.5,139.162.71.5,139.162.72.5,139.162.73.5,139.162.74.5,139.162.75.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}], - "page": 1, "pages": 1, "results": 11}' + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5, 176.58.107.5, 176.58.116.5, 176.58.121.5, 151.236.220.5, 212.71.252.5, 212.71.253.5, 109.74.192.20, 109.74.193.20, 109.74.194.20", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "ap-south", "label": "Singapore, SG", "country": "sg", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "GPU Linodes", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.11.5, 139.162.13.5, + 139.162.14.5, 139.162.15.5, 139.162.16.5, 139.162.21.5, 139.162.27.5, 103.3.60.18, + 103.3.60.19, 103.3.60.20", "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "eu-central", "label": "Frankfurt, DE", "country": "de", + "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", + "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.130.5, + 139.162.131.5, 139.162.132.5, 139.162.133.5, 139.162.134.5, 139.162.135.5, 139.162.136.5, + 139.162.137.5, 139.162.138.5, 139.162.139.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-northeast", "label": "Tokyo, JP", + "country": "jp", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "139.162.66.5, 139.162.67.5, 139.162.68.5, + 139.162.69.5, 139.162.70.5, 139.162.71.5, 139.162.72.5, 139.162.73.5, 139.162.74.5, + 139.162.75.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}], + "page": 1, "pages": 1, "results": 24}' headers: Access-Control-Allow-Credentials: - "true" @@ -106,7 +288,7 @@ interactions: code: 200 duration: "" - request: - body: '{"label":"go-test-def","region":"ap-west","client_conn_throttle":20,"tags":null}' + body: '{"label":"go-test-def","region":"ap-west","client_conn_throttle":20,"tags":null,"firewall_id":228226}' form: {} headers: Accept: @@ -118,8 +300,8 @@ interactions: url: https://api.linode.com/v4beta/nodebalancers method: POST response: - body: '{"id": 259562, "label": "go-test-def", "region": "ap-west", "hostname": - "172-105-45-232.ip.linodeusercontent.com", "ipv4": "172.105.45.232", "ipv6": + body: '{"id": 441137, "label": "go-test-def", "region": "ap-west", "hostname": + "172-105-45-149.ip.linodeusercontent.com", "ipv4": "172.105.45.149", "ipv6": "1234::5678", "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", "client_conn_throttle": 20, "tags": [], "transfer": {"in": null, "out": null, "total": null}}' @@ -174,11 +356,11 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259562 + url: https://api.linode.com/v4beta/nodebalancers/441137 method: GET response: - body: '{"id": 259562, "label": "go-test-def", "region": "ap-west", "hostname": - "172-105-45-232.ip.linodeusercontent.com", "ipv4": "172.105.45.232", "ipv6": + body: '{"id": 441137, "label": "go-test-def", "region": "ap-west", "hostname": + "172-105-45-149.ip.linodeusercontent.com", "ipv4": "172.105.45.149", "ipv6": "1234::5678", "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", "client_conn_throttle": 20, "tags": [], "transfer": {"in": null, "out": null, "total": null}}' @@ -235,7 +417,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259562 + url: https://api.linode.com/v4beta/nodebalancers/441137 method: DELETE response: body: '{}' @@ -280,3 +462,58 @@ interactions: status: 200 OK code: 200 duration: "" +- request: + body: "" + form: {} + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - linodego/dev https://github.com/linode/linodego + url: https://api.linode.com/v4beta/networking/firewalls/228226 + method: DELETE + response: + body: '{}' + headers: + Access-Control-Allow-Credentials: + - "true" + Access-Control-Allow-Headers: + - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter + Access-Control-Allow-Methods: + - HEAD, GET, OPTIONS, POST, PUT, DELETE + Access-Control-Allow-Origin: + - '*' + Access-Control-Expose-Headers: + - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status + Cache-Control: + - private, max-age=60, s-maxage=60 + Content-Length: + - "2" + Content-Security-Policy: + - default-src 'none' + Content-Type: + - application/json + Server: + - nginx + Strict-Transport-Security: + - max-age=31536000 + Vary: + - Authorization, X-Filter + X-Accepted-Oauth-Scopes: + - firewall:read_write + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + - DENY + X-Oauth-Scopes: + - '*' + X-Ratelimit-Limit: + - "800" + X-Xss-Protection: + - 1; mode=block + status: 200 OK + code: 200 + duration: "" diff --git a/test/integration/fixtures/TestNodeBalancer_Rebuild.yaml b/test/integration/fixtures/TestNodeBalancer_Rebuild.yaml index 95f642ee4..1899ec337 100644 --- a/test/integration/fixtures/TestNodeBalancer_Rebuild.yaml +++ b/test/integration/fixtures/TestNodeBalancer_Rebuild.yaml @@ -1,6 +1,67 @@ --- version: 1 interactions: +- request: + body: '{"label":"linodego-fw-test","rules":{"inbound":[{"action":"ACCEPT","label":"go-fwrule-test","ports":"22","protocol":"TCP","addresses":{"ipv4":["0.0.0.0/0"],"ipv6":["1234::5678/0"]}}],"inbound_policy":"ACCEPT","outbound":[{"action":"ACCEPT","label":"go-fwrule-test","ports":"22","protocol":"TCP","addresses":{"ipv4":["0.0.0.0/0"],"ipv6":["1234::5678/0"]}}],"outbound_policy":"ACCEPT"},"tags":["testing"],"devices":{}}' + form: {} + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - linodego/dev https://github.com/linode/linodego + url: https://api.linode.com/v4beta/networking/firewalls + method: POST + response: + body: '{"id": 228215, "label": "linodego-fw-test", "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05", "status": "enabled", "rules": {"inbound": + [{"action": "ACCEPT", "label": "go-fwrule-test", "ports": "22", "protocol": + "TCP", "addresses": {"ipv4": ["0.0.0.0/0"], "ipv6": ["1234::5678/0"]}}], "inbound_policy": + "ACCEPT", "outbound": [{"action": "ACCEPT", "label": "go-fwrule-test", "ports": + "22", "protocol": "TCP", "addresses": {"ipv4": ["0.0.0.0/0"], "ipv6": ["1234::5678/0"]}}], + "outbound_policy": "ACCEPT"}, "tags": ["testing"]}' + headers: + Access-Control-Allow-Credentials: + - "true" + Access-Control-Allow-Headers: + - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter + Access-Control-Allow-Methods: + - HEAD, GET, OPTIONS, POST, PUT, DELETE + Access-Control-Allow-Origin: + - '*' + Access-Control-Expose-Headers: + - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status + Cache-Control: + - private, max-age=60, s-maxage=60 + Content-Length: + - "526" + Content-Security-Policy: + - default-src 'none' + Content-Type: + - application/json + Server: + - nginx + Strict-Transport-Security: + - max-age=31536000 + Vary: + - Authorization, X-Filter + X-Accepted-Oauth-Scopes: + - firewall:read_write + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + - DENY + X-Oauth-Scopes: + - '*' + X-Ratelimit-Limit: + - "800" + X-Xss-Protection: + - 1; mode=block + status: 200 OK + code: 200 + duration: "" - request: body: "" form: {} @@ -14,56 +75,177 @@ interactions: url: https://api.linode.com/v4beta/regions method: GET response: - body: '{"data": [{"id": "ap-west", "country": "in", "capabilities": ["Linodes", - "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "172.105.34.5,172.105.35.5,172.105.36.5,172.105.37.5,172.105.38.5,172.105.39.5,172.105.40.5,172.105.41.5,172.105.42.5,172.105.43.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ca-central", "country": "ca", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5,172.105.3.5,172.105.4.5,172.105.5.5,172.105.6.5,172.105.7.5,172.105.8.5,172.105.9.5,172.105.10.5,172.105.11.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-southeast", "country": "au", "capabilities": ["Linodes", "NodeBalancers", + body: '{"data": [{"id": "ap-west", "label": "Mumbai, IN", "country": "in", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud + Firewall", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": + "ok", "resolvers": {"ipv4": "172.105.34.5, 172.105.35.5, 172.105.36.5, 172.105.37.5, + 172.105.38.5, 172.105.39.5, 172.105.40.5, 172.105.41.5, 172.105.42.5, 172.105.43.5", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "ca-central", "label": "Toronto, CA", + "country": "ca", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5, 172.105.3.5, + 172.105.4.5, 172.105.5.5, 172.105.6.5, 172.105.7.5, 172.105.8.5, 172.105.9.5, + 172.105.10.5, 172.105.11.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-southeast", + "label": "Sydney, AU", "country": "au", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5,172.105.169.5,172.105.168.5,172.105.172.5,172.105.162.5,172.105.170.5,172.105.167.5,172.105.171.5,172.105.181.5,172.105.161.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-central", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "72.14.179.5,72.14.188.5,173.255.199.5,66.228.53.5,96.126.122.5,96.126.124.5,96.126.127.5,198.58.107.5,198.58.111.5,23.239.24.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-west", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5,173.230.147.5,173.230.155.5,173.255.212.5,173.255.219.5,173.255.241.5,173.255.243.5,173.255.244.5,74.207.241.5,74.207.242.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-southeast", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5, + 172.105.169.5, 172.105.168.5, 172.105.172.5, 172.105.162.5, 172.105.170.5, 172.105.167.5, + 172.105.171.5, 172.105.181.5, 172.105.161.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-iad", "label": "Washington, DC", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Managed Databases", "Metadata", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "139.144.192.62, 139.144.192.60, 139.144.192.61, 139.144.192.53, 139.144.192.54, 139.144.192.67, 139.144.192.69, 139.144.192.66, 139.144.192.52, 139.144.192.68", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-ord", "label": "Chicago, IL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Premium Plans"], "status": "ok", "resolvers": + {"ipv4": "172.232.0.17, 172.232.0.16, 172.232.0.21, 172.232.0.13, 172.232.0.22, 172.232.0.9, 172.232.0.19, 172.232.0.20, 172.232.0.15, 172.232.0.18", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "fr-par", "label": "Paris, FR", "country": "fr", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Metadata", "Premium Plans"], "status": "ok", + "resolvers": {"ipv4": "172.232.32.21, 172.232.32.23, 172.232.32.17, 172.232.32.18, 172.232.32.16, 172.232.32.22, 172.232.32.20, 172.232.32.14, 172.232.32.11, 172.232.32.12", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-sea", "label": "Seattle, WA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.160.19, + 172.232.160.21, 172.232.160.17, 172.232.160.15, 172.232.160.18, 172.232.160.8, + 172.232.160.12, 172.232.160.11, 172.232.160.14, 172.232.160.16", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "br-gru", "label": "Sao Paulo, BR", "country": "br", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.0.4, 172.233.0.9, 172.233.0.7, 172.233.0.12, 172.233.0.5, 172.233.0.13, + 172.233.0.10, 172.233.0.6, 172.233.0.8, 172.233.0.11", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "nl-ams", "label": "Amsterdam, NL", "country": "nl", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.33.36, 172.233.33.38, 172.233.33.35, 172.233.33.39, 172.233.33.34, + 172.233.33.33, 172.233.33.31, 172.233.33.30, 172.233.33.37, 172.233.33.32", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "se-sto", "label": "Stockholm, SE", + "country": "se", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "172.232.128.24, 172.232.128.26, 172.232.128.20, + 172.232.128.22, 172.232.128.25, 172.232.128.19, 172.232.128.23, 172.232.128.18, + 172.232.128.21, 172.232.128.27", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "in-maa", + "label": "Chennai, IN", "country": "in", "capabilities": ["Linodes", "NodeBalancers", + "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", + "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.96.17, 172.232.96.26, 172.232.96.19, 172.232.96.20, 172.232.96.25, 172.232.96.21, 172.232.96.18, 172.232.96.22, 172.232.96.23, 172.232.96.24", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "jp-osa", "label": "Osaka, JP", "country": "jp", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.64.44, + 172.233.64.43, 172.233.64.37, 172.233.64.40, 172.233.64.46, 172.233.64.41, 172.233.64.39, + 172.233.64.42, 172.233.64.45, 172.233.64.38", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "it-mil", "label": "Milan, IT", "country": "it", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.192.19, + 172.232.192.18, 172.232.192.16, 172.232.192.20, 172.232.192.24, 172.232.192.21, + 172.232.192.22, 172.232.192.17, 172.232.192.15, 172.232.192.23", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-mia", "label": "Miami, FL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.160.34, + 172.233.160.27, 172.233.160.30, 172.233.160.29, 172.233.160.32, 172.233.160.28, + 172.233.160.33, 172.233.160.26, 172.233.160.25, 172.233.160.31", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "id-cgk", "label": "Jakarta, ID", "country": "id", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.224.23, + 172.232.224.32, 172.232.224.26, 172.232.224.27, 172.232.224.21, 172.232.224.24, + 172.232.224.22, 172.232.224.20, 172.232.224.31, 172.232.224.28", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-lax", "label": "Los Angeles, CA", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.128.45, 172.233.128.38, 172.233.128.53, 172.233.128.37, 172.233.128.34, + 172.233.128.36, 172.233.128.33, 172.233.128.39, 172.233.128.43, 172.233.128.44", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "us-central", "label": "Dallas, TX", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "72.14.179.5, 72.14.188.5, 173.255.199.5, + 66.228.53.5, 96.126.122.5, 96.126.124.5, 96.126.127.5, 198.58.107.5, 198.58.111.5, + 23.239.24.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-west", "label": "Fremont, CA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage + Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5, + 173.230.147.5, 173.230.155.5, 173.255.212.5, 173.255.219.5, 173.255.241.5, 173.255.243.5, + 173.255.244.5, 74.207.241.5, 74.207.242.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "us-southeast", "label": "Atlanta, GA", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block + Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": + "74.207.231.5, 173.230.128.5, 173.230.129.5, 173.230.136.5, 173.230.140.5, 66.228.59.5, + 66.228.62.5, 50.116.35.5, 50.116.41.5, 23.239.18.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, {"id": "us-east", "label": "Newark, + NJ", "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Bare Metal", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "74.207.231.5,173.230.128.5,173.230.129.5,173.230.136.5,173.230.140.5,66.228.59.5,66.228.62.5,50.116.35.5,50.116.41.5,23.239.18.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-east", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Bare Metal", "Block Storage Migrations", "Managed Databases"], "status": "ok", - "resolvers": {"ipv4": "66.228.42.5,96.126.106.5,50.116.53.5,50.116.58.5,50.116.61.5,50.116.62.5,66.175.211.5,97.107.133.4,207.192.69.4,207.192.69.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-west", "country": "uk", "capabilities": ["Linodes", "NodeBalancers", + {"ipv4": "66.228.42.5, 96.126.106.5, 50.116.53.5, 50.116.58.5, 50.116.61.5, + 50.116.62.5, 66.175.211.5, 97.107.133.4, 207.192.69.4, 207.192.69.5", "ipv6": + "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, {"id": "eu-west", + "label": "London, UK", "country": "gb", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5,176.58.107.5,176.58.116.5,176.58.121.5,151.236.220.5,212.71.252.5,212.71.253.5,109.74.192.20,109.74.193.20,109.74.194.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-south", "country": "sg", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.11.5,139.162.13.5,139.162.14.5,139.162.15.5,139.162.16.5,139.162.21.5,139.162.27.5,103.3.60.18,103.3.60.19,103.3.60.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-central", "country": "de", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.130.5,139.162.131.5,139.162.132.5,139.162.133.5,139.162.134.5,139.162.135.5,139.162.136.5,139.162.137.5,139.162.138.5,139.162.139.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-northeast", "country": "jp", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.66.5,139.162.67.5,139.162.68.5,139.162.69.5,139.162.70.5,139.162.71.5,139.162.72.5,139.162.73.5,139.162.74.5,139.162.75.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}], - "page": 1, "pages": 1, "results": 11}' + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5, 176.58.107.5, 176.58.116.5, 176.58.121.5, 151.236.220.5, 212.71.252.5, 212.71.253.5, 109.74.192.20, 109.74.193.20, 109.74.194.20", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "ap-south", "label": "Singapore, SG", "country": "sg", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "GPU Linodes", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.11.5, 139.162.13.5, + 139.162.14.5, 139.162.15.5, 139.162.16.5, 139.162.21.5, 139.162.27.5, 103.3.60.18, + 103.3.60.19, 103.3.60.20", "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "eu-central", "label": "Frankfurt, DE", "country": "de", + "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", + "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.130.5, + 139.162.131.5, 139.162.132.5, 139.162.133.5, 139.162.134.5, 139.162.135.5, 139.162.136.5, + 139.162.137.5, 139.162.138.5, 139.162.139.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-northeast", "label": "Tokyo, JP", + "country": "jp", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "139.162.66.5, 139.162.67.5, 139.162.68.5, + 139.162.69.5, 139.162.70.5, 139.162.71.5, 139.162.72.5, 139.162.73.5, 139.162.74.5, + 139.162.75.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}], + "page": 1, "pages": 1, "results": 24}' headers: Access-Control-Allow-Credentials: - "true" @@ -106,7 +288,7 @@ interactions: code: 200 duration: "" - request: - body: '{"label":"go-test-def","region":"ap-west","client_conn_throttle":20,"tags":null}' + body: '{"label":"go-test-def","region":"ap-west","client_conn_throttle":20,"tags":null,"firewall_id":228215}' form: {} headers: Accept: @@ -118,11 +300,10 @@ interactions: url: https://api.linode.com/v4beta/nodebalancers method: POST response: - body: '{"id": 259552, "label": "go-test-def", "region": "ap-west", "hostname": - "172-105-44-178.ip.linodeusercontent.com", "ipv4": "172.105.44.178", "ipv6": - "1234::5678", "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", - "client_conn_throttle": 20, "tags": [], "transfer": {"in": null, "out": null, - "total": null}}' + body: '{"id": 441126, "label": "go-test-def", "region": "ap-west", "hostname": + "172-232-86-38.ip.linodeusercontent.com", "ipv4": "172.232.86.38", "ipv6": "1234::5678", + "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", "client_conn_throttle": + 20, "tags": [], "transfer": {"in": null, "out": null, "total": null}}' headers: Access-Control-Allow-Credentials: - "true" @@ -137,7 +318,7 @@ interactions: Cache-Control: - private, max-age=60, s-maxage=60 Content-Length: - - "336" + - "334" Content-Security-Policy: - default-src 'none' Content-Type: @@ -174,14 +355,14 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259552/configs + url: https://api.linode.com/v4beta/nodebalancers/441126/configs method: POST response: - body: '{"id": 387229, "port": 80, "protocol": "http", "algorithm": "roundrobin", + body: '{"id": 670344, "port": 80, "protocol": "http", "algorithm": "roundrobin", "stickiness": "none", "check": "none", "check_interval": 60, "check_timeout": 30, "check_attempts": 3, "check_path": "", "check_body": "", "check_passive": true, "proxy_protocol": "none", "cipher_suite": "recommended", "nodebalancer_id": - 259552, "ssl_commonname": "", "ssl_fingerprint": "", "ssl_cert": null, "ssl_key": + 441126, "ssl_commonname": "", "ssl_fingerprint": "", "ssl_cert": null, "ssl_key": null, "nodes_status": {"up": 0, "down": 0}}' headers: Access-Control-Allow-Credentials: @@ -234,7 +415,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259552/configs/387229 + url: https://api.linode.com/v4beta/nodebalancers/441126/configs/670344 method: DELETE response: body: '{}' @@ -289,7 +470,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259552 + url: https://api.linode.com/v4beta/nodebalancers/441126 method: DELETE response: body: '{}' @@ -334,3 +515,58 @@ interactions: status: 200 OK code: 200 duration: "" +- request: + body: "" + form: {} + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - linodego/dev https://github.com/linode/linodego + url: https://api.linode.com/v4beta/networking/firewalls/228215 + method: DELETE + response: + body: '{}' + headers: + Access-Control-Allow-Credentials: + - "true" + Access-Control-Allow-Headers: + - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter + Access-Control-Allow-Methods: + - HEAD, GET, OPTIONS, POST, PUT, DELETE + Access-Control-Allow-Origin: + - '*' + Access-Control-Expose-Headers: + - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status + Cache-Control: + - private, max-age=60, s-maxage=60 + Content-Length: + - "2" + Content-Security-Policy: + - default-src 'none' + Content-Type: + - application/json + Server: + - nginx + Strict-Transport-Security: + - max-age=31536000 + Vary: + - Authorization, X-Filter + X-Accepted-Oauth-Scopes: + - firewall:read_write + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + - DENY + X-Oauth-Scopes: + - '*' + X-Ratelimit-Limit: + - "800" + X-Xss-Protection: + - 1; mode=block + status: 200 OK + code: 200 + duration: "" diff --git a/test/integration/fixtures/TestNodeBalancer_RebuildInstance.yaml b/test/integration/fixtures/TestNodeBalancer_RebuildInstance.yaml index 76128d39e..011180b12 100644 --- a/test/integration/fixtures/TestNodeBalancer_RebuildInstance.yaml +++ b/test/integration/fixtures/TestNodeBalancer_RebuildInstance.yaml @@ -14,56 +14,177 @@ interactions: url: https://api.linode.com/v4beta/regions method: GET response: - body: '{"data": [{"id": "ap-west", "country": "in", "capabilities": ["Linodes", - "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "172.105.34.5,172.105.35.5,172.105.36.5,172.105.37.5,172.105.38.5,172.105.39.5,172.105.40.5,172.105.41.5,172.105.42.5,172.105.43.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ca-central", "country": "ca", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5,172.105.3.5,172.105.4.5,172.105.5.5,172.105.6.5,172.105.7.5,172.105.8.5,172.105.9.5,172.105.10.5,172.105.11.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-southeast", "country": "au", "capabilities": ["Linodes", "NodeBalancers", + body: '{"data": [{"id": "ap-west", "label": "Mumbai, IN", "country": "in", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud + Firewall", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": + "ok", "resolvers": {"ipv4": "172.105.34.5, 172.105.35.5, 172.105.36.5, 172.105.37.5, + 172.105.38.5, 172.105.39.5, 172.105.40.5, 172.105.41.5, 172.105.42.5, 172.105.43.5", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "ca-central", "label": "Toronto, CA", + "country": "ca", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5, 172.105.3.5, + 172.105.4.5, 172.105.5.5, 172.105.6.5, 172.105.7.5, 172.105.8.5, 172.105.9.5, + 172.105.10.5, 172.105.11.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-southeast", + "label": "Sydney, AU", "country": "au", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5,172.105.169.5,172.105.168.5,172.105.172.5,172.105.162.5,172.105.170.5,172.105.167.5,172.105.171.5,172.105.181.5,172.105.161.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-central", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "72.14.179.5,72.14.188.5,173.255.199.5,66.228.53.5,96.126.122.5,96.126.124.5,96.126.127.5,198.58.107.5,198.58.111.5,23.239.24.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-west", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5,173.230.147.5,173.230.155.5,173.255.212.5,173.255.219.5,173.255.241.5,173.255.243.5,173.255.244.5,74.207.241.5,74.207.242.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-southeast", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5, + 172.105.169.5, 172.105.168.5, 172.105.172.5, 172.105.162.5, 172.105.170.5, 172.105.167.5, + 172.105.171.5, 172.105.181.5, 172.105.161.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-iad", "label": "Washington, DC", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Managed Databases", "Metadata", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "139.144.192.62, 139.144.192.60, 139.144.192.61, 139.144.192.53, 139.144.192.54, 139.144.192.67, 139.144.192.69, 139.144.192.66, 139.144.192.52, 139.144.192.68", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-ord", "label": "Chicago, IL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Premium Plans"], "status": "ok", "resolvers": + {"ipv4": "172.232.0.17, 172.232.0.16, 172.232.0.21, 172.232.0.13, 172.232.0.22, 172.232.0.9, 172.232.0.19, 172.232.0.20, 172.232.0.15, 172.232.0.18", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "fr-par", "label": "Paris, FR", "country": "fr", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Metadata", "Premium Plans"], "status": "ok", + "resolvers": {"ipv4": "172.232.32.21, 172.232.32.23, 172.232.32.17, 172.232.32.18, 172.232.32.16, 172.232.32.22, 172.232.32.20, 172.232.32.14, 172.232.32.11, 172.232.32.12", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-sea", "label": "Seattle, WA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.160.19, + 172.232.160.21, 172.232.160.17, 172.232.160.15, 172.232.160.18, 172.232.160.8, + 172.232.160.12, 172.232.160.11, 172.232.160.14, 172.232.160.16", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "br-gru", "label": "Sao Paulo, BR", "country": "br", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.0.4, 172.233.0.9, 172.233.0.7, 172.233.0.12, 172.233.0.5, 172.233.0.13, + 172.233.0.10, 172.233.0.6, 172.233.0.8, 172.233.0.11", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "nl-ams", "label": "Amsterdam, NL", "country": "nl", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.33.36, 172.233.33.38, 172.233.33.35, 172.233.33.39, 172.233.33.34, + 172.233.33.33, 172.233.33.31, 172.233.33.30, 172.233.33.37, 172.233.33.32", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "se-sto", "label": "Stockholm, SE", + "country": "se", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "172.232.128.24, 172.232.128.26, 172.232.128.20, + 172.232.128.22, 172.232.128.25, 172.232.128.19, 172.232.128.23, 172.232.128.18, + 172.232.128.21, 172.232.128.27", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "in-maa", + "label": "Chennai, IN", "country": "in", "capabilities": ["Linodes", "NodeBalancers", + "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", + "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.96.17, 172.232.96.26, 172.232.96.19, 172.232.96.20, 172.232.96.25, 172.232.96.21, 172.232.96.18, 172.232.96.22, 172.232.96.23, 172.232.96.24", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "jp-osa", "label": "Osaka, JP", "country": "jp", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.64.44, + 172.233.64.43, 172.233.64.37, 172.233.64.40, 172.233.64.46, 172.233.64.41, 172.233.64.39, + 172.233.64.42, 172.233.64.45, 172.233.64.38", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "it-mil", "label": "Milan, IT", "country": "it", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.192.19, + 172.232.192.18, 172.232.192.16, 172.232.192.20, 172.232.192.24, 172.232.192.21, + 172.232.192.22, 172.232.192.17, 172.232.192.15, 172.232.192.23", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-mia", "label": "Miami, FL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.160.34, + 172.233.160.27, 172.233.160.30, 172.233.160.29, 172.233.160.32, 172.233.160.28, + 172.233.160.33, 172.233.160.26, 172.233.160.25, 172.233.160.31", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "id-cgk", "label": "Jakarta, ID", "country": "id", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.224.23, + 172.232.224.32, 172.232.224.26, 172.232.224.27, 172.232.224.21, 172.232.224.24, + 172.232.224.22, 172.232.224.20, 172.232.224.31, 172.232.224.28", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-lax", "label": "Los Angeles, CA", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.128.45, 172.233.128.38, 172.233.128.53, 172.233.128.37, 172.233.128.34, + 172.233.128.36, 172.233.128.33, 172.233.128.39, 172.233.128.43, 172.233.128.44", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "us-central", "label": "Dallas, TX", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "72.14.179.5, 72.14.188.5, 173.255.199.5, + 66.228.53.5, 96.126.122.5, 96.126.124.5, 96.126.127.5, 198.58.107.5, 198.58.111.5, + 23.239.24.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-west", "label": "Fremont, CA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage + Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5, + 173.230.147.5, 173.230.155.5, 173.255.212.5, 173.255.219.5, 173.255.241.5, 173.255.243.5, + 173.255.244.5, 74.207.241.5, 74.207.242.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "us-southeast", "label": "Atlanta, GA", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block + Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": + "74.207.231.5, 173.230.128.5, 173.230.129.5, 173.230.136.5, 173.230.140.5, 66.228.59.5, + 66.228.62.5, 50.116.35.5, 50.116.41.5, 23.239.18.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, {"id": "us-east", "label": "Newark, + NJ", "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Bare Metal", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "74.207.231.5,173.230.128.5,173.230.129.5,173.230.136.5,173.230.140.5,66.228.59.5,66.228.62.5,50.116.35.5,50.116.41.5,23.239.18.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-east", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Bare Metal", "Block Storage Migrations", "Managed Databases"], "status": "ok", - "resolvers": {"ipv4": "66.228.42.5,96.126.106.5,50.116.53.5,50.116.58.5,50.116.61.5,50.116.62.5,66.175.211.5,97.107.133.4,207.192.69.4,207.192.69.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-west", "country": "uk", "capabilities": ["Linodes", "NodeBalancers", + {"ipv4": "66.228.42.5, 96.126.106.5, 50.116.53.5, 50.116.58.5, 50.116.61.5, + 50.116.62.5, 66.175.211.5, 97.107.133.4, 207.192.69.4, 207.192.69.5", "ipv6": + "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, {"id": "eu-west", + "label": "London, UK", "country": "gb", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5,176.58.107.5,176.58.116.5,176.58.121.5,151.236.220.5,212.71.252.5,212.71.253.5,109.74.192.20,109.74.193.20,109.74.194.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-south", "country": "sg", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.11.5,139.162.13.5,139.162.14.5,139.162.15.5,139.162.16.5,139.162.21.5,139.162.27.5,103.3.60.18,103.3.60.19,103.3.60.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-central", "country": "de", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.130.5,139.162.131.5,139.162.132.5,139.162.133.5,139.162.134.5,139.162.135.5,139.162.136.5,139.162.137.5,139.162.138.5,139.162.139.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-northeast", "country": "jp", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.66.5,139.162.67.5,139.162.68.5,139.162.69.5,139.162.70.5,139.162.71.5,139.162.72.5,139.162.73.5,139.162.74.5,139.162.75.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}], - "page": 1, "pages": 1, "results": 11}' + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5, 176.58.107.5, 176.58.116.5, 176.58.121.5, 151.236.220.5, 212.71.252.5, 212.71.253.5, 109.74.192.20, 109.74.193.20, 109.74.194.20", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "ap-south", "label": "Singapore, SG", "country": "sg", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "GPU Linodes", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.11.5, 139.162.13.5, + 139.162.14.5, 139.162.15.5, 139.162.16.5, 139.162.21.5, 139.162.27.5, 103.3.60.18, + 103.3.60.19, 103.3.60.20", "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "eu-central", "label": "Frankfurt, DE", "country": "de", + "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", + "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.130.5, + 139.162.131.5, 139.162.132.5, 139.162.133.5, 139.162.134.5, 139.162.135.5, 139.162.136.5, + 139.162.137.5, 139.162.138.5, 139.162.139.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-northeast", "label": "Tokyo, JP", + "country": "jp", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "139.162.66.5, 139.162.67.5, 139.162.68.5, + 139.162.69.5, 139.162.70.5, 139.162.71.5, 139.162.72.5, 139.162.73.5, 139.162.74.5, + 139.162.75.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}], + "page": 1, "pages": 1, "results": 24}' headers: Access-Control-Allow-Credentials: - "true" @@ -106,7 +227,7 @@ interactions: code: 200 duration: "" - request: - body: '{"region":"ap-west","type":"g6-nanode-1","label":"go-test-ins-d04ko3j4z5n1","root_pass":"R34lBAdP455","image":"linode/debian9","booted":false}' + body: '{"region":"ap-west","type":"g6-nanode-1","label":"go-test-ins-qs6jt31631qw","root_pass":"R34lBAdP455LONGLONGLONGLONG","image":"linode/debian9","booted":false}' form: {} headers: Accept: @@ -118,14 +239,15 @@ interactions: url: https://api.linode.com/v4beta/linode/instances method: POST response: - body: '{"id": 39426894, "label": "go-test-ins-d04ko3j4z5n1", "group": "", "status": + body: '{"id": 49708285, "label": "go-test-ins-qs6jt31631qw", "group": "", "status": "provisioning", "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", - "type": "g6-nanode-1", "ipv4": ["194.195.113.142"], "ipv6": "1234::5678/128", + "type": "g6-nanode-1", "ipv4": ["139.144.4.174"], "ipv6": "1234::5678/128", "image": "linode/debian9", "region": "ap-west", "specs": {"disk": 25600, "memory": 1024, "vcpus": 1, "gpus": 0, "transfer": 1000}, "alerts": {"cpu": 90, "network_in": 10, "network_out": 10, "transfer_quota": 80, "io": 10000}, "backups": {"enabled": - false, "schedule": {"day": null, "window": null}, "last_successful": null}, - "hypervisor": "kvm", "watchdog_enabled": true, "tags": []}' + false, "available": false, "schedule": {"day": null, "window": null}, "last_successful": + null}, "hypervisor": "kvm", "watchdog_enabled": true, "tags": [], "host_uuid": + "6eb83ed887a5cd4920fbeb92ba8047f660ef74f4", "has_user_data": false}' headers: Access-Control-Allow-Credentials: - "true" @@ -140,7 +262,7 @@ interactions: Cache-Control: - private, max-age=60, s-maxage=60 Content-Length: - - "642" + - "741" Content-Security-Policy: - default-src 'none' Content-Type: @@ -177,11 +299,11 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/linode/instances/39426894/ips + url: https://api.linode.com/v4beta/linode/instances/49708285/ips method: POST response: - body: '{"address": "192.168.140.42", "gateway": null, "subnet_mask": "255.255.128.0", - "prefix": 17, "type": "ipv4", "public": false, "rdns": null, "linode_id": 39426894, + body: '{"address": "192.168.159.34", "gateway": null, "subnet_mask": "255.255.128.0", + "prefix": 17, "type": "ipv4", "public": false, "rdns": null, "linode_id": 49708285, "region": "ap-west"}' headers: Access-Control-Allow-Credentials: @@ -225,7 +347,7 @@ interactions: code: 200 duration: "" - request: - body: '{"address":"192.168.140.42:8080","label":"go-node-test-def","weight":10,"mode":"accept"}' + body: '{"address":"192.168.159.34:8080","label":"go-node-test-def","weight":10,"mode":"accept"}' form: {} headers: Accept: @@ -234,12 +356,12 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259552/configs/387229/nodes + url: https://api.linode.com/v4beta/nodebalancers/441126/configs/670344/nodes method: POST response: - body: '{"id": 68652662, "address": "192.168.140.42:8080", "label": "go-node-test-def", - "status": "Unknown", "weight": 10, "mode": "accept", "config_id": 387229, "nodebalancer_id": - 259552}' + body: '{"id": 516206639, "address": "192.168.159.34:8080", "label": "go-node-test-def", + "status": "Unknown", "weight": 10, "mode": "accept", "config_id": 670344, "nodebalancer_id": + 441126}' headers: Access-Control-Allow-Credentials: - "true" @@ -254,7 +376,7 @@ interactions: Cache-Control: - private, max-age=60, s-maxage=60 Content-Length: - - "180" + - "181" Content-Security-Policy: - default-src 'none' Content-Type: @@ -291,14 +413,14 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259552/configs/387229/rebuild + url: https://api.linode.com/v4beta/nodebalancers/441126/configs/670344/rebuild method: POST response: - body: '{"id": 387229, "port": 80, "protocol": "http", "algorithm": "roundrobin", + body: '{"id": 670344, "port": 80, "protocol": "http", "algorithm": "roundrobin", "stickiness": "none", "check": "none", "check_interval": 60, "check_timeout": 30, "check_attempts": 3, "check_path": "", "check_body": "", "check_passive": true, "proxy_protocol": "none", "cipher_suite": "recommended", "nodebalancer_id": - 259552, "ssl_commonname": "", "ssl_fingerprint": "", "ssl_cert": null, "ssl_key": + 441126, "ssl_commonname": "", "ssl_fingerprint": "", "ssl_cert": null, "ssl_key": null, "nodes_status": {"up": 0, "down": 1}}' headers: Access-Control-Allow-Credentials: @@ -351,7 +473,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259552/configs/387229/nodes/68652662 + url: https://api.linode.com/v4beta/nodebalancers/441126/configs/670344/nodes/516206639 method: DELETE response: body: '{"errors": [{"reason": "Not found"}]}' @@ -389,7 +511,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/linode/instances/39426894 + url: https://api.linode.com/v4beta/linode/instances/49708285 method: DELETE response: body: '{}' diff --git a/test/integration/fixtures/TestNodeBalancer_Update.yaml b/test/integration/fixtures/TestNodeBalancer_Update.yaml index 7554d1223..3059f2394 100644 --- a/test/integration/fixtures/TestNodeBalancer_Update.yaml +++ b/test/integration/fixtures/TestNodeBalancer_Update.yaml @@ -1,6 +1,67 @@ --- version: 1 interactions: +- request: + body: '{"label":"linodego-fw-test","rules":{"inbound":[{"action":"ACCEPT","label":"go-fwrule-test","ports":"22","protocol":"TCP","addresses":{"ipv4":["0.0.0.0/0"],"ipv6":["1234::5678/0"]}}],"inbound_policy":"ACCEPT","outbound":[{"action":"ACCEPT","label":"go-fwrule-test","ports":"22","protocol":"TCP","addresses":{"ipv4":["0.0.0.0/0"],"ipv6":["1234::5678/0"]}}],"outbound_policy":"ACCEPT"},"tags":["testing"],"devices":{}}' + form: {} + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - linodego/dev https://github.com/linode/linodego + url: https://api.linode.com/v4beta/networking/firewalls + method: POST + response: + body: '{"id": 228224, "label": "linodego-fw-test", "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05", "status": "enabled", "rules": {"inbound": + [{"action": "ACCEPT", "label": "go-fwrule-test", "ports": "22", "protocol": + "TCP", "addresses": {"ipv4": ["0.0.0.0/0"], "ipv6": ["1234::5678/0"]}}], "inbound_policy": + "ACCEPT", "outbound": [{"action": "ACCEPT", "label": "go-fwrule-test", "ports": + "22", "protocol": "TCP", "addresses": {"ipv4": ["0.0.0.0/0"], "ipv6": ["1234::5678/0"]}}], + "outbound_policy": "ACCEPT"}, "tags": ["testing"]}' + headers: + Access-Control-Allow-Credentials: + - "true" + Access-Control-Allow-Headers: + - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter + Access-Control-Allow-Methods: + - HEAD, GET, OPTIONS, POST, PUT, DELETE + Access-Control-Allow-Origin: + - '*' + Access-Control-Expose-Headers: + - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status + Cache-Control: + - private, max-age=60, s-maxage=60 + Content-Length: + - "526" + Content-Security-Policy: + - default-src 'none' + Content-Type: + - application/json + Server: + - nginx + Strict-Transport-Security: + - max-age=31536000 + Vary: + - Authorization, X-Filter + X-Accepted-Oauth-Scopes: + - firewall:read_write + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + - DENY + X-Oauth-Scopes: + - '*' + X-Ratelimit-Limit: + - "800" + X-Xss-Protection: + - 1; mode=block + status: 200 OK + code: 200 + duration: "" - request: body: "" form: {} @@ -14,56 +75,177 @@ interactions: url: https://api.linode.com/v4beta/regions method: GET response: - body: '{"data": [{"id": "ap-west", "country": "in", "capabilities": ["Linodes", - "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "172.105.34.5,172.105.35.5,172.105.36.5,172.105.37.5,172.105.38.5,172.105.39.5,172.105.40.5,172.105.41.5,172.105.42.5,172.105.43.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ca-central", "country": "ca", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5,172.105.3.5,172.105.4.5,172.105.5.5,172.105.6.5,172.105.7.5,172.105.8.5,172.105.9.5,172.105.10.5,172.105.11.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-southeast", "country": "au", "capabilities": ["Linodes", "NodeBalancers", + body: '{"data": [{"id": "ap-west", "label": "Mumbai, IN", "country": "in", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud + Firewall", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": + "ok", "resolvers": {"ipv4": "172.105.34.5, 172.105.35.5, 172.105.36.5, 172.105.37.5, + 172.105.38.5, 172.105.39.5, 172.105.40.5, 172.105.41.5, 172.105.42.5, 172.105.43.5", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "ca-central", "label": "Toronto, CA", + "country": "ca", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5, 172.105.3.5, + 172.105.4.5, 172.105.5.5, 172.105.6.5, 172.105.7.5, 172.105.8.5, 172.105.9.5, + 172.105.10.5, 172.105.11.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-southeast", + "label": "Sydney, AU", "country": "au", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5,172.105.169.5,172.105.168.5,172.105.172.5,172.105.162.5,172.105.170.5,172.105.167.5,172.105.171.5,172.105.181.5,172.105.161.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-central", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "72.14.179.5,72.14.188.5,173.255.199.5,66.228.53.5,96.126.122.5,96.126.124.5,96.126.127.5,198.58.107.5,198.58.111.5,23.239.24.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-west", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5,173.230.147.5,173.230.155.5,173.255.212.5,173.255.219.5,173.255.241.5,173.255.243.5,173.255.244.5,74.207.241.5,74.207.242.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-southeast", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5, + 172.105.169.5, 172.105.168.5, 172.105.172.5, 172.105.162.5, 172.105.170.5, 172.105.167.5, + 172.105.171.5, 172.105.181.5, 172.105.161.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-iad", "label": "Washington, DC", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Managed Databases", "Metadata", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "139.144.192.62, 139.144.192.60, 139.144.192.61, 139.144.192.53, 139.144.192.54, 139.144.192.67, 139.144.192.69, 139.144.192.66, 139.144.192.52, 139.144.192.68", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-ord", "label": "Chicago, IL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Premium Plans"], "status": "ok", "resolvers": + {"ipv4": "172.232.0.17, 172.232.0.16, 172.232.0.21, 172.232.0.13, 172.232.0.22, 172.232.0.9, 172.232.0.19, 172.232.0.20, 172.232.0.15, 172.232.0.18", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "fr-par", "label": "Paris, FR", "country": "fr", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Metadata", "Premium Plans"], "status": "ok", + "resolvers": {"ipv4": "172.232.32.21, 172.232.32.23, 172.232.32.17, 172.232.32.18, 172.232.32.16, 172.232.32.22, 172.232.32.20, 172.232.32.14, 172.232.32.11, 172.232.32.12", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-sea", "label": "Seattle, WA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.160.19, + 172.232.160.21, 172.232.160.17, 172.232.160.15, 172.232.160.18, 172.232.160.8, + 172.232.160.12, 172.232.160.11, 172.232.160.14, 172.232.160.16", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "br-gru", "label": "Sao Paulo, BR", "country": "br", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.0.4, 172.233.0.9, 172.233.0.7, 172.233.0.12, 172.233.0.5, 172.233.0.13, + 172.233.0.10, 172.233.0.6, 172.233.0.8, 172.233.0.11", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "nl-ams", "label": "Amsterdam, NL", "country": "nl", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.33.36, 172.233.33.38, 172.233.33.35, 172.233.33.39, 172.233.33.34, + 172.233.33.33, 172.233.33.31, 172.233.33.30, 172.233.33.37, 172.233.33.32", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "se-sto", "label": "Stockholm, SE", + "country": "se", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "172.232.128.24, 172.232.128.26, 172.232.128.20, + 172.232.128.22, 172.232.128.25, 172.232.128.19, 172.232.128.23, 172.232.128.18, + 172.232.128.21, 172.232.128.27", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "in-maa", + "label": "Chennai, IN", "country": "in", "capabilities": ["Linodes", "NodeBalancers", + "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", + "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.96.17, 172.232.96.26, 172.232.96.19, 172.232.96.20, 172.232.96.25, 172.232.96.21, 172.232.96.18, 172.232.96.22, 172.232.96.23, 172.232.96.24", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "jp-osa", "label": "Osaka, JP", "country": "jp", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.64.44, + 172.233.64.43, 172.233.64.37, 172.233.64.40, 172.233.64.46, 172.233.64.41, 172.233.64.39, + 172.233.64.42, 172.233.64.45, 172.233.64.38", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "it-mil", "label": "Milan, IT", "country": "it", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.192.19, + 172.232.192.18, 172.232.192.16, 172.232.192.20, 172.232.192.24, 172.232.192.21, + 172.232.192.22, 172.232.192.17, 172.232.192.15, 172.232.192.23", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-mia", "label": "Miami, FL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.160.34, + 172.233.160.27, 172.233.160.30, 172.233.160.29, 172.233.160.32, 172.233.160.28, + 172.233.160.33, 172.233.160.26, 172.233.160.25, 172.233.160.31", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "id-cgk", "label": "Jakarta, ID", "country": "id", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.224.23, + 172.232.224.32, 172.232.224.26, 172.232.224.27, 172.232.224.21, 172.232.224.24, + 172.232.224.22, 172.232.224.20, 172.232.224.31, 172.232.224.28", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-lax", "label": "Los Angeles, CA", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.128.45, 172.233.128.38, 172.233.128.53, 172.233.128.37, 172.233.128.34, + 172.233.128.36, 172.233.128.33, 172.233.128.39, 172.233.128.43, 172.233.128.44", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "us-central", "label": "Dallas, TX", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "72.14.179.5, 72.14.188.5, 173.255.199.5, + 66.228.53.5, 96.126.122.5, 96.126.124.5, 96.126.127.5, 198.58.107.5, 198.58.111.5, + 23.239.24.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-west", "label": "Fremont, CA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage + Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5, + 173.230.147.5, 173.230.155.5, 173.255.212.5, 173.255.219.5, 173.255.241.5, 173.255.243.5, + 173.255.244.5, 74.207.241.5, 74.207.242.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "us-southeast", "label": "Atlanta, GA", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block + Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": + "74.207.231.5, 173.230.128.5, 173.230.129.5, 173.230.136.5, 173.230.140.5, 66.228.59.5, + 66.228.62.5, 50.116.35.5, 50.116.41.5, 23.239.18.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, {"id": "us-east", "label": "Newark, + NJ", "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Bare Metal", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "74.207.231.5,173.230.128.5,173.230.129.5,173.230.136.5,173.230.140.5,66.228.59.5,66.228.62.5,50.116.35.5,50.116.41.5,23.239.18.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-east", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Bare Metal", "Block Storage Migrations", "Managed Databases"], "status": "ok", - "resolvers": {"ipv4": "66.228.42.5,96.126.106.5,50.116.53.5,50.116.58.5,50.116.61.5,50.116.62.5,66.175.211.5,97.107.133.4,207.192.69.4,207.192.69.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-west", "country": "uk", "capabilities": ["Linodes", "NodeBalancers", + {"ipv4": "66.228.42.5, 96.126.106.5, 50.116.53.5, 50.116.58.5, 50.116.61.5, + 50.116.62.5, 66.175.211.5, 97.107.133.4, 207.192.69.4, 207.192.69.5", "ipv6": + "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, {"id": "eu-west", + "label": "London, UK", "country": "gb", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5,176.58.107.5,176.58.116.5,176.58.121.5,151.236.220.5,212.71.252.5,212.71.253.5,109.74.192.20,109.74.193.20,109.74.194.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-south", "country": "sg", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.11.5,139.162.13.5,139.162.14.5,139.162.15.5,139.162.16.5,139.162.21.5,139.162.27.5,103.3.60.18,103.3.60.19,103.3.60.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-central", "country": "de", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.130.5,139.162.131.5,139.162.132.5,139.162.133.5,139.162.134.5,139.162.135.5,139.162.136.5,139.162.137.5,139.162.138.5,139.162.139.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-northeast", "country": "jp", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.66.5,139.162.67.5,139.162.68.5,139.162.69.5,139.162.70.5,139.162.71.5,139.162.72.5,139.162.73.5,139.162.74.5,139.162.75.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}], - "page": 1, "pages": 1, "results": 11}' + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5, 176.58.107.5, 176.58.116.5, 176.58.121.5, 151.236.220.5, 212.71.252.5, 212.71.253.5, 109.74.192.20, 109.74.193.20, 109.74.194.20", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "ap-south", "label": "Singapore, SG", "country": "sg", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "GPU Linodes", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.11.5, 139.162.13.5, + 139.162.14.5, 139.162.15.5, 139.162.16.5, 139.162.21.5, 139.162.27.5, 103.3.60.18, + 103.3.60.19, 103.3.60.20", "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "eu-central", "label": "Frankfurt, DE", "country": "de", + "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", + "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.130.5, + 139.162.131.5, 139.162.132.5, 139.162.133.5, 139.162.134.5, 139.162.135.5, 139.162.136.5, + 139.162.137.5, 139.162.138.5, 139.162.139.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-northeast", "label": "Tokyo, JP", + "country": "jp", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "139.162.66.5, 139.162.67.5, 139.162.68.5, + 139.162.69.5, 139.162.70.5, 139.162.71.5, 139.162.72.5, 139.162.73.5, 139.162.74.5, + 139.162.75.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}], + "page": 1, "pages": 1, "results": 24}' headers: Access-Control-Allow-Credentials: - "true" @@ -106,7 +288,7 @@ interactions: code: 200 duration: "" - request: - body: '{"label":"go-test-def","region":"ap-west","client_conn_throttle":20,"tags":null}' + body: '{"label":"go-test-def","region":"ap-west","client_conn_throttle":20,"tags":null,"firewall_id":228224}' form: {} headers: Accept: @@ -118,8 +300,8 @@ interactions: url: https://api.linode.com/v4beta/nodebalancers method: POST response: - body: '{"id": 259560, "label": "go-test-def", "region": "ap-west", "hostname": - "172-105-44-99.ip.linodeusercontent.com", "ipv4": "172.105.44.99", "ipv6": "1234::5678", + body: '{"id": 441135, "label": "go-test-def", "region": "ap-west", "hostname": + "172-232-87-37.ip.linodeusercontent.com", "ipv4": "172.232.87.37", "ipv6": "1234::5678", "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", "client_conn_throttle": 20, "tags": [], "transfer": {"in": null, "out": null, "total": null}}' headers: @@ -173,11 +355,11 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259560 + url: https://api.linode.com/v4beta/nodebalancers/441135 method: PUT response: - body: '{"id": 259560, "label": "go-test-def_r", "region": "ap-west", "hostname": - "172-105-44-99.ip.linodeusercontent.com", "ipv4": "172.105.44.99", "ipv6": "1234::5678", + body: '{"id": 441135, "label": "go-test-def_r", "region": "ap-west", "hostname": + "172-232-87-37.ip.linodeusercontent.com", "ipv4": "172.232.87.37", "ipv6": "1234::5678", "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", "client_conn_throttle": 20, "tags": [], "transfer": {"in": null, "out": null, "total": null}}' headers: @@ -231,7 +413,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259560 + url: https://api.linode.com/v4beta/nodebalancers/441135 method: DELETE response: body: '{}' @@ -276,3 +458,58 @@ interactions: status: 200 OK code: 200 duration: "" +- request: + body: "" + form: {} + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - linodego/dev https://github.com/linode/linodego + url: https://api.linode.com/v4beta/networking/firewalls/228224 + method: DELETE + response: + body: '{}' + headers: + Access-Control-Allow-Credentials: + - "true" + Access-Control-Allow-Headers: + - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter + Access-Control-Allow-Methods: + - HEAD, GET, OPTIONS, POST, PUT, DELETE + Access-Control-Allow-Origin: + - '*' + Access-Control-Expose-Headers: + - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status + Cache-Control: + - private, max-age=60, s-maxage=60 + Content-Length: + - "2" + Content-Security-Policy: + - default-src 'none' + Content-Type: + - application/json + Server: + - nginx + Strict-Transport-Security: + - max-age=31536000 + Vary: + - Authorization, X-Filter + X-Accepted-Oauth-Scopes: + - firewall:read_write + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + - DENY + X-Oauth-Scopes: + - '*' + X-Ratelimit-Limit: + - "800" + X-Xss-Protection: + - 1; mode=block + status: 200 OK + code: 200 + duration: "" diff --git a/test/integration/fixtures/TestNodeBalancers_List.yaml b/test/integration/fixtures/TestNodeBalancers_List.yaml index ac5644e92..204970fd9 100644 --- a/test/integration/fixtures/TestNodeBalancers_List.yaml +++ b/test/integration/fixtures/TestNodeBalancers_List.yaml @@ -1,6 +1,67 @@ --- version: 1 interactions: +- request: + body: '{"label":"linodego-fw-test","rules":{"inbound":[{"action":"ACCEPT","label":"go-fwrule-test","ports":"22","protocol":"TCP","addresses":{"ipv4":["0.0.0.0/0"],"ipv6":["1234::5678/0"]}}],"inbound_policy":"ACCEPT","outbound":[{"action":"ACCEPT","label":"go-fwrule-test","ports":"22","protocol":"TCP","addresses":{"ipv4":["0.0.0.0/0"],"ipv6":["1234::5678/0"]}}],"outbound_policy":"ACCEPT"},"tags":["testing"],"devices":{}}' + form: {} + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - linodego/dev https://github.com/linode/linodego + url: https://api.linode.com/v4beta/networking/firewalls + method: POST + response: + body: '{"id": 228225, "label": "linodego-fw-test", "created": "2018-01-02T03:04:05", + "updated": "2018-01-02T03:04:05", "status": "enabled", "rules": {"inbound": + [{"action": "ACCEPT", "label": "go-fwrule-test", "ports": "22", "protocol": + "TCP", "addresses": {"ipv4": ["0.0.0.0/0"], "ipv6": ["1234::5678/0"]}}], "inbound_policy": + "ACCEPT", "outbound": [{"action": "ACCEPT", "label": "go-fwrule-test", "ports": + "22", "protocol": "TCP", "addresses": {"ipv4": ["0.0.0.0/0"], "ipv6": ["1234::5678/0"]}}], + "outbound_policy": "ACCEPT"}, "tags": ["testing"]}' + headers: + Access-Control-Allow-Credentials: + - "true" + Access-Control-Allow-Headers: + - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter + Access-Control-Allow-Methods: + - HEAD, GET, OPTIONS, POST, PUT, DELETE + Access-Control-Allow-Origin: + - '*' + Access-Control-Expose-Headers: + - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status + Cache-Control: + - private, max-age=60, s-maxage=60 + Content-Length: + - "526" + Content-Security-Policy: + - default-src 'none' + Content-Type: + - application/json + Server: + - nginx + Strict-Transport-Security: + - max-age=31536000 + Vary: + - Authorization, X-Filter + X-Accepted-Oauth-Scopes: + - firewall:read_write + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + - DENY + X-Oauth-Scopes: + - '*' + X-Ratelimit-Limit: + - "800" + X-Xss-Protection: + - 1; mode=block + status: 200 OK + code: 200 + duration: "" - request: body: "" form: {} @@ -14,56 +75,177 @@ interactions: url: https://api.linode.com/v4beta/regions method: GET response: - body: '{"data": [{"id": "ap-west", "country": "in", "capabilities": ["Linodes", - "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "172.105.34.5,172.105.35.5,172.105.36.5,172.105.37.5,172.105.38.5,172.105.39.5,172.105.40.5,172.105.41.5,172.105.42.5,172.105.43.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ca-central", "country": "ca", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5,172.105.3.5,172.105.4.5,172.105.5.5,172.105.6.5,172.105.7.5,172.105.8.5,172.105.9.5,172.105.10.5,172.105.11.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-southeast", "country": "au", "capabilities": ["Linodes", "NodeBalancers", + body: '{"data": [{"id": "ap-west", "label": "Mumbai, IN", "country": "in", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "GPU Linodes", "Kubernetes", "Cloud + Firewall", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": + "ok", "resolvers": {"ipv4": "172.105.34.5, 172.105.35.5, 172.105.36.5, 172.105.37.5, + 172.105.38.5, 172.105.39.5, 172.105.40.5, 172.105.41.5, 172.105.42.5, 172.105.43.5", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "ca-central", "label": "Toronto, CA", + "country": "ca", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.0.5, 172.105.3.5, + 172.105.4.5, 172.105.5.5, 172.105.6.5, 172.105.7.5, 172.105.8.5, 172.105.9.5, + 172.105.10.5, 172.105.11.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-southeast", + "label": "Sydney, AU", "country": "au", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5,172.105.169.5,172.105.168.5,172.105.172.5,172.105.162.5,172.105.170.5,172.105.167.5,172.105.171.5,172.105.181.5,172.105.161.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-central", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "72.14.179.5,72.14.188.5,173.255.199.5,66.228.53.5,96.126.122.5,96.126.124.5,96.126.127.5,198.58.107.5,198.58.111.5,23.239.24.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-west", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5,173.230.147.5,173.230.155.5,173.255.212.5,173.255.219.5,173.255.241.5,173.255.243.5,173.255.244.5,74.207.241.5,74.207.242.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-southeast", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "172.105.166.5, + 172.105.169.5, 172.105.168.5, 172.105.172.5, 172.105.162.5, 172.105.170.5, 172.105.167.5, + 172.105.171.5, 172.105.181.5, 172.105.161.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-iad", "label": "Washington, DC", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Managed Databases", "Metadata", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "139.144.192.62, 139.144.192.60, 139.144.192.61, 139.144.192.53, 139.144.192.54, 139.144.192.67, 139.144.192.69, 139.144.192.66, 139.144.192.52, 139.144.192.68", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-ord", "label": "Chicago, IL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Premium Plans"], "status": "ok", "resolvers": + {"ipv4": "172.232.0.17, 172.232.0.16, 172.232.0.21, 172.232.0.13, 172.232.0.22, 172.232.0.9, 172.232.0.19, 172.232.0.20, 172.232.0.15, 172.232.0.18", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "fr-par", "label": "Paris, FR", "country": "fr", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Managed Databases", "Metadata", "Premium Plans"], "status": "ok", + "resolvers": {"ipv4": "172.232.32.21, 172.232.32.23, 172.232.32.17, 172.232.32.18, 172.232.32.16, 172.232.32.22, 172.232.32.20, 172.232.32.14, 172.232.32.11, 172.232.32.12", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-sea", "label": "Seattle, WA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.160.19, + 172.232.160.21, 172.232.160.17, 172.232.160.15, 172.232.160.18, 172.232.160.8, + 172.232.160.12, 172.232.160.11, 172.232.160.14, 172.232.160.16", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "br-gru", "label": "Sao Paulo, BR", "country": "br", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.0.4, 172.233.0.9, 172.233.0.7, 172.233.0.12, 172.233.0.5, 172.233.0.13, + 172.233.0.10, 172.233.0.6, 172.233.0.8, 172.233.0.11", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "nl-ams", "label": "Amsterdam, NL", "country": "nl", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.33.36, 172.233.33.38, 172.233.33.35, 172.233.33.39, 172.233.33.34, + 172.233.33.33, 172.233.33.31, 172.233.33.30, 172.233.33.37, 172.233.33.32", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "se-sto", "label": "Stockholm, SE", + "country": "se", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Premium Plans"], + "status": "ok", "resolvers": {"ipv4": "172.232.128.24, 172.232.128.26, 172.232.128.20, + 172.232.128.22, 172.232.128.25, 172.232.128.19, 172.232.128.23, 172.232.128.18, + 172.232.128.21, 172.232.128.27", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "in-maa", + "label": "Chennai, IN", "country": "in", "capabilities": ["Linodes", "NodeBalancers", + "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", + "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.96.17, 172.232.96.26, 172.232.96.19, 172.232.96.20, 172.232.96.25, 172.232.96.21, 172.232.96.18, 172.232.96.22, 172.232.96.23, 172.232.96.24", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "jp-osa", "label": "Osaka, JP", "country": "jp", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.64.44, + 172.233.64.43, 172.233.64.37, 172.233.64.40, 172.233.64.46, 172.233.64.41, 172.233.64.39, + 172.233.64.42, 172.233.64.45, 172.233.64.38", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "it-mil", "label": "Milan, IT", "country": "it", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.192.19, + 172.232.192.18, 172.232.192.16, 172.232.192.20, 172.232.192.24, 172.232.192.21, + 172.232.192.22, 172.232.192.17, 172.232.192.15, 172.232.192.23", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-mia", "label": "Miami, FL", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.233.160.34, + 172.233.160.27, 172.233.160.30, 172.233.160.29, 172.233.160.32, 172.233.160.28, + 172.233.160.33, 172.233.160.26, 172.233.160.25, 172.233.160.31", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "id-cgk", "label": "Jakarta, ID", "country": "id", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", + "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": "172.232.224.23, + 172.232.224.32, 172.232.224.26, 172.232.224.27, 172.232.224.21, 172.232.224.24, + 172.232.224.22, 172.232.224.20, 172.232.224.31, 172.232.224.28", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-lax", "label": "Los Angeles, CA", "country": "us", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "Kubernetes", + "Cloud Firewall", "Vlans", "Premium Plans"], "status": "ok", "resolvers": {"ipv4": + "172.233.128.45, 172.233.128.38, 172.233.128.53, 172.233.128.37, 172.233.128.34, + 172.233.128.36, 172.233.128.33, 172.233.128.39, 172.233.128.43, 172.233.128.44", + "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "us-central", "label": "Dallas, TX", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "72.14.179.5, 72.14.188.5, 173.255.199.5, + 66.228.53.5, 96.126.122.5, 96.126.124.5, 96.126.127.5, 198.58.107.5, 198.58.111.5, + 23.239.24.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "us-west", "label": "Fremont, CA", "country": "us", "capabilities": ["Linodes", + "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage + Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "173.230.145.5, + 173.230.147.5, 173.230.155.5, 173.255.212.5, 173.255.219.5, 173.255.241.5, 173.255.243.5, + 173.255.244.5, 74.207.241.5, 74.207.242.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "us-southeast", "label": "Atlanta, GA", + "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block + Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": {"ipv4": + "74.207.231.5, 173.230.128.5, 173.230.129.5, 173.230.136.5, 173.230.140.5, 66.228.59.5, + 66.228.62.5, 50.116.35.5, 50.116.41.5, 23.239.18.5", "ipv6": "1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678"}}, {"id": "us-east", "label": "Newark, + NJ", "country": "us", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", "Bare Metal", "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "74.207.231.5,173.230.128.5,173.230.129.5,173.230.136.5,173.230.140.5,66.228.59.5,66.228.62.5,50.116.35.5,50.116.41.5,23.239.18.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "us-east", "country": "us", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Bare Metal", "Block Storage Migrations", "Managed Databases"], "status": "ok", - "resolvers": {"ipv4": "66.228.42.5,96.126.106.5,50.116.53.5,50.116.58.5,50.116.61.5,50.116.62.5,66.175.211.5,97.107.133.4,207.192.69.4,207.192.69.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-west", "country": "uk", "capabilities": ["Linodes", "NodeBalancers", + {"ipv4": "66.228.42.5, 96.126.106.5, 50.116.53.5, 50.116.58.5, 50.116.61.5, + 50.116.62.5, 66.175.211.5, 97.107.133.4, 207.192.69.4, 207.192.69.5", "ipv6": + "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, {"id": "eu-west", + "label": "London, UK", "country": "gb", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5,176.58.107.5,176.58.116.5,176.58.121.5,151.236.220.5,212.71.252.5,212.71.253.5,109.74.192.20,109.74.193.20,109.74.194.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-south", "country": "sg", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.11.5,139.162.13.5,139.162.14.5,139.162.15.5,139.162.16.5,139.162.21.5,139.162.27.5,103.3.60.18,103.3.60.19,103.3.60.20", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "eu-central", "country": "de", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Object Storage", "GPU Linodes", "Kubernetes", "Cloud Firewall", - "Vlans", "Block Storage Migrations", "Managed Databases"], "status": "ok", "resolvers": - {"ipv4": "139.162.130.5,139.162.131.5,139.162.132.5,139.162.133.5,139.162.134.5,139.162.135.5,139.162.136.5,139.162.137.5,139.162.138.5,139.162.139.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}, - {"id": "ap-northeast", "country": "jp", "capabilities": ["Linodes", "NodeBalancers", - "Block Storage", "Kubernetes", "Cloud Firewall", "Block Storage Migrations", - "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.66.5,139.162.67.5,139.162.68.5,139.162.69.5,139.162.70.5,139.162.71.5,139.162.72.5,139.162.73.5,139.162.74.5,139.162.75.5", - "ipv6": "1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678,1234::5678"}}], - "page": 1, "pages": 1, "results": 11}' + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "178.79.182.5, 176.58.107.5, 176.58.116.5, 176.58.121.5, 151.236.220.5, 212.71.252.5, 212.71.253.5, 109.74.192.20, 109.74.193.20, 109.74.194.20", + "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}, + {"id": "ap-south", "label": "Singapore, SG", "country": "sg", "capabilities": + ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", "GPU Linodes", + "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", "Managed + Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.11.5, 139.162.13.5, + 139.162.14.5, 139.162.15.5, 139.162.16.5, 139.162.21.5, 139.162.27.5, 103.3.60.18, + 103.3.60.19, 103.3.60.20", "ipv6": "1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678"}}, {"id": "eu-central", "label": "Frankfurt, DE", "country": "de", + "capabilities": ["Linodes", "NodeBalancers", "Block Storage", "Object Storage", + "GPU Linodes", "Kubernetes", "Cloud Firewall", "Vlans", "Block Storage Migrations", + "Managed Databases"], "status": "ok", "resolvers": {"ipv4": "139.162.130.5, + 139.162.131.5, 139.162.132.5, 139.162.133.5, 139.162.134.5, 139.162.135.5, 139.162.136.5, + 139.162.137.5, 139.162.138.5, 139.162.139.5", "ipv6": "1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678"}}, {"id": "ap-northeast", "label": "Tokyo, JP", + "country": "jp", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", + "Kubernetes", "Cloud Firewall", "Block Storage Migrations", "Managed Databases"], + "status": "ok", "resolvers": {"ipv4": "139.162.66.5, 139.162.67.5, 139.162.68.5, + 139.162.69.5, 139.162.70.5, 139.162.71.5, 139.162.72.5, 139.162.73.5, 139.162.74.5, + 139.162.75.5", "ipv6": "1234::5678, 1234::5678, 1234::5678, 1234::5678, + 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678, 1234::5678"}}], + "page": 1, "pages": 1, "results": 24}' headers: Access-Control-Allow-Credentials: - "true" @@ -106,7 +288,7 @@ interactions: code: 200 duration: "" - request: - body: '{"label":"go-test-def","region":"ap-west","client_conn_throttle":20,"tags":null}' + body: '{"label":"go-test-def","region":"ap-west","client_conn_throttle":20,"tags":null,"firewall_id":228225}' form: {} headers: Accept: @@ -118,8 +300,8 @@ interactions: url: https://api.linode.com/v4beta/nodebalancers method: POST response: - body: '{"id": 259561, "label": "go-test-def", "region": "ap-west", "hostname": - "172-105-44-7.ip.linodeusercontent.com", "ipv4": "172.105.44.7", "ipv6": "1234::5678", + body: '{"id": 441136, "label": "go-test-def", "region": "ap-west", "hostname": + "172-232-86-42.ip.linodeusercontent.com", "ipv4": "172.232.86.42", "ipv6": "1234::5678", "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", "client_conn_throttle": 20, "tags": [], "transfer": {"in": null, "out": null, "total": null}}' headers: @@ -136,7 +318,7 @@ interactions: Cache-Control: - private, max-age=60, s-maxage=60 Content-Length: - - "332" + - "334" Content-Security-Policy: - default-src 'none' Content-Type: @@ -176,8 +358,8 @@ interactions: url: https://api.linode.com/v4beta/nodebalancers method: GET response: - body: '{"data": [{"id": 259561, "label": "go-test-def", "region": "ap-west", "hostname": - "172-105-44-7.ip.linodeusercontent.com", "ipv4": "172.105.44.7", "ipv6": "1234::5678", + body: '{"data": [{"id": 441136, "label": "go-test-def", "region": "ap-west", "hostname": + "172-232-86-42.ip.linodeusercontent.com", "ipv4": "172.232.86.42", "ipv6": "1234::5678", "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", "client_conn_throttle": 20, "tags": [], "transfer": {"in": null, "out": null, "total": null}}], "page": 1, "pages": 1, "results": 1}' @@ -196,7 +378,7 @@ interactions: - private, max-age=0, s-maxage=0, no-cache, no-store - private, max-age=60, s-maxage=60 Content-Length: - - "381" + - "383" Content-Security-Policy: - default-src 'none' Content-Type: @@ -234,7 +416,7 @@ interactions: - application/json User-Agent: - linodego/dev https://github.com/linode/linodego - url: https://api.linode.com/v4beta/nodebalancers/259561 + url: https://api.linode.com/v4beta/nodebalancers/441136 method: DELETE response: body: '{}' @@ -279,3 +461,58 @@ interactions: status: 200 OK code: 200 duration: "" +- request: + body: "" + form: {} + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - linodego/dev https://github.com/linode/linodego + url: https://api.linode.com/v4beta/networking/firewalls/228225 + method: DELETE + response: + body: '{}' + headers: + Access-Control-Allow-Credentials: + - "true" + Access-Control-Allow-Headers: + - Authorization, Origin, X-Requested-With, Content-Type, Accept, X-Filter + Access-Control-Allow-Methods: + - HEAD, GET, OPTIONS, POST, PUT, DELETE + Access-Control-Allow-Origin: + - '*' + Access-Control-Expose-Headers: + - X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Status + Cache-Control: + - private, max-age=60, s-maxage=60 + Content-Length: + - "2" + Content-Security-Policy: + - default-src 'none' + Content-Type: + - application/json + Server: + - nginx + Strict-Transport-Security: + - max-age=31536000 + Vary: + - Authorization, X-Filter + X-Accepted-Oauth-Scopes: + - firewall:read_write + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + - DENY + X-Oauth-Scopes: + - '*' + X-Ratelimit-Limit: + - "800" + X-Xss-Protection: + - 1; mode=block + status: 200 OK + code: 200 + duration: "" diff --git a/test/integration/nodebalancers_test.go b/test/integration/nodebalancers_test.go index 880a4f35b..b3b903aa1 100644 --- a/test/integration/nodebalancers_test.go +++ b/test/integration/nodebalancers_test.go @@ -85,11 +85,14 @@ func setupNodeBalancer(t *testing.T, fixturesYaml string) (*linodego.Client, *li t.Helper() var fixtureTeardown func() client, fixtureTeardown := createTestClient(t, fixturesYaml) + firewall, firewallTeardown, err := createFirewall(t, client) createOpts := linodego.NodeBalancerCreateOptions{ Label: &label, Region: getRegionsWithCaps(t, client, []string{"NodeBalancers"})[0], ClientConnThrottle: &clientConnThrottle, + FirewallID: firewall.ID, } + nodebalancer, err := client.CreateNodeBalancer(context.Background(), createOpts) if err != nil { t.Fatalf("Error listing nodebalancers, expected struct, got error %v", err) @@ -99,6 +102,7 @@ func setupNodeBalancer(t *testing.T, fixturesYaml string) (*linodego.Client, *li if err := client.DeleteNodeBalancer(context.Background(), nodebalancer.ID); err != nil { t.Errorf("Expected to delete a nodebalancer, but got %v", err) } + firewallTeardown() fixtureTeardown() } return client, nodebalancer, teardown, err