WorkflowRequest
WorkflowRequest
Workflow Request
JSON Example
{
"category": "string",
"duration": 0,
"errorCause": [
{
"eventId": "string",
"exceptionMessage": "string",
"message": "string",
"messageId": "string"
}
],
"requestId": "string",
"requestName": "string",
"requestReason": "string",
"requestType": "string",
"state": "string"
}
string
category
Required
Categories for VCF workflow requests
Possible values are :
INVENTORY,
PASSWORD,
CERTIFICATE,
LCM_MIGRATION,
VCF_PASSWORD_MANAGEMENT,
VCF_CERTIFICATE_MANAGEMENT,
SERVICE_REGISTRY_ROTATION,
SOLUTIONS_CATALOG,
SALT_RAAS_CONFIGURATION,
VIDB_MIGRATION,
VCF_IAM,
integer As int64
As int64
duration
Optional
Duration of the request
array of
WorkflowRequestErrorCause
errorCause
Optional
List of errors encountered during workflow execution
string
requestId
Optional
Unique identifier of the request
string
requestName
Required
Constraints:
minLength: 1
Name of the workflow request
string
requestReason
Optional
Reason for the workflow request
string
requestType
Required
Constraints:
minLength: 1
Type of the workflow request (e.g., CREATE_ENVIRONMENT, VC_DATA_COLLECTION)
string
state
Optional
Current state of the workflow request (e.g., CREATED, IN_PROGRESS, COMPLETED, FAILED)