Marketplace Script Dry Run
Operations Summary
| Method | Endpoint | Description |
|---|---|---|
| POST | /api/marketplace-script-dry-run/{uuid}/async_run/ |
Async run |
| POST | /api/marketplace-script-dry-run/{uuid}/run/ |
Run |
Async run
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | |
- Model Source:
DryRunRequest - API Source:
marketplace_script_dry_run_async_run
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
| Field | Type | Required |
|---|---|---|
plan |
string (uri) | |
type |
any | |
attributes |
any | |
order_offering |
string (uri) |
202 -
| Field | Type |
|---|---|
uuid |
string (uuid) |
Run
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | |
- Model Source:
DryRunRequest - API Source:
marketplace_script_dry_run_run
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
| Field | Type | Required |
|---|---|---|
plan |
string (uri) | |
type |
any | |
attributes |
any | |
order_offering |
string (uri) |
200 -
| Field | Type |
|---|---|
output |
string |