Difference between revisions of "Gcloud sql instances describe"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lc}} gcloud sql instances describe")
 
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
[[gcloud sql instances]] describe
+
https://cloud.google.com/sdk/gcloud/reference/sql/instances/describe
 +
 
 +
<code>[[gcloud sql instances describe YourInstance]]</code>
 +
 
 +
 
 +
 
 +
== Errors ==
 +
ERROR: (gcloud.sql.instances.describe) There was a problem refreshing
 +
your current auth tokens:
 +
HTTPSConnectionPool(host='oauth2.googleapis.com', port=443): Max
 +
retries exceeded with url: /token (Caused by
 +
NewConnectionError('<urllib3.connection.HTTPSConnection object at
 +
0x105f66d40>: Failed to establish a new connection: [Errno 8]
 +
nodename nor servname provided, or not known'))
 +
Please run:
 +
 +
  $ [[gcloud auth login]]
 +
 +
to obtain new credentials.
 +
 +
If you have already logged in with a different account:
 +
 +
    $ [[gcloud config set account]] ACCOUNT
 +
 +
to select an already authenticated account to use.
 +
 
 +
== Related ==
 +
* <code>[[aws rds describe-db-instances]]</code>
 +
 
 +
== See also ==
 +
* {{gcloud sql}}
 +
 
 +
[[Category:GCP]]

Latest revision as of 14:17, 24 November 2022

https://cloud.google.com/sdk/gcloud/reference/sql/instances/describe

gcloud sql instances describe YourInstance


Errors[edit]

ERROR: (gcloud.sql.instances.describe) There was a problem refreshing 
your current auth tokens: 
HTTPSConnectionPool(host='oauth2.googleapis.com', port=443): Max 
retries exceeded with url: /token (Caused by 
NewConnectionError('<urllib3.connection.HTTPSConnection object at 
0x105f66d40>: Failed to establish a new connection: [Errno 8] 
nodename nor servname provided, or not known'))
Please run:

  $ gcloud auth login 

to obtain new credentials.

If you have already logged in with a different account:

    $ gcloud config set account ACCOUNT

to select an already authenticated account to use.

Related[edit]

See also[edit]

Advertising: