Interface Constants.Admin
-
- Enclosing interface:
- Constants
public static interface Constants.AdminAdministration report keys, parameters and operation name.- Since:
- 5.8.1
- See Also:
- Administration operations, Admin category response
-
-
Field Summary
Fields Modifier and Type Field Description static StringCATEGORYRepresents the category name used in the URL.static StringKEY_BOOT_INFO_EBXstatic StringKEY_BOOT_INFO_VMstatic StringKEY_CONTENTstatic StringKEY_CONTENT_NAstatic StringKEY_KEYstatic StringKEY_LABELstatic StringKEY_REPOSITORY_INFOstatic StringOPERATION_SYSTEM_INFORMATIONstatic StringPARAM_SYSTEM_INFORMATION_MODEstatic StringVALUE_SYSTEM_INFO_MODE_FLATstatic StringVALUE_SYSTEM_INFO_MODE_HIERARCHICAL
-
-
-
Field Detail
-
CATEGORY
static final String CATEGORY
Represents the category name used in the URL.- See Also:
- Administration operations, Constant Field Values
-
KEY_BOOT_INFO_EBX
static final String KEY_BOOT_INFO_EBX
- See Also:
bootInfoEBXJSON property, Constant Field Values
-
KEY_BOOT_INFO_VM
static final String KEY_BOOT_INFO_VM
- See Also:
bootInfoVMJSON property, Constant Field Values
-
KEY_CONTENT
static final String KEY_CONTENT
- See Also:
contentJSON property, Constant Field Values
-
KEY_CONTENT_NA
static final String KEY_CONTENT_NA
- See Also:
n/aJSON property, Constant Field Values
-
KEY_LABEL
static final String KEY_LABEL
- See Also:
labelJSON property, Constant Field Values
-
KEY_KEY
static final String KEY_KEY
- See Also:
keyJSON property, Constant Field Values
-
KEY_REPOSITORY_INFO
static final String KEY_REPOSITORY_INFO
-
PARAM_SYSTEM_INFORMATION_MODE
static final String PARAM_SYSTEM_INFORMATION_MODE
-
OPERATION_SYSTEM_INFORMATION
static final String OPERATION_SYSTEM_INFORMATION
-
VALUE_SYSTEM_INFO_MODE_FLAT
static final String VALUE_SYSTEM_INFO_MODE_FLAT
- See Also:
flatJSON value, Constant Field Values
-
VALUE_SYSTEM_INFO_MODE_HIERARCHICAL
static final String VALUE_SYSTEM_INFO_MODE_HIERARCHICAL
- See Also:
hierarchicalJSON value, Constant Field Values
-
-