Operations Management/Tenant Management (Plus)/Project Operations
PUTProject OperationsSince 2.4.0SynchronousAuth Required
ChangeIAM2VirtualIDGroupState
ChangeIAM2VirtualIDGroupState
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
uuidStringRequiredThe resource UUID.
Body Fields
changeiam2virtualidgroupstateObjectRequiredchangeiam2virtualidgroupstate request body object.
stateEventStateEventRequired状态事件。
systemTagsListOptional. The system tags.
userTagsListOptional. The user tags.
Responses
Endpoint
PUT/zstack/v1/iam2/projects/groups/{uuid}/actions
/zstack/v1/iam2/projects/groups/{uuid}/actions
Request Example
curl -X PUT 'http://{host}/zstack/v1/iam2/projects/groups/{uuid}/actions' -H 'Authorization: OAuth {sessionUuid}' -H 'Content-Type: application/json;charset=UTF-8' -d '{"changeiam2virtualidgroupstate":{"stateEvent":"<stateEvent>"},"systemTags":["<systemTags>"],"userTags":["<userTags>"]}'
Response Example
200{ "inventory": { "uuid": "2da22aa4a4c840e2a0e5368427c7ab60", "projectUuid": "8aaf3ae982794c6e9f491964b2f419b2", "name": "group-name", "state": "Enabled", "attributes": [ { "uuid": "d754761544514141ab5080ecbe9e31e5", "name": "attribute-name", "value": "attribute-value", "type": "Customized" } ] } }Change History
This API has no change history records yet.
