アーティファクトがMFTリポジトリに存在するかどうかの確認

get

/mftapp/rest/v1/artifacts/repository

リクエスト

問合せパラメータ
artifactName
タイプ: string
必須: true
検証するアーティファクトの名前
artifactType
タイプ: string
必須: true
検証するアーティファクトのタイプ。TRANSFER artifactTypeのみがサポートされています

レスポンス

サポートされているメディア・タイプ
  • application/json
200レスポンス
本文
ルート・スキーマ: /paths/~1artifacts~1repository/get/responses/200/schema
タイプ: object
500レスポンス
本文
ルート・スキーマ: /paths/~1artifacts~1repository/get/responses/500/schema
タイプ: object
application/jsonの例

{
    "errorCode":"MFT-7415",
    "errorKey":"MFT_UNSUPPORTED_ARTIFACT_TYPE",
    "errorMessage":"Unsupported artifact type found. Artifact type: {SOURCE}."
}