Get one failure set
get
/fscmRestApi/resources/11.13.18.05/assetFailureSets/{FailureSetId}
Request
Path Parameters
-
FailureSetId(required): integer(int64)
Value that uniquely identifies the failure set. The value is system generated and read-only.
Query Parameters
-
dependency: string
This parameter specifies dependencies which are fields that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The fields specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the fields will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency fields. Example: dependency=ProductId=2
Format: <attr1>=<val1>,<attr2>=<value2> -
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
links: string
This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical -
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
Header Parameters
-
Metadata-Context: string
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version: string
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : assetFailureSets-item-response
Type:
Show Source
object-
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the failure set. The application automatically sets this value during creation. This attribute is read-only. -
CreationDate: string
(date-time)
Read Only:
trueDate when the failure set is created. The application automatically sets this value during creation. This attribute is read-only. -
DefaultFlag: boolean
Read Only:
trueMaximum Length:80Contains one of the following values: true or false. If true, then the failure set is qualified as the default, based on the specific failure set association criteria. If false, then the failure set is not qualified as a default. For a given failure set, the value is derived and read only. -
failureAssociations: array
Failure Associations
Title:
Failure AssociationsThe Failure Associations resource manages the failure associations. Failure associations defines to which assets a failure set applies and whether capturing failure data is required for a given asset. -
failureChainCauses: array
Failure Chain Causes
Title:
Failure Chain CausesThe Failure Chain Causes resource lists all possible failure causes defined for the Failure Set. -
failureChainFailures: array
Failure Chain Failures
Title:
Failure Chain FailuresThe Failure Chain Failures resource lists all possible failures defined for the Failure Set. -
failureChainResolutions: array
Failure Chain Resolutions
Title:
Failure Chain ResolutionsThe Failure Chain Resolutions resource lists all possible failure resolutions defined for the Failure Set. -
failureChains: array
Failure Chains
Title:
Failure ChainsThe Failure Chains resource manages the failure chains. Failure chains define specific combinations of failure, cause, and resolution. -
FailureChainsEnforcedFlag: boolean
Title:
Failure Chains EnforcedMaximum Length:1Contains one of the following values: true or false. If true, then failure-cause-resolution combinations will be validated to ensure they match a valid failure chain in the applicable failure set when creating or updating failure event instances. If false, then any failure-cause-resolution combination can be entered when creating or updating failure event instances. The default value is false. -
FailureSetCode: string
Title:
Failure Set CodeMaximum Length:30Abbreviation that uniquely identifies the failure set. The alphanumeric failure set code is a required field. -
FailureSetDescription: string
Title:
Failure Set DescriptionMaximum Length:540Description of the failure set. This optional attribute provides a brief user-defined text providing information on the failure set's use and characteristics. -
FailureSetId: integer
(int64)
Title:
Failure Set IDRead Only:trueValue that uniquely identifies the failure set. The value is system generated and read-only. -
FailureSetName: string
Title:
Failure Set NameMaximum Length:240Name of the failure set. The failure code name is required and must be unique. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate when the user most recently updated the failure set. The application automatically sets this value during creation. This attribute is read-only. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the failure set. The application assigns a value to this attribute during creation. This attribute is read-only. -
LastUpdateLogin: string
Read Only:
trueMaximum Length:32Login that the user used when updating the failure set. The application assigns a value to this attribute during creation. This attribute is read-only. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Failure Associations
Type:
arrayTitle:
Failure AssociationsThe Failure Associations resource manages the failure associations. Failure associations defines to which assets a failure set applies and whether capturing failure data is required for a given asset.
Show Source
Nested Schema : Failure Chain Causes
Type:
arrayTitle:
Failure Chain CausesThe Failure Chain Causes resource lists all possible failure causes defined for the Failure Set.
Show Source
Nested Schema : Failure Chain Failures
Type:
arrayTitle:
Failure Chain FailuresThe Failure Chain Failures resource lists all possible failures defined for the Failure Set.
Show Source
Nested Schema : Failure Chain Resolutions
Type:
arrayTitle:
Failure Chain ResolutionsThe Failure Chain Resolutions resource lists all possible failure resolutions defined for the Failure Set.
Show Source
Nested Schema : Failure Chains
Type:
arrayTitle:
Failure ChainsThe Failure Chains resource manages the failure chains. Failure chains define specific combinations of failure, cause, and resolution.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : assetFailureSets-failureAssociations-item-response
Type:
Show Source
object-
ActiveEndDate: string
(date-time)
Title:
Active End DateRead Only:trueDate when the failure set association becomes inactive. This attribute is read-only and is only set when the failureAssociationDisableFlag passes a value of true. -
AssetDescription: string
Title:
Asset DescriptionRead Only:trueMaximum Length:255Description of the asset association to the failure set. This optional attribute provides a brief user-defined text providing information on the asset's use and characteristics. -
AssetId: integer
Title:
Asset IDValue that uniquely identifies the asset. The value is system generated and read-only. This is a required attribute if ObjectTypeCode = ORA_ASSET and no AssetNumber is provided. -
AssetNumber: string
Title:
Asset NumberMaximum Length:255Name that uniquely identifies the asset associated to the failure set. This is a required attribute if ObjectTypeCode = ORA_ASSET and no AssetID is provided. -
CaptureRequiredCode: string
Title:
Capture RequiredMaximum Length:1Default Value:NCode corresponding to one yes, no, or corrective only values. If yes, then a failure code, cause code, and resoluton code must be captured on a failure event instance before the associated work order can be completed. If corrective only, then a failure code, cause code, and resoluton code must be captured on a failure event instance before the associated work order can be completed if and only if the work order is of Work Order Type "Corrective". If no, then failure, cause, and resolution are not required to complete a work order. This attribute defaults to "No" if no value is passed. -
CaptureRequiredName: string
Title:
MeaningRead Only:trueMaximum Length:80Name corresponding to one yes, no, or corrective only values. If yes, then a failure code, cause code, and resoluton code must be captured on a failure event instance before the associated work order can be completed. If corrective only, then a failure code, cause code, and resoluton code must be captured on a failure event instance before the associated work order can be completed if and only if the work order is of Work Order Type "Corrective". If no, then failure, cause, and resolution are not required to complete a work order. This attribute defaults to "No" if no value is passed. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the failure association. The application automatically sets this value during creation. This attribute is read-only. -
CreationDate: string
(date-time)
Read Only:
trueDate when the failure association is created. The application automatically sets this value during creation. This attribute is read-only. -
FailureAssociationDisableFlag: boolean
Title:
DisableContains one of the following values: true or false. If true, then the active end date of the failure association is set to the system date and time. -
FailureSetId: integer
(int64)
Title:
Failure Set IDValue that uniquely identifies the failure set. The value is system generated and read-only. -
ItemCategoryCode: string
Title:
Item Category CodeMaximum Length:255Code that uniquely identifies the item category associated to the failure set. This is a required attribute if ObjectTypeCode = ORA_CATEGORY. -
ItemCategoryDescription: string
Read Only:
trueMaximum Length:240Description of the item category in a failure set association. This is a read-only attribute. -
ItemCategoryId: integer
Number that identifies the Item Category.
-
ItemCategoryName: string
Title:
Item Category NameMaximum Length:255Name of the item category association to the failure set. This optional attribute provides a brief user-defined text providing information on the item category's use and characteristics. -
ItemDescription: string
Read Only:
trueMaximum Length:255Description of the item in a failure set association. This is a read-only attribute. -
ItemId: integer
Read Only:
trueValue that uniquely identifies the associated item. This is a required attribute if ObjectTypeCode = ORA_ITEM. -
ItemNumber: string
Title:
Item NumberMaximum Length:255Name that uniquely identifies the associated item. This is a required attribute if ObjectTypeCode = ORA_ITEM. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate when the user most recently updated the failure association. The application automatically sets this value during creation. This attribute is read-only. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the failure association. The application assigns a value to this attribute during creation. This attribute is read-only. -
LastUpdateLogin: string
Read Only:
trueMaximum Length:32Login that the user used when updating the failure association. The application assigns a value to this attribute during creation. This attribute is read-only. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MasterOrganizationCode: string
Maximum Length:
255Abbreviation that uniquely identifies the master organization in which the associated item is created. This attribute is required when ObjectTypeCode = ORA_ITEM. -
MasterOrganizationId: integer
(int64)
Value that uniquely identifies the master organization in which the associated item is created. This attribute is required when ObjectTypeCode = ORA_ITEM.
-
ObjectTypeCode: string
Title:
Object Type CodeMaximum Length:30Abbreviation that uniquely identifies the object type association to a failure set. The alphanumeric code is a required field. Values can be ORA_CATEGORY, ORA_ITEM, ORA_ASSET, or ORA_ALL. -
ObjectTypeMeaning: string
Read Only:
trueMaximum Length:240Meaning of the abbreviation that uniquely identifies the object type associated with a failure set. This is a read-only attribute. -
SetAssociationId: integer
(int64)
Title:
Set Association IDRead Only:trueValue that uniquely identifies the failure set association. The value is system generated and read-only.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : assetFailureSets-failureChainCauses-item-response
Type:
Show Source
object-
ActiveEndDate: string
(date-time)
Read Only:
trueDate when the failure chain cause becomes inactive. -
CauseCode: string
Read Only:
trueMaximum Length:30Abbreviation that uniquely identifies the cause of failure. -
CauseCodeId: integer
(int64)
Read Only:
trueValue that uniquely identifies the cause code. The value is system generated and read-only. -
CauseDescription: string
Read Only:
trueMaximum Length:540Description of the cause code associated to the chain. -
CauseName: string
Read Only:
trueMaximum Length:240Name of the cause code associated to the chain. -
FailureCodeId: integer
Read Only:
trueValue that uniquely identifies the failure code. The value is system generated and read-only. -
FailureSetId: integer
(int64)
Read Only:
trueValue that uniquely identifies the failure set. The value is system generated and read-only. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : assetFailureSets-failureChainFailures-item-response
Type:
Show Source
object-
ActiveEndDate: string
(date-time)
Read Only:
trueDate when the failure chain failure becomes inactive. -
FailureCode: string
Read Only:
trueMaximum Length:30Abbreviation that uniquely identifies the failure. -
FailureCodeId: integer
Read Only:
trueValue that uniquely identifies the failure code. The value is system generated and read-only. -
FailureDescription: string
Read Only:
trueMaximum Length:540Description of the failure code associated to the chain. -
FailureName: string
Read Only:
trueMaximum Length:240Name of the failure code associated to the chain. -
FailureSetId: integer
(int64)
Read Only:
trueValue that uniquely identifies the failure set. The value is system generated and read-only. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : assetFailureSets-failureChainResolutions-item-response
Type:
Show Source
object-
ActiveEndDate: string
(date-time)
Read Only:
trueDate when the failure chain resolution becomes inactive. -
CauseCodeId: integer
(int64)
Read Only:
trueValue that uniquely identifies the cause code. The value is system generated and read-only. -
FailureCodeId: integer
Read Only:
trueValue that uniquely identifies the failure code. The value is system generated and read-only. -
FailureSetId: integer
(int64)
Read Only:
trueValue that uniquely identifies the failure set. The value is system generated and read-only. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ResolutionCode: string
Read Only:
trueMaximum Length:30Abbreviation that uniquely identifies the manner in which the failure was resolved. -
ResolutionCodeId: number
Read Only:
trueValue that uniquely identifies the resolution code. The value is system generated and read-only. -
ResolutionDescription: string
Read Only:
trueMaximum Length:540Description of the resolution code associated to chain. -
ResolutionName: string
Read Only:
trueMaximum Length:240Name of the resolution code associated to chain.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : assetFailureSets-failureChains-item-response
Type:
Show Source
object-
ActiveEndDate: string
(date-time)
Title:
Active End DateRead Only:trueDate when the failure chain becomes inactive. This attribute is read-only and is only set when the failureChainDisableFlag passes a value of true. -
CauseCategoryCode: string
Title:
Cause Category CodeRead Only:trueMaximum Length:255Category code of the cause code associated to chain. -
CauseCategoryName: string
Title:
Cause Category NameRead Only:trueMaximum Length:255Category name of the cause code associated to chain. -
CauseCode: string
Title:
Cause CodeMaximum Length:30Abbreviation that uniquely identifies the cause of failure. The cause code is required and must be a valid code. The code must use uppercase letters and alphanumeric. -
CauseCodeId: integer
(int64)
Title:
Cause Code IDValue that uniquely identifies the cause code. The value is system generated and read-only. -
CauseDescription: string
Title:
Cause DescriptionRead Only:trueMaximum Length:255Description of the cause code associated to chain. -
CauseName: string
Title:
Cause NameRead Only:trueMaximum Length:255Name of the cause code associated to chain. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the failure chain. The application automatically sets this value during creation. This attribute is read-only. -
CreationDate: string
(date-time)
Read Only:
trueDate when the failure chain is created. The application automatically sets this value during creation. This attribute is read-only. -
FailureCategoryCode: string
Title:
Failure Category CodeRead Only:trueMaximum Length:255Category code of the failure code associated to chain. -
FailureCategoryName: string
Title:
Failure Category NameRead Only:trueMaximum Length:255Category name of the failure code associated to chain. -
FailureChainDisableFlag: boolean
Title:
DisableContains one of the following values: true or false. If true, then the active end date of the failure cahin is set to the system date and time. -
FailureChainId: integer
(int64)
Title:
Failure Chain IDRead Only:trueValue that uniquely identifies the failure chain. The value is system generated and read-only. -
FailureCode: string
Title:
Failure CodeMaximum Length:30Abbreviation that uniquely identifies the failure mode. The failure code is required and must be a valid code. The code must use uppercase letters and alphanumeric. -
FailureCodeId: integer
(int64)
Title:
Failure CodeValue that uniquely identifies the failure code. The value is system generated and read-only. -
FailureDescription: string
Title:
Failure DescriptionRead Only:trueMaximum Length:255Description of the failure code associated to chain. -
FailureName: string
Title:
Failure NameRead Only:trueMaximum Length:255Name of the failure code associated to chain. -
FailureSetId: integer
(int64)
Title:
Failure Set IDValue that uniquely identifies the failure set. The value is system generated and read-only. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate when the user most recently updated the failure chain. The application automatically sets this value during creation. This attribute is read-only. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the failure chain. The application assigns a value to this attribute during creation. This attribute is read-only. -
LastUpdateLogin: string
Read Only:
trueMaximum Length:32Login that the user used when updating the failure chain. The application assigns a value to this attribute during creation. This attribute is read-only. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ResolutionCategoryCode: string
Title:
Resolution Category CodeRead Only:trueMaximum Length:255Category code of the resolution code associated to chain. -
ResolutionCategoryName: string
Title:
Resolution Category NameRead Only:trueMaximum Length:255Category name of the resolution code associated to chain. -
ResolutionCode: string
Title:
Resolution CodeMaximum Length:30Abbreviation that uniquely identifies the manner in which the failure was resolved. The resolution code is required and must be a valid code. The code must use uppercase letters and alphanumeric. -
ResolutionCodeId: number
Title:
Resolution Code IDValue that uniquely identifies the resolution code. The value is system generated and read-only. -
ResolutionDescription: string
Title:
Resolution DescriptionRead Only:trueMaximum Length:255Description of the resolution code associated to chain. -
ResolutionName: string
Title:
Resolution NameRead Only:trueMaximum Length:255Name of the resolution code associated to chain.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Links
- failureAssociations
-
Operation: /fscmRestApi/resources/11.13.18.05/assetFailureSets/{FailureSetId}/child/failureAssociationsParameters:
- FailureSetId:
$request.path.FailureSetId
The Failure Associations resource manages the failure associations. Failure associations defines to which assets a failure set applies and whether capturing failure data is required for a given asset. - FailureSetId:
- failureChainCauses
-
Operation: /fscmRestApi/resources/11.13.18.05/assetFailureSets/{FailureSetId}/child/failureChainCausesParameters:
- FailureSetId:
$request.path.FailureSetId
The Failure Chain Causes resource lists all possible failure causes defined for the Failure Set. - FailureSetId:
- failureChainFailures
-
Operation: /fscmRestApi/resources/11.13.18.05/assetFailureSets/{FailureSetId}/child/failureChainFailuresParameters:
- FailureSetId:
$request.path.FailureSetId
The Failure Chain Failures resource lists all possible failures defined for the Failure Set. - FailureSetId:
- failureChainResolutions
-
Operation: /fscmRestApi/resources/11.13.18.05/assetFailureSets/{FailureSetId}/child/failureChainResolutionsParameters:
- FailureSetId:
$request.path.FailureSetId
The Failure Chain Resolutions resource lists all possible failure resolutions defined for the Failure Set. - FailureSetId:
- failureChains
-
Parameters:
- FailureSetId:
$request.path.FailureSetId
The Failure Chains resource manages the failure chains. Failure chains define specific combinations of failure, cause, and resolution. - FailureSetId:
Examples
This example describes how to get one failure set.
Example cURL Command
Use the following cURL command to submit a request on the REST resource:
curl -u username:password "https://servername/fscmRestApi/resources/version/assetFailureSets/FailureSetId"
For example:
curl -u username:password "https://servername/fscmRestApi/resources/version/assetFailureSets/300100547607460"
Example Response Body
The following shows an example of the response body in JSON
format.
"{
"FailureSetId": 300100547607460,
"FailureSetCode": "AB_FAILURE_SET_CODE05",
"FailureSetName": "AB_Failure_Set_Name_05",
"ActiveEndDate": null,
"CreatedBy": "MNT_QA",
"CreationDate": "2021-11-11T09:20:40+00:00",
"FailureChainsEnforcedFlag": false,
"FailureSetDescription": null,
"LastUpdateDate": "2021-11-11T09:20:40.454+00:00",
"LastUpdateLogin": "D071F309D20269EAE053AF01F40A3935",
"LastUpdatedBy": "MNT_QA",
"FailureSetDisableFlag": null
}"