About this Resource

The CCE Action Status allows the user to query the status of an action performed on the CCE. Some of the actions on the CCE take some time, so this resource helps to query the status of the action performed while it is going on till it is completed or fails.

REST API Methods for this Resource

Resource Schema

Runtime

Parameter Name Description Data Type Possible Values
rt_Success Identifies whether the action was successfully performed or not. EnumPossible values:
  • 0 - rmBool_False
  • 1 - rmBool_True
rt_ActionType Identifies the current action or the last action that was performed EnumPossible values:
  • 0 - barNop
  • 1 - barEnableSvc
  • 2 - barDisableSvc
  • 3 - barChangeAdminPassword
  • 4 - barJoinDomain
  • 5 - barViewReplicationStatus
  • 6 - barForceReplicationDoNotUse
  • 7 - barActivateCS
  • 8 - barUnjoinDomain
  • 9 - barFactoryReset
  • 10 - barRebootCard
  • 11 - barResetCard
  • 12 - barInstallCertificate
  • 13 - barListCertificates
  • 14 - barExportCSR
  • 15 - barInstallUpdate
  • 16 - barSetTime
  • 17 - barTestCall
  • 18 - barExportConfig
  • 19 - barImportConfig
  • 20 - barEnableReplica
  • 21 - barApplySecurity
  • 22 - barDeploySystem
  • 23 - barGetInstalledPackages
  • 24 - barActionStatus
  • 25 - barSetHostName
  • 26 - barGetHostName
  • 27 - barShutdownASM
  • 28 - barReloadFromUSB
  • 29 - barSBALicense
  • 30 - barPowerOnASM
  • 31 - barSetIPAddress
  • 32 - barGetEventLog
  • 33 - barClearEventLog
  • 34 - barExportEventLog
  • 35 - barInstallBackgroundUpdates
  • 36 - barQueryFactoryImages
  • 37 - barAsmAclListAllRule
  • 38 - barAclReset
  • 39 - barRunDebugCommand
  • 40 - barUpdateCACProfile
  • 41 - barExportCertP12
  • 42 - barUpdateQoEInfos
  • 43 - barQoECountersReset
  • 44 - barDebugGetGpo
  • 45 - barUpdateRecoveryAvalaible
  • 46 - barGetWindowsActivation
  • 47 - barEmergencyFactoryReset
  • 48 - barQueryVirtualMachines
  • 49 - barActionVirtualMachine
  • 50 - barUpdateVirtualMachine
  • 51 - barDebugAssignMac
  • 52 - barCCEExportCSR
  • 53 - barCCEImportCertificate
  • 54 - barCCEExportCertificate
  • 55 - barCCEProcessConfigFile
  • 56 - barCCEDeploy
  • 57 - barCCEConfigFileEdited
  • 58 - barCCERevertConfigUpdates
  • 59 - barCCEActivate
  • 60 - barCCESetLoggingEnable
  • 61 - barCCESetLoggingDisable
  • 62 - barCCEDownloadLog
  • 63 - barSetTlsVersion
  • 64 - barGetCcePstnSite
  • 65 - barGetCcePstnAppliance
  • 66 - barGetCceUpdateWindow
  • 67 - barCreateCcePstnSite
  • 68 - barUpdateCcePstnSite
  • 69 - barDeleteCcePstnSite
  • 70 - barCreateCceUpdateWindow
  • 71 - barUpdateCceUpdateWindow
  • 72 - barDeleteCceUpdateWindow
  • 73 - barUpdateCcePstnAppliance
  • 74 - barDeleteCcePstnAppliance
  • 75 - barASMGetCertificate
  • 76 - barCceCaCertExchange
  • 77 - barCceCaCertRenew
  • 78 - barCceCertRenew
  • 79 - barCceApplyEdgeCert
  • 80 - barCceSbcCaCertImport
  • 81 - barCceCaCertImport
  • 82 - barSbadrConfiguration
  • 83 - barSbadrSetLogLevel
  • 84 - barSBAQueryTeamsClient
  • 85 - barMaximum
rt_PercentComplete Identifies the percentage of the action that is completed. A value of -1, indicates that no action is currently running.

This must be used to identify if the action is complete or not before performing another action. It must be used in conjunction with the Success attribute.

int
rt_StatusText Indicates any additional information about the status of the action. This usually contains error strings in case the action is not successful. string
rt_AllActionsBitmap Identifies a bitmask of the status of all the actions needed to setup the SBA. The value will indicate which actions have already been performed. If a step is complete, then all steps prior to it is assumed complete. The bitmask with the value is as follows:

Certificate action Complete ==> Value is 128

Configure CCE Complete ==> Value is 384

Deploy CCE ==> Value is 896
long