Request
Request is an element in the IBM Engineering Lifecycle Management data dictionary that you can use for mapping test artifacts.
| UI Element | UI Field | REST API Resource | REST API Property Path | XDC Resource | XDC Data Mapping Table | XDC Column Name | Data Warehouse Schema | Data Warehouse Table | Data Warehouse Column | FM Model Path | FM Model Query Subject | FM Model Query Item | Description | Sample Input | Sample Output |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Request | N/A | request | N/A | N/A | N/A | N/A | N/A | LABREQUEST | N/A | N/A | Lab Request | N/A | Unless otherwise specified in this dictionary, "Request" UI elements are expressed by the REST API Resource URL as "request"; are stored in the data warehouse "LABREQUEST" table; and can be added to report definitions using the "Lab Request" Query Subject and related Items. | N/A | N/A |
| Request | N/A | request | /id | LabRequest | RQMLabRequest | itemId | CALM | LABREQUEST | EXTERNAL_KEY2 | Operational Data Store/Reservation Area/ | Lab Request | External Key2 | The uuid of lab request | N/A | N/A |
| Request | Requrest URL | request | /content/qm:request/dc:identifier | N/A | RQMLabRequest | url | CALM | LABREQUEST | URL | N/A | Lab Request | URL | The URL of lab request | N/A | N/A |
| N/A | N/A | N/A | N/A | N/A | N/A | uuid | CALM | LABREQUEST | EXTERNAL_ID | N/A | Lab Request | External ID | The MD5 encrypted value of the URL of lab request | N/A | N/A |
| Request | Name | request | /content/qm:request/qm:title | N/A | RQMLabRequest | title | CALM | LABREQUEST | TITLE | N/A | Lab Request | Title | The name of lab request | N/A | N/A |
| Request | Summary | request | /content/qm:request/qm:summary | N/A | RQMLabRequest | summary | CALM | LABREQUEST | SUMMARY | N/A | Lab Request | Summary | The description of lab request | N/A | N/A |
| Request | Requester | request | /content/qm:request/qm:requester | N/A | RQMLabRequest | requester | CALM | LABREQUEST | REQUESTER_ID | N/A | Lab Request | Requester ID | The contributor's registered id making the lab request | N/A | N/A |
| Request | Reserve From | request | /content/qm:request/qm:reserveFrom | N/A | RQMLabRequest | reserveFrom | CALM | LABREQUEST | RESERVE_FROM | N/A | Lab Request | Reserve from | The date and time of the requested reservation in UTC format | N/A | N/A |
| Request | Reserve To | request | /content/qm:request/qm:reserveTo | N/A | RQMLabRequest | reserveTo | CALM | LABREQUEST | RESERVE_TO | N/A | Lab Request | Reserve until | The date and time that the requested reservation will end in UTC format | N/A | N/A |
| Request | Priority | request | /content/qm:request/qm:priority | N/A | RQMLabRequest | priority | CALM | LABREQUEST | PRIORITY | N/A | Lab Request | Priority | The importance of the lab request | N/A | Must be one of "low", "normal" or "high" |
| Request | State | request | /content/qm:request/alm:state | N/A | RQMLabRequest | state | CALM | LABREQUEST | CURRENT_STATE | N/A | Lab Request | Current State | The current state of the lab request as per the state transition matrix | N/A | N/A |
| Request | N/A | request | /content/qm:request/qm:visibleId | N/A | RQMLabRequest | visibleId | CALM | LABREQUEST | VISIBLE_ID | N/A | Lab Request | Visable ID | A read-only auto generated integer identifying the lab request | N/A | N/A |
| Request | Test Environment | request | /content/qm:request/qm:configuration | N/A | RQMLabRequest | configuration | CALM | LABREQUEST | CONFIGURATION | N/A | Lab Request | Configuration | The JSON string describing the requested lab resource | N/A | N/A |
| Request | Comments | request | /content/qm:request/qm:comments | N/A | RQMLabRequest | comments | CALM | LABREQUEST | COMMENTS | N/A | Lab Request | Comments | The comments of the lab request | N/A | N/A |
| Request | Creation Time | request | /content/qm:request/qm:createDate | N/A | RQMLabRequest | createDate | CALM | LABREQUEST | CREATE_DATE | N/A | Lab Request | Creation Date | The date and time the lab request was first submitted in UTC format | N/A | N/A |
| Request | Confirmation Time | request | /content/qm:request/qm:confirmationDate | N/A | RQMLabRequest | confirmationDate | CALM | LABREQUEST | CONFIRMATION_DATE | N/A | Lab Request | Confirmation Date | The date and time the lab request was confirmed in UTC format | N/A | N/A |
| Request | Last Updated | request | /content/qm:request/qm:updated | N/A | RQMLabRequest | updated | CALM | LABREQUEST | LAST_UPDATED | N/A | Lab Request | Last Updated | The last updated date and time of lab request in UTC format | N/A | N/A |
| Request | Fulfiller | request | /content/qm:request/qm:fulfiller | N/A | RQMLabRequest | fulfiller | CALM | LABREQUEST | FULFILLER_ID | N/A | Lab Request | Fulfiller ID | The contributor's registered id who is responsible for fulfilling the lab request | N/A | N/A |
| Request | Is Deleted | request | /qm:archived | N/A | RQMLabRequest | isSoftDeleted | CALM | LABREQUEST | ISSOFTDELETED | N/A | Lab Request | Is Deleted | The lab request is archived or not | N/A | 0: not deleted, 1: deleted |
| Request | ID | request | /content/qm:request/qm:webId | N/A | RQMLabRequest | webId | CALM | LABREQUEST | REFERENCE_ID | N/A | Lab Request | Reference ID | Read-only integer ID of lab request as seen in the web UI | N/A | N/A |
| Request | Project Area | request | /content/qm:request/qm:projectArea/@vega:id | N/A | RQMLabRequest | projectId | CALM | LABREQUEST | PROJECT_ID | N/A | Lab Request | Project ID | The uuid of project area of the lab request | N/A | N/A |
| Request | Request | request | /content/qm:request/dc:identifier | N/A | RQMLabRequest_ChangeState | request_uuid | CALM | LABREQUEST_CHANGESTATE | LABREQUEST_ID | N/A | Lab Request State Change | Lab Request ID | The MD5 encrypted value of the URL of lab request | N/A | N/A |
| Request | State | request | /content/qm:request/qm:changestates/qm:changestate/qm:stateid | N/A | RQMLabRequest_ChangeState | stateid | CALM | LABREQUEST_CHANGESTATE | STATE_UUID | N/A | Lab Request State Change | State UUID | UUID of the state change | N/A | N/A |
| Request | Old State | request | /content/qm:request/qm:changestates/qm:changestate/qm:oldstate | N/A | RQMLabRequest_ChangeState | oldstate | CALM | LABREQUEST_CHANGESTATE | FROM_STATE | N/A | Lab Request State Change | From State | The name of the prior state | N/A | N/A |
| Request | New State | request | /content/qm:request/qm:changestates/qm:changestate/qm:newstate | N/A | RQMLabRequest_ChangeState | newstate | CALM | LABREQUEST_CHANGESTATE | TO_STATE | N/A | Lab Request State Change | To State | The name of the state after the change | N/A | N/A |
| Request | N/A | request | /content/qm:request/qm:changestates/qm:changestate/qm:statechangedate | N/A | RQMLabRequest_ChangeState | statechangedate | CALM | LABREQUEST_CHANGESTATE | TO_TIME | N/A | Lab Request State Change | To Time | The date and time for the state change in UTC format | N/A | N/A |
| Request | N/A | request | /content/qm:request/qm:changestates/qm:changestate/qm:oldstatechangedate | N/A | RQMLabRequest_ChangeState | oldstatechangedate | CALM | LABREQUEST_CHANGESTATE | FROM_TIME | N/A | Lab Request State Change | From Time | The date and time for the previous state change in UTC format | N/A | N/A |
| Request | Is Deleted | request | /qm:archived | N/A | RQMLabRequest_ChangeState | isSoftDeleted | CALM | LABREQUEST_CHANGESTATE | ISSOFTDELETED | N/A | Lab Request State Change | Is Deleted | The lab request is archived or not | N/A | 0: not deleted, 1: deleted |
|
Request Version Updates |
N/A | request | /content/qm:request/qm:changestates/qm:changestate/qm:statechangedby | N/A | RQMLabRequest_ChangeState | statechangedby | N/A | N/A | N/A | N/A | N/A | N/A | The contributor's registered id that changed the state | N/A | N/A |
| Request | N/A | request | /content/qm:request/qm:changestates/qm:changestate/qm:statechangedby/@rdf:resource | N/A | RQMLabRequest_ChangeState | statechangedby_uuid | CALM | LABREQUEST_CHANGESTATE | USER_ID | N/A | Lab Request State Change | User ID | The MD5 encrypted value of URI of the contributor that changed the state | N/A | N/A |