REST API transportcase throws invalid object on usergroup
search cancel

REST API transportcase throws invalid object on usergroup

book

Article ID: 398754

calendar_today

Updated On:

Products

Automic SaaS CA Automic One Automation CA Automic Workload Automation - Automation Engine

Issue/Introduction

When loading a transport case via POST in the REST API, the rest api returns:

PS C:\Users\automic> curl ' http[s]://{host}:{port}/ae/api/{version}/{client_id}/transportcase' --header 'Content-Type: text/plain' --data-binary '@C:\automic\Utility\db\uc_data.txt' -u 'automic/automic:password'
{
  "error_code" : 8230190,
  "error" : "invalid value",
  "objects" : [ {
    "name" : "USRG.USERGROUP_NAME",
    "error_code" : 8230190,
    "errors" : [ "invalid object", "property authorizations[2].authGroup", "property authorizations[1].authGroup" ]
  } ]
}

Loading the same transport case via the AWI throws:


U08230190: invalid value
U08230190 Invalid Value: USRG.USERGROUP_NAME

Environment

V24.3.0 HF2 and lower

Cause

This is caused by a defect

Resolution

This is fixed in the 24.4.0 REST process - all core components must be updated to 24.4.0 (AE, utility, db, AWI)