Get the StandardFault object by its id.
get
https://{host}:{port}/{basePath}/StandardFault/{standardFaultId}
get the StandardFault object by its id.
Request
Path Parameters
-
StandardFaultId(required):
StandardFaultId to retrieve the associated StandardFault.
Header Parameters
-
Auth-Token(required): string
Auth-Token received from a successful login response.
-
opc-request-id: string
Unique identifier for the request
There's no request body for this operation.
Security
-
basicAuth: http
Type:
http
Response
Supported Media Types
- application/json
200 Response
Request completed successfully.
Root Schema : StandardFault
Type:
object
Standard Fault Definition
Show Source
-
action: string
Maximum Length:
64
-
component: array
component
-
description: string
Maximum Length:
64
-
diagnosingSource: string
Maximum Length:
64
-
faultIds: array
faultIds
-
messageId: string
Maximum Length:
64
-
payload: FaultPayload
-
severity: string
Maximum Length:
64
-
timeReported: string
Maximum Length:
64
-
uuid: string
Maximum Length:
64
Nested Schema : component
Type:
array
Nested Schema : faultIds
Type:
array
400 Response
Bad request
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
401 Response
Unauthorized
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
404 Response
Not Found
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
500 Response
Internal Server Error
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
Default Response
An error has occurred
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.