[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager
Run Set Auth Provider V2
DescriptionThis API is used to reset authentication provider in vRSLCM.
Request
Operation doesn't accept any path, query or header parameters.
URL
https://localhost:8080/lcm/authzn/api/v2/re-register/auth-provider
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 https://localhost:8080/lcm/authzn/api/v2/re-register/auth-provider
[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager