OBJECT
BulkRefreshHostsReply
Description
Response of the mutation to refresh multiple hosts.
link GraphQL Schema definition
- type BulkRefreshHostsReply {
- # Details of the refreshed hosts.
- : [RefreshHostReply!]!
- }
OBJECT
Response of the mutation to refresh multiple hosts.
- type BulkRefreshHostsReply {
- # Details of the refreshed hosts.
- : [RefreshHostReply!]!
- }