Incident resource

The shape properties of the Incident resource are included. The method for accessing the Incident shape document is also included.

The Incident shape document lists all of the properties, attributes, and dependencies of an incident. To retrieve the Incident shape, use the following command. Substitute the example host and port with your host and port.
GET http://localhost:7001/maximo/oslc/shapes/oslcincident
Accept: application/rdf+xml

The table shows the Incident resource, as defined by the default configuration.

You can use the OSLC Resources application to define which columns are in the Incident resource. To define the columns, edit the Incident definition in the OSLC Resources application. This definition is used to generate the resource representation that is presented by an HTTP request to the resource URI.

For information about the OSLC Resources application, see Configuring OSLC Resources.

Table 1. Incident resource shape properties
Prefixed name Occurs Read only Value type Representation Column or description in Control Desk
dcterms:creator zero-or-one false Resource Reference Reported By
dcterms:title exactly-one false String Not applicable Summary
sccd:internalPriority zero-or-one true Integer Not applicable Internal Priority
sccd:priority zero-or-one false Integer Not applicable Reported Priority
sccd:status zero-or-one false Resource Reference Status
oslc:modifiedBy zero-or-one false Resource Reference Modified By
oslc:shortId zero-or-one false String Not applicable Incident
dcterms:modified zero-or-one false DateTime Not applicable Changed Date
dcterms:identifier zero-or-one true String Not applicable Ticket Unique ID
dcterms:created zero-or-one false DateTime Not applicable Reported Date
sccd:classStructureId zero-or-one false Resource Reference Class Structure


Feedback