Managed Service for MongoDB API, gRPC: ChangeFreezeService.Get
Retrieves the specific change freeze by ID.
gRPC request
rpc Get (maintenance.v2.GetChangeFreezeRequest) returns (maintenance.v2.ChangeFreeze)
maintenance.v2.GetChangeFreezeRequest
{
"change_freeze_id": "string"
}
|
Field |
Description |
|
change_freeze_id |
string Required field. ID of the change freeze to retrieve. The maximum string length in characters is 50. |
maintenance.v2.ChangeFreeze
{
"id": "string",
"resource_path": [
{
"id": "string",
"type": "string"
}
],
"start_at": "google.protobuf.Timestamp",
"end_at": "google.protobuf.Timestamp",
"duration_seconds": "int64",
"reason": "string",
"created_by": "string",
"created_at": "google.protobuf.Timestamp",
"status": "Status",
"updated_by": "string",
"updated_at": "google.protobuf.Timestamp"
}
|
Field |
Description |
|
id |
string ID of the change freeze. |
|
resource_path[] |
Full path to the resource affected by the change freeze, |
|
start_at |
The time when the change freeze is scheduled to start. |
|
end_at |
The time when the change freeze is scheduled to end. |
|
duration_seconds |
int64 Duration of the change freeze in seconds. |
|
reason |
string Reason for the change freeze. |
|
created_by |
string The user who created the change freeze. |
|
created_at |
The creation time of the change freeze. |
|
status |
enum Status Status of the change freeze.
|
|
updated_by |
string The user who last updated the change freeze. |
|
updated_at |
The time when the change freeze was last updated. |
Resource
|
Field |
Description |
|
id |
string ID of the resource |
|
type |
string The type of the resource, e.g. resource-manager.cloud, resource-manager.folder, compute.instance, etc. |