Ownership
List PCAPs Bucket Ownership
client.magicTransit.pcaps.ownership.get(OwnershipGetParams { account_id } params, RequestOptionsoptions?): SinglePage<Ownership { id, destination_conf, filename, 3 more } >
GET/accounts/{account_id}/pcaps/ownership
Add buckets for full packet captures
client.magicTransit.pcaps.ownership.create(OwnershipCreateParams { account_id, destination_conf } params, RequestOptionsoptions?): Ownership { id, destination_conf, filename, 3 more }
POST/accounts/{account_id}/pcaps/ownership
Delete buckets for full packet captures
client.magicTransit.pcaps.ownership.delete(stringownershipId, OwnershipDeleteParams { account_id } params, RequestOptionsoptions?): void
DELETE/accounts/{account_id}/pcaps/ownership/{ownership_id}
Validate buckets for full packet captures
client.magicTransit.pcaps.ownership.validate(OwnershipValidateParams { account_id, destination_conf, ownership_challenge } params, RequestOptionsoptions?): Ownership { id, destination_conf, filename, 3 more }
POST/accounts/{account_id}/pcaps/ownership/validate