DesUpgradeComponentsToLatestFootprintPayload
Payload for upgrading components to use the latest footprint revision.
type DesUpgradeComponentsToLatestFootprintPayload {
errors: [DesPayloadError!]!
failedComponentIds: [ID!]!
failedCount: Int!
totalProcessed: Int!
upgradedComponentIds: [ID!]!
upgradedCount: Int!
}
Fields
DesUpgradeComponentsToLatestFootprintPayload.errors ● [DesPayloadError!]! non-null object
Payload errors.
DesUpgradeComponentsToLatestFootprintPayload.failedComponentIds ● [ID!]! non-null scalar
List of component identifiers that failed to upgrade.
DesUpgradeComponentsToLatestFootprintPayload.failedCount ● Int! non-null scalar
The number of components that failed to upgrade.
DesUpgradeComponentsToLatestFootprintPayload.totalProcessed ● Int! non-null scalar
The total number of components that were processed.
DesUpgradeComponentsToLatestFootprintPayload.upgradedComponentIds ● [ID!]! non-null scalar
List of component identifiers that were upgraded.
DesUpgradeComponentsToLatestFootprintPayload.upgradedCount ● Int! non-null scalar
The number of components that were successfully upgraded.