The reportfieldExecute executes report field–related administrative operations.
| Command | Description |
|---|---|
| REPORTFIELDCMD_VIEW | Retrieves the settings of the specified report fields (see REPORTFIELDCMD_VIEW). |
| REPORTFIELDCMD_CREATE | Creates new report fields (see REPORTFIELDCMD_CREATE). |
| REPORTFIELDCMD_DELETE | Deletes report fields (see REPORTFIELDCMD_DELETE). |
| REPORTFIELDCMD_UPDATE | Updates report fields (see REPORTFIELDCMD_UPDATE). |
Parameters
| Parameter name | Data type | Description |
|---|---|---|
| sessionID | String | Required.The session identifier of the current administrative session. The logon command returns this identifier after a successful logon (see logon (Command)). |
| cmd | ReportFieldCmdIDEnum | Required. The operation to be executed. (see Table: reportfieldExecute commands). |
| attributeSet | ReportFieldAttributeSet | Required. A set containing zero or more attribute fields. |
The following field attributes are available for the operations of this command:
REPORTFIELDFLD_FIELD_NAME can take the following values:
- Action
- Application
- Back-End Authentication
- Category
- Characteristics
- Client Location
- Code
- Command
- Configuration Details
- Credentials
- Data Source
- Data Source Location
- Domain
- Error Details
- Error Message
- Expiration Date
- Fields
- From
- Input Details
- Local Authentication
- Message
- Object
- Operation
- Outcome
- Output Details
- Password Protocol
- Policy ID
- RADIUS Profile
- Reason
- Request ID
- Serial No
- Server Location
- Session ID
- Source
- Source Location
- To
- User ID
- User Link
- Version
REPORTFIELDCMD_VIEW
Retrieves the settings of the specified report fields.
The following attributes can be specified in the attributeSet input parameter of this command:
| Attribute name | Optionality |
|---|---|
| REPORTFIELDFLD_DISPLAY_NAME | Mandatory |
| REPORTFIELDFLD_DOMAIN | Mandatory |
| REPORTFIELDFLD_REPORT_ID | Mandatory |
The following attributes will be specified in the results output parameter of this command:
REPORTFIELDCMD_CREATE
Creates new report fields.
The following attributes can be specified in the attributeSet input parameter of this command:
The following attributes will be specified in the results output parameter of this command:
REPORTFIELDCMD_DELETE
Deletes report fields.
The following attributes can be specified in the attributeSet input parameter of this command:
| Attribute name | Optionality |
|---|---|
| REPORTFIELDFLD_DISPLAY_NAME | Mandatory |
| REPORTFIELDFLD_DOMAIN | Mandatory |
| REPORTFIELDFLD_REPORT_ID | Mandatory |
This command returns no result attributes.
REPORTFIELDCMD_UPDATE
Updates report fields.
The following attributes can be specified in the attributeSet input parameter of this command:
The following attributes will be specified in the results output parameter of this command: