Field names in the extaccess record

Implementers can change the field name and data type of a Service Manager field when they publish the field as part of a Web Service. To change the field name and data type of a Service Manager field, the implementer must specify the Service Manager field in the extaccess record using one of the formats listed in the following table.

Type of Service Manager field Format required to specify field Example field listing fromthe Web Services API
All primitive fields field.name initial.impact

array

field

 

field.name

 

misc.array1

structure

field 1

field 2

field 3

 

structure.name,field.name.1

structure.name,field.name.2

structure.name,field.name.3

 

header,agreement.id

header,approval.status

header,assigned.to

array

structure

field 1

field 2

field 3

 

 

array.name[field.name.1]

array.name[field.name.2]

array.name[field.name.3]

 

 

affected.ci[ci.assign.group]

affected.ci[ci.device.name]

affected.ci[ci.device.type]

structure1

structure2

field 1

field 2

field 3

 

 

structure.name.1,structure.name.2,field.name.1

structure.name.1,structure.name.2,field.name.2

structure.name.1,structure.name.2,field.name.3

 

 

<no example available>

structure 1

array

structure 2

field 1

field 2

field 3

 

 

 

structure.name.1,array.name[field.name.1]

structure.name.1,array.name[field.name.2]

structure.name.1,array.name[field.name.3]

 

 

 

<no example available>