Cloud Enterprise Object Storage REST API

Search (SHIFT+S)




Set Default Policy Version

POST SetDefaultPolicyVersion

Sets the specified version of the specified Managed Policy as the policy's default version.


Query Parameters

PolicyArnARN of the IAM Managed policy to set default version.
VersionIdPolicy Version to be set as default.

Required Roles

This call has no restrictions.


Request Payload

No Request Payload


Response Body

Field Description Type Notes
SetDefaultPolicyVersionResponse
ResponseMetadata    
RequestId String

Examples

Request
POST https://192.168.0.0:4443/iam?PolicyArn=urn:ecs:iam::ns:policy/FinanceTeamPolicy&Action=SetDefaultPolicyVersion&VersionId=v3

Accept: application/xml
X-SDS-AUTH-TOKEN: <AUTH_TOKEN>
x-emc-namespace: <namespace>
Response
HTTP/1.1 200 OK

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:SetDefaultPolicyVersionResponse xmlns:ns2="none">
    <ResponseMetadata>
        <RequestId>0af9f5b8:17178fe9282:1086d:0</RequestId>
    </ResponseMetadata>
</ns2:SetDefaultPolicyVersionResponse>