Get list of KeyUv Fault Components

Prev Next
Get
/fault_components/

Operation is used to get a list of KeyUv Fault Components that are referenced in the system

Security
API Key
Header parameter nameAuthorization

Token issued for API consumer.

Responses
200

A result KeyUv Fault Components.

{
  "Next": [
    null
  ],
  "Previous": [
    null
  ],
  "Results": [
    null
  ],
  "Total": [
    "0"
  ]
}
Array of object

List of fetched KeyUv Fault Components

object

KeyUvFaultComponent

component_id
object (KeyUvComponent)

KeyUvComponent

description
string

Description

groupname
string

Group name

id
integer

Primary key

name
string

Attribute name

orderno
integer

Order no.

unitAbbreviation
string

Unit abbreviation

unitPrice
integer

Unit Price

id
integer

Primary key

network_object
object (KeyUvFaultNetworkObject)

KeyUvFaultNetworkObject

fault
integer

Primary key

network_object_ct
object (ObjectType)
id
integer

Primary key

identifier
string

Object type readable identifier

instanceAPIUrl
string (url)

Object type instances API endpoint URL.

name
string

Object type translated name. Not searchable.

network_object_ct
object (ObjectType)
id
integer

Primary key

identifier
string

Object type readable identifier

instanceAPIUrl
string (url)

Object type instances API endpoint URL.

name
string

Object type translated name. Not searchable.

401

Authentication credentials are missing or invalid

{
  "details": "Authentication credentials were not provided"
}
object
details
string

Detailed description of error