HashiCorp Cloud Platform
/clusters/{cluster_id}
Get
https:/ / api.cloud.hashicorp.com/ vault/ 2020-11-25/ organizations/ {location.organization_id}/ projects/ {location.project_id}/ clusters/ {cluster_id}
Cluster represents a single Vault cluster.
State is the state of the Vault cluster. Note that this state represents the abstract Vault cluster itself, not necessarily whether Vault cluster is currently available or not.
Mode represents the role type for the Performance Replicated cluster.
Link is used to uniquely reference any resource within HashiCorp Cloud. This can be conceptually considered a "foreign key".
PathsFilter represents the paths in the Primary cluster the current cluster either can or cannot replicate, depending on the mode.
An arbitrary serialized message. Visit the protobufAny documentation for more information.
A URL/resource name that uniquely identifies the type of the serialized
protocol buffer message. This string must contain at least
one "/" character. The last segment of the URL's path must represent
the fully qualified name of the type (as in
path/google.protobuf.Duration
). The name should be in a canonical form
(e.g., leading "." is not accepted).
In practice, teams usually precompile into the binary all types that they
expect it to use in the context of Any. However, for URLs which use the
scheme http
, https
, or no scheme, one can optionally set up a type
server that maps type URLs to message definitions as follows:
https
is assumed.Note: this functionality is not currently available in the official protobuf release, and it is not used for type URLs beginning with type.googleapis.com. As of May 2023, there are no widely used type server implementations and no plans to implement one.
Schemes other than http
, https
(or the empty scheme) might be
used with implementation specific semantics.