REST API  5.0.0
REST API for SafeNet Network HSMs
HSM Counter Actions

HSM Counter Actions

Object
    actions: Object
    type:  array
        items: Object
            id: Object
                type:  string
                description:  id is an internal reference for the action.  
                              Use this identifier to perform the action in a POST to the resource.
                              A valid action is:
                                 clear - Clears a subset of counters (criticalEvents, cryptoOperationErrors, cryptoOperationRequests, nonCriticalEvents, operationErrors, operationRequests)
                              
            url: Object
                type:  string
                description:  url is the fully-formed resource for a POST to complete the action.

                           (see POST /api/lunasa/hsms/{hsmid}/counter/actions/{actionid})