I am looking at getting detailed info about a policy package using the "show package" command. I can see a list of all packages using "show packages" then taking either the name, or the uid passing it through the show package command returns the error"
code: "generic_err_object_not_found"
message: "Requested object [b820220f-a88f-40e7-a26a-1dbc57ccdc1f] not found"
Here is the full commands I am attempting:
> show packages
packages:
- uid: "74******-****-****-****-*******7842"
name: "A*********d"
type: "package"
domain:
uid: "de******-****-****-****-*********fe0"
name: "M********n"
domain-type: "domain"
- uid: "2******-****-****-****-******bcfb"
name: "A****d"
type: "package"
domain:
uid: "d*******-****-****-****-********9fe0"
name: "M*******n"
domain-type: "domain"
from: 1
to: 29
total: 29
> show package uid "7433fa3c-180c-4c2d-9838-a831aabc7842"
code: "generic_err_object_not_found"
message: "Requested object [b820220f-a88f-40e7-a26a-1dbc57ccdc1f] not found"
I also want to point out that the error message uid does not match the value in the command.
Any help is much appreciated.