OBJECT
TprStatusForNodeRemoval
Description
The status of a TPR request for node removal or replacement.
link GraphQL Schema definition
- type TprStatusForNodeRemoval {
- # The status of a TPR request.
- : TprReqStatus!
- # TPR request ID.
- : String!
- # The rule of a TPR request.
- : TprRule!
- }