You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Get-TppObject to obtain details about the Consumers associated with a certificate. One of the devices returns the wrong Parent Path:
Name : Test2
Path : \VED\Policy\Certificates\vndcdfxphpovd04.company.com\iLO Devices\Test2\Test2
TypeName : Adaptable App
Guid : e2dba066-5eae-4269-ad9b-333c9285b198
ParentPath : \VED\Policy\Certificates\vndcdfxphpovd04.company.com\iLO Devices
Name : test
Path : \VED\Policy\Certificates\vndcdfxphpovd04.company.com\iLO Devices\Test\test
TypeName : Adaptable App
Guid : ffe1e725-7ffd-4111-a84b-0ab893faf542
ParentPath : \VED\Policy\Certificates\vndcdfxphpovd04.company.com\iLO Devices\Test
Test2's Parent Path should be '\VED\Policy\Certificates\vndcdfxphpovd04.company.com\iLO Devices\Test2'.
If I query the API directly with Postman using Config/isValid the Test2 Adaptable App returns;
{
"Object": {
"AbsoluteGUID": "{cbf33d76-b742-4ad0-966f-7172bf3028c7}{6ecb566c-bf3d-4b1a-9a66-5b2fe2f5a69a}{b5f1c7a4-f27c-4a14-949f-9ba5367b3600}{d7a95a41-36d1-4426-bbe4-db65db4eae69}{ce5f7ef1-8f61-491c-96b0-ea77e5490b50}{1d98d377-c095-4731-8590-49d423fdbc6d}{e2dba066-5eae-4269-ad9b-333c9285b198}",
"DN": "\VED\Policy\Certificates\vndcdfxphpovd04.company.com\iLO Devices\Test2\Test2",
"Disabled": true,
"GUID": "{e2dba066-5eae-4269-ad9b-333c9285b198}",
"Id": 303313,
"Name": "Test2",
"Parent": "\VED\Policy\Certificates\vndcdfxphpovd04.company.com\iLO Devices\Test2",
"Revision": 636740241852285653,
"TypeName": "Adaptable App"
},
"Result": 1
}
This suggests that TPP sees the Parent Path correctly.
The text was updated successfully, but these errors were encountered:
I am using Get-TppObject to obtain details about the Consumers associated with a certificate. One of the devices returns the wrong Parent Path:
Name : Test2
Path : \VED\Policy\Certificates\vndcdfxphpovd04.company.com\iLO Devices\Test2\Test2
TypeName : Adaptable App
Guid : e2dba066-5eae-4269-ad9b-333c9285b198
ParentPath : \VED\Policy\Certificates\vndcdfxphpovd04.company.com\iLO Devices
Name : test
Path : \VED\Policy\Certificates\vndcdfxphpovd04.company.com\iLO Devices\Test\test
TypeName : Adaptable App
Guid : ffe1e725-7ffd-4111-a84b-0ab893faf542
ParentPath : \VED\Policy\Certificates\vndcdfxphpovd04.company.com\iLO Devices\Test
Test2's Parent Path should be '\VED\Policy\Certificates\vndcdfxphpovd04.company.com\iLO Devices\Test2'.
If I query the API directly with Postman using Config/isValid the Test2 Adaptable App returns;
{
"Object": {
"AbsoluteGUID": "{cbf33d76-b742-4ad0-966f-7172bf3028c7}{6ecb566c-bf3d-4b1a-9a66-5b2fe2f5a69a}{b5f1c7a4-f27c-4a14-949f-9ba5367b3600}{d7a95a41-36d1-4426-bbe4-db65db4eae69}{ce5f7ef1-8f61-491c-96b0-ea77e5490b50}{1d98d377-c095-4731-8590-49d423fdbc6d}{e2dba066-5eae-4269-ad9b-333c9285b198}",
"DN": "\VED\Policy\Certificates\vndcdfxphpovd04.company.com\iLO Devices\Test2\Test2",
"Disabled": true,
"GUID": "{e2dba066-5eae-4269-ad9b-333c9285b198}",
"Id": 303313,
"Name": "Test2",
"Parent": "\VED\Policy\Certificates\vndcdfxphpovd04.company.com\iLO Devices\Test2",
"Revision": 636740241852285653,
"TypeName": "Adaptable App"
},
"Result": 1
}
This suggests that TPP sees the Parent Path correctly.
The text was updated successfully, but these errors were encountered: