name | data type | constraints | description |
---|---|---|---|
guid | string | ||
name | string | ||
uuid | string | ||
path | string | ||
tapeManager | NameAndGuid | ||
present | boolean | required |
Example
{ "guid" : "...", "name" : "...", "uuid" : "...", "path" : "...", "tapeManager" : { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, "present" : true }