Is it possible to update Bucket Credentials for Azure storage bucket using API?

To create a storage bucket from an Azure Storage container in Orchestrator, the Azure Store Account’s Access Key is required.

A security best practice would be to regularly rotate the Access Key in Azure.

In order to keep these values synchronized, I want to update the BucketCredential object in the Orchestrator Database using the REST API.

I can see that a Bucket Credential object exists, but I don’t see an endpoint that I could call to update it.

Any help is appreciated!

The answer is to use PUT /odata/Buckets({key}) to update the Password.
I don’t know how I overlooked this…

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.