Skip to main content
GET
/
asset
/
containment-status
/
{assetType}
/
{id}
Get active containment actions for an asset
curl --request GET \
  --url https://api.wirespeed.co/asset/containment-status/{assetType}/{id} \
  --header 'Authorization: Bearer <token>'
{
  "activeActions": [
    {
      "subAction": "<string>",
      "containedAt": "<string>",
      "integrationId": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Asset identifier

Response

200 - application/json
activeActions
object[]
required

List of currently active containment actions