Operations Management/Tenant Management (Plus)/Project Operations
PUTProject OperationsSince 2.4.0SynchronousAuth Required
LoginIAM2Project
LoginIAM2Project
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
Body Fields
loginiam2projectObjectRequiredloginiam2project request body object.
projectNameStringRequiredNo description provided.
clientInfoMapOptional. The client information.
systemTagsListOptional. The system tags.
userTagsListOptional. The user tags.
Responses
Endpoint
PUT/zstack/v1/iam2/projects/login
/zstack/v1/iam2/projects/login
Request Example
curl -X PUT 'http://{host}/zstack/v1/iam2/projects/login' -H 'Authorization: OAuth {sessionUuid}' -H 'Content-Type: application/json;charset=UTF-8' -d '{"loginiam2project":{"projectName":"<projectName>","clientInfo":{}},"systemTags":["<systemTags>"],"userTags":["<userTags>"]}'
Response Example
200{ "inventory": { "uuid": "3357cccd4d1436748a1721d5e12f2fcd", "noSessionEvaluation": false } }Change History
This API has no change history records yet.
