[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager
Update LCM Host With Auth Provider V2
DescriptionThis API is used to update vRSLCM FQDN on the authentication provider vIDM.
Request
URLURL
https://localhost:8080/lcm/authzn/api/v2/update/vrlcm-host-with-provider
Request Body
Request Body
{
"lcmCatalogAppName": "vRSLCM",
"lcmHostUri": "https://<FQDN of vRSLCM server>",
"lcmHostname": "FQDN of vRSLCM server"
}
string
lcmCatalogAppName
Optional
vRSLCM Catalog App Name
string
lcmHostUri
Optional
vRSLCM host URI
string
lcmHostname
Optional
vRSLCM hostname
Authentication
This operation uses the following authentication methods.
Authorization
Scopes:
global
Response
Response
Response BodyResponse Body
200 OK
Returns
RequestDTO
of type(s) application/json
{
"createdBy": "admin@local",
"executionId": "e53ba5c9-1f6a-4cda-8ba6-6d6274441900",
"requestName": "lcmgenricsetting",
"requestReason": "Get Generic Settings",
"requestSourceType": "user",
"requestType": "lcmgenricsetting",
"state": "CREATED",
"vmid": "6c9fca27-678d-4e79-9a0f-5f690735e67c"
}
string
createdBy
Optional
Created By User
string
errorCause
Optional
Error Cause
string
executionId
Optional
Execution Id
string
executionPath
Optional
Execution Path
string
executionStatus
Optional
Execution Status
map of
object
inputMap
Optional
string
isCancelEnabled
Optional
Is Cancel Enabled?
integer as int64
lastUpdatedOn
Optional
Last Updated Time
map of
object
outputMap
Optional
string
requestName
Optional
Request Name
string
requestReason
Optional
Request Reason
string
requestSource
Optional
Request Source
string
requestSourceType
Optional
Request Source Type
string
requestType
Optional
Request Type
string
resultSet
Optional
Result Set
string
state
Optional
State
string
transactionId
Optional
string
vmid
Optional
201 Created
Created
Operation doesn't return any data structure.
Errors
401
Unauthorized
403
Forbidden
404
Not Found
GenericErrorResponseDTO
500
Internal Server Error
Code Samples
cURL Command
curl -X POST -H "Content-Type: application/json" -d '{"lcmCatalogAppName":"vRSLCM","lcmHostUri":"https://<FQDN of vRSLCM server>","lcmHostname":"FQDN of vRSLCM server"}' https://localhost:8080/lcm/authzn/api/v2/update/vrlcm-host-with-provider
[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager