|
方法
|
手順
|
|---|---|
|
Postman
|
POST /ExperienceService/products/v1/target
{
|
|
Curl コマンドを使用
|
curl --location 'https://<yourESURL>/ExperienceService/products/v1/target' \ |
{
"targetId": "<targetId>", // Optional. Only sent in case when job to create Target is accepted.
}
|
方法
|
手順
|
|---|---|
|
Postman
|
GET /ExperienceService/products/v1/target/status/<targetId>
|
|
Curl コマンドを使用
|
curl --location 'http://<yourESURL>/ExperienceService/products/v1/target/status/<yourTargetUUID>' \ |
{
"simplifiedStatus": "queued|inProgress|completed|failed|deleted|toBeCancelled|toBeDeleted", // Dataset's current status
}