Resource: ManagedZoneOperationsGetResponse
JSON representation |
---|
{
"operation"
:
{
object (
|
Fields | |
---|---|
operation
|
|
Operation
An operation represents a successful mutation performed on a Cloud DNS resource. Operations provide:
-
An audit log of server resource mutations.
-
A way to recover/retry API calls in the case where the response is never received by the caller. Use the caller specified clientOperationId.
JSON representation |
---|
{ "id" : string , "startTime" : string , "status" : enum ( |
Fields | |
---|---|
id
|
Unique identifier for the resource. This is the clientOperationId if the client specified it when the mutation was initiated, otherwise, it is generated by the server. The name must be 1-63 characters long and match the regular expression [-a-z0-9]? (output only) |
start
|
The time that this operation was started by the server. This is in RFC3339 text format (output only). |
status
|
Status of the operation. Can be one of the following: "PENDING" or "DONE" (output only). A status of "DONE" means that the request to update the authoritative servers has been sent, but the servers might not be updated yet. |
user
|
User who requested the operation, for example: user@example.com . cloud-dns-system for operations automatically done by the system. (output only) |
type
|
Type of the operation. Operations include insert, update, and delete (output only). |
zone
|
Only populated if the operation targeted a ManagedZone (output only). |
dns
|
Only populated if the operation targeted a DnsKey (output only). |
kind
|
|
ManagedZoneContext
JSON representation |
---|
{ "oldValue" : { object ( |
Fields | |
---|---|
old
|
The pre-operation ManagedZone resource. |
new
|
The post-operation ManagedZone resource. |
DnsKeyContext
JSON representation |
---|
{ "oldValue" : { object ( |
Fields | |
---|---|
old
|
The pre-operation DnsKey resource. |
new
|
The post-operation DnsKey resource. |
Methods |
|
---|---|
|
Fetches the representation of an existing Operation. |
|
Enumerates Operations for the given ManagedZone. |