Create a MFT Artifact
post
/mftapp/rest/v1/artifacts
Request
Supported Media Types
- multipart/form-data
Query Parameters
- previewModeFlag
-
Type:
booleanValue depicts if preview mode is true or false
Body Parameter
A body of type:
Root Schema : /paths/~1artifacts/post/parameters/1/schema
- multipart/form-data
Response
Supported Media Types
- application/json
200 Response
Body
Root Schema : MFT Artifacts result.
Type:
objectTitle:
MFT Artifacts result.- failureResults
- successResults
Nested Schema : /paths/~1artifacts/post/responses/200/schema/properties/failureResults
Type:
arrayNested Schema : /paths/~1artifacts/post/responses/200/schema/properties/successResults
Type:
arrayNested Schema : /paths/~1artifacts/post/responses/200/schema/properties/failureResults/items
Type:
object- artifactCategory
-
Type:
string - artifactName
-
Type:
string - errorMessage
-
Type:
string
Nested Schema : /paths/~1artifacts/post/responses/200/schema/properties/successResults/items
Type:
object- artifactCategory
-
Type:
string - artifactName
-
Type:
string - errorMessage
-
Type:
string
500 Response
Body
Root Schema : /paths/~1artifacts/post/responses/500/schema
Type:
object- errorCode
-
Type:
string - errorKey
-
Type:
string - errorMessage
-
Type:
string
Example application/json
{
"errorCode":"MFT-7441",
"errorKey":"MFT_UTILITY_COULD_NOT_SAVE_MDS_ARTIFACT",
"errorMessage":"Unable to create artifact."
}