OBJECT
HostSecondaryRegistrationResult
Description
Result for a single host registration.
link GraphQL Schema definition
- type HostSecondaryRegistrationResult {
- # Error message if registration failed.
- : String!
- # Host details of secondary registration if registration was successful.
- : HostDetail
- # The host FID that was processed.
- : String!
- }