클라우드 Orchestrator API 사용법

https://platform.uipath.com/[account_logical_name]/[service_instance_logical_name]/odata/Robots
의 Robot Id 로

말씀하신 Request에서 [account_logical_name]/[service_instance_logical_name] 이 부분 추가로 넣어 주시고,
robotID에 " ’ "이거 제거하고 해 보세요.

https://platform.uipath.com/[account_logical_name]/[service_instance_logical_name]/odata/Assets/UiPath.Server.Configuration.OData.GetRobotAssetByRobotId(robotId=112233,assetName=‘PlatformLoginCredential’)
이런식으로요.

Web site guide에 Asset Request 부분 robotId 예시가 잘못 되어 있는 거 같네요.

Test 해 보실때 Postman이나 이런 툴에서 혹시 잘못 나오는 경우,
UiPath 로 들어가셔서 debugging 해보세요.
아래 예시처럼 Input 넣고 Try it out 해보시면 Curl, Requested URL , Response 관련 Output을 보실 수 있습니다.