Skip to content

Instantly share code, notes, and snippets.

@jdorfman
Created June 13, 2016 21:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdorfman/bf3cc20e4801e2a263ab475755f2719e to your computer and use it in GitHub Desktop.
Save jdorfman/bf3cc20e4801e2a263ab475755f2719e to your computer and use it in GitHub Desktop.

Activity Stream API Message Examples

Users

  • user@example.com logged in from 192.168.1.127
  • User Updated [user_id: 41538]
  • User Deleted [user_id: 50037]
  • User Key Created [user_id: 50025]
  • User Key Updated [user_id: 50025]
  • A new IP, 192.168.0.128, has logged in for the first time.
  • Password reset requested by user@example.com from 192.168.0.129

Acounts

  • Account Suspend [company id: 24135]
  • Account Unsuspend [company id: 24135]
  • Account Information Updated [account_id: 50000]
  • Account Address Updated [account_id: 50000]
  • Reseller Creation Validation Error: Invalid Request [client_name : fooclient]
  • Company (foobarinc) is already a reseller
  • Company (dev3227test1) is already a reseller
  • Bandwidth Added(credit) [invoice_id: 1234]

Pull Zones

  • Pull Zone Created [zone_id: 147022]
  • Pull Zone Cache Purged [zone_id: 146996]
  • Pull Zone Error: Zone Not Found [zone_id: 5892]
  • The origin for zone 147953 (foobar) has changed from https://abc.com/ to http://xyz.com

Rules

  • Rule Feature Created [rule_id: 1]: rule_feature_id: 101]
  • Rule Created [id: 42020]
  • Rule Feature Created [rule_id: 42020]: rule_feature_id: 5959]
  • Rule Deleted [id: 42012]

Push Zones

  • Push Zone Creation Error: Invalid Request [zone_name: testpushzone]
  • Push Zone Update Error: Invalid Request [zone_name: newpushzone]
  • Push Zone Updated [zone_id: 150545]
  • Custom Domain cdn.foobar.com Added to foobarinc

SSL

  • SSL certificate uploaded [cert_id: 108, name: test29]
  • SSL certificate deleted [zone_id: 150441]

VOD Zones

  • VOD Zone Updated [zone_id: 150508]
  • VOD Zone Deleted [zone_id: 150508]
  • Vod Zone Enable [zone_id: 143501]
  • Vod Zone Disabled [zone_id: 143501]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment