Moderator

 • 

5.4K Posts

June 27th, 2021 19:00

Hi, thanks for choosing Dell. As of now, we don’t have a lot of documents to refer to, I’m afraid. Users would need to study on their own according to their needs.

 

https://dell.to/3A2N9U3

 

Wish you a great week ahead and let us know if you have any other questions. ^-^

1 Rookie

 • 

22 Posts

July 2nd, 2021 02:00

Thanks. Still without an example of a payload I don't think I can make it work by myself

$ cat lebase
{
     "BaseCatalogName": "21.06.01",
     "Name": "test"
}
$ curl -X POST -H 'Content-type: application/json' -d @lebase -k -u admin:pass \
    'https://ome/api/UpdateManagementService/Repositories' | jq .
{
  "Value": 1,
  "Message": "Failed",
  "Id": 0,
  "Name": null,
  "JobID": null
}
No Events found!

Top