/celery/cloud-mappings-grouped-reports
Generates a Cloud Mapping grouped report.
Request
GET http://unravel-host
:3000/api/v1/celery/cloud-mappings-grouped-reports
Path parameters
None.
Query parameters
Required parameters are highlighted
.
Name | Type | Description |
---|---|---|
| string | |
| string |
Response body
Name | Type | Description |
---|---|---|
| integer | Task ID |
Examples
Request:
curl -X GET "http://myserver.com:3000/api/v1/cloud-mappings-grouped-reports" -H "accept: application/json" -H "Authorization: JWT token
"
Response body:
{ "task_id": "c097620d-b0c5-434c-8a94-76c83fcf28da" }