HP CloudSystem Matrix/Matrix Operating Environment 7.1 Integration Interfaces API and CLI Operations Reference Guide
ServiceActionTrigger
(Required) The value as an enumerated type.ServiceActionTriggerEnum
enumValue
A more specific value not defined in the enumerated type, when the enumValue is
OTHER.
String otherValue
ServiceActionTriggerEnum
Possible values: SERVICE_BEGIN, SERVICE_END, OTHER
ServiceDetails
Extends ServiceInfo
A list of automatically triggered actions defined for the service.List<ServiceAction>
serviceActions
Details of the logical server groups contained by the service.List<LogicalServerGroupDetails>
logicalServerGroups
Overhead cost not included in service resource costs.Cost fixedCost
ServiceEntityStatus
(Required) The value as an enumerated type.ServiceEntityStatusEnum
enumValue
A more specific value not defined in the enumerated type, when the enumValue is
OTHER.
String otherValue
ServiceEntityStatusEnum
Possible values:
The entity has been defined but no work has been performed on it yet.NEW
Resources required for the entity have been allocated.ALLOCATED
A request is operating on the entity.IN_PROGRESS
Resources required for the entity have been reserved.RESERVED
The entity is up and running.UP
The entity is powered off.OFF
The entity has been deactivated.DEACTIVATED
A failure has occurred on the entity.DOWN
The entity represents an aggregation of entities with different status values, none of
which are IN_PROGRESS.
PARTIAL
Processing of a request on the entity has failed.FAILED
Processing of a request on the entity is being canceled.CANCELING
The entity status cannot be determined.UNKNOWN
A value other than above, possibly introduced by an extension in a subsequent
release.
OTHER
ServiceActionTrigger 67