Operations Management/Tenant Management (Plus)/SSO Operations
POSTSSO OperationsSince 4.5.0SynchronousAuth Required
UpdateCasClient
UpdateCasClient
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
Body Fields
uuidStringRequiredThe resource UUID.
descriptionStringOptional. The detailed description of the resource.
nameStringOptional. The resource name.
casServerLoginUrlStringOptional. casServerLoginUrl.
casServerUrlPrefixStringOptional. casServerUrlPrefix
Responses
Endpoint
POST/zstack/v1/update/cas/client
/zstack/v1/update/cas/client
Request Example
curl -X POST 'http://{host}/zstack/v1/update/cas/client' -H 'Authorization: OAuth {sessionUuid}' -H 'Content-Type: application/json;charset=UTF-8' -d '{"uuid":"<uuid>","description":"<description>","name":"<name>","casServerLoginUrl":"<casServerLoginUrl>","casServerUrlPrefix":"<casServerUrlPrefix>","serverName":"<serverName>","loginType":"<loginType>","systemTags":["<systemTags>"],"userTags":["<userTags>"]}'
Response Example
200{ "inventory": { "casServerLoginUrl": "http://zstack.com/login", "casServerUrlPrefix": "http://zstack.com", "serverName": "http://127.0.0.1:8080/", "uuid": "5068f4c641153a3d9353c3326dc1dd5e", "name": "test", "description": "test", "loginType": "iam2", "loginMNUrl": "http://127.0.0.1:8080/zstack/sso/cas/" } }Change History
This API has no change history records yet.
