POST
/
apps.operations.report
curl --request POST \
  --url https://developer.tempestdx.com/api/v1/apps.operations.report \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "response": {
    "response_type": "<string>",
    "resource": {
      "id": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "created_by": "<string>",
      "deleted_at": "2023-11-07T05:31:56Z",
      "display_name": "<string>",
      "external_id": "<string>",
      "external_url": "<string>",
      "name": "<string>",
      "organization_id": "<string>",
      "type": "<string>",
      "status": "<string>",
      "synced_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "properties": {},
      "links": {
        "links": [
          {
            "title": "<string>",
            "url": "<string>",
            "type": "documentation"
          }
        ]
      }
    }
  },
  "task_id": "<string>",
  "status": "ok",
  "message": "<string>"
}'
{
  "status": "ok",
  "message": "<string>",
  "metadata": {
    "tempest_app_url": "<string>"
  },
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
response
object
required
task_id
string
required

The unique identifier of the task.

status
enum<string>
required

Status of the report operation

Available options:
ok,
error
message
string

A message providing additional information.

Response

200
application/json
Task report received successfully.
status
enum<string>
required

Status of the report operation

Available options:
ok,
error
message
string

A message providing additional information.

metadata
object
error
string | null

Error message if the operation fails.