UserS3KeysApi
All URIs are relative to https://api.ionos.com/cloudapi/v6
umUsersS3keysDelete
umUsersS3keysDelete(userId, keyId, opts)
Delete S3 keys
Delete the specified user S3 key.
Examples
Parameters
Return type
nil (empty response body)
Authorization
Basic Authentication, Token Authentication
HTTP request headers
Content-Type: Not defined
Accept: application/json
umUsersS3keysFindByKeyId
umUsersS3keysFindByKeyId(userId, keyId, opts)
Retrieve user S3 keys by key ID
Retrieve the specified user S3 key. The user ID is in the response body when the user is created, and in the list of the users, returned by GET. The key ID is in the response body when the S3 key is created, and in the list of all user S3 keys, returned by GET.
Examples
Parameters
Return type
Authorization
Basic Authentication, Token Authentication
HTTP request headers
Content-Type: Not defined
Accept: application/json
umUsersS3keysGet
umUsersS3keysGet(userId, opts)
List user S3 keys
List S3 keys by user ID. The user ID is in the response body when the user is created, and in the list of the users, returned by GET.
Examples
Parameters
Return type
Authorization
Basic Authentication, Token Authentication
HTTP request headers
Content-Type: Not defined
Accept: application/json
umUsersS3keysPost
umUsersS3keysPost(userId, opts)
Create user S3 keys
Create an S3 key for the specified user. The user ID is in the response body when the user is created, and in the list of the users, returned by GET. A maximum of five keys per user can be generated.
Examples
Parameters
Return type
Authorization
Basic Authentication, Token Authentication
HTTP request headers
Content-Type: Not defined
Accept: application/json
umUsersS3keysPut
umUsersS3keysPut(userId, keyId, s3Key, opts)
Modify a S3 Key by Key ID
Enables or disables the specified user S3 key.
Examples
Parameters
Return type
Authorization
Basic Authentication, Token Authentication
HTTP request headers
Content-Type: application/json
Accept: application/json
umUsersS3ssourlGet
umUsersS3ssourlGet(userId, opts)
Retrieve S3 single sign-on URLs
Retrieve S3 Object Storage single sign-on URLs for the the specified user. The user ID is in the response body when the user is created, and in the list of the users, returned by GET.
Examples
Parameters
Return type
Authorization
Basic Authentication, Token Authentication
HTTP request headers
Content-Type: Not defined
Accept: application/json
Last updated