PCAPs
List packet capture requests
client.magicTransit.pcaps.list(PCAPListParams { account_id } params, RequestOptionsoptions?): SinglePage<PCAPListResponse>
GET/accounts/{account_id}/pcaps
Get PCAP request
client.magicTransit.pcaps.get(stringpcapId, PCAPGetParams { account_id } params, RequestOptionsoptions?): PCAPGetResponse
GET/accounts/{account_id}/pcaps/{pcap_id}
Create PCAP request
client.magicTransit.pcaps.create(PCAPCreateParamsparams, RequestOptionsoptions?): PCAPCreateResponse
POST/accounts/{account_id}/pcaps
Stop full PCAP
client.magicTransit.pcaps.stop(stringpcapId, PCAPStopParams { account_id } params, RequestOptionsoptions?): void
PUT/accounts/{account_id}/pcaps/{pcap_id}/stop
PCAPsOwnership
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
PCAPsDownload
Download Simple PCAP
client.magicTransit.pcaps.download.get(stringpcapId, DownloadGetParams { account_id } params, RequestOptionsoptions?): Response
GET/accounts/{account_id}/pcaps/{pcap_id}/download