Farm-level events indicate when a farm is created or deactivated. The event messages indicate the customer with which the farm ID is associated so that you can subsequently associate resource pool events with a farm-level event. Farm-level events are structured like the following example:
farm-event-desc ::= farm-operation "," farm-info "," farm-state-info "," account-info
farm-operation ::= "op" "=" farm-op
farm-op ::= "add" | "del" | "update"
farm-info ::= "farm-id" "=" farm-id
farm-state-info ::= "state" "=" farm-state
farm-state ::= "new" | "active" | "standby" | "deactivated"
account-info ::= "account-id" "=" account-id [ "," "name" "=" account-name ]
2003-01-20 14:00:01.0,newyork:1001,event="farm",op="add",farm-id="99",state="ACTIVE", account-id="jdoe"
1001 is the sequence ID of this event. Farm 99 was added and it is in state ACTIVE. This event occurred at 14:00:01 on Jan. 20, 2003.
2003-01-20 19:10:01.0,newyork:1022,event="farm",op="update",farm-id="99", state="UPDATE",account-id="jdoe"
1022 is the sequence ID of this event. Farm 99 was updated, it is in state UPDATE. This event occurred at 19:10:01 on Jan, 20, 2003.