Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. Example: I have an EC2 account "1234". It has an instance "foo.com" running
  2. nginx and and a container "abcd" on that instance running rabbitmq. Each header
  3. below is a scope, each blurb is a resource:
  4.  
  5. ## (ScopeID: "accounts")
  6. Type: EC2
  7.  
  8. Title: 1234
  9.  
  10. ## (ScopeID: 1234::foo.com)
  11.  
  12. Type: Host
  13.  
  14. Title: foo.com
  15.  
  16. ContainedIn: ScopeID: accounts Type: EC2 title: 1234
  17.  
  18.  
  19. Type: Package
  20.  
  21. Title: Nginx
  22.  
  23. ContainedIn: ScopeID 1234::foo.com Type: Host Title: foo.com
  24.  
  25.  
  26. Type: Service
  27.  
  28. Title: nginx
  29.  
  30. ContainedIn: ScopeID 1234::foo.com Type: Host Title: foo.com
  31.  
  32.  
  33. ## 1234::foo.com::Container::abcd
  34.  
  35. Type: Container
  36.  
  37. Title: abcd
  38.  
  39. ContainedIn: ScopeID: 1234::foo.com Type: Host Title: foo.com
  40.  
  41.  
  42. Type: Package
  43.  
  44. Title: rabbitmq
  45.  
  46. ContainedIn ScopeID: 1234::foo.com::Container::abcd Type: Container Title: abcd
  47.  
  48.  
  49. Type: Service
  50.  
  51. Title: rabbitmq
  52.  
  53. ContainedIn ScopeID: 1234::foo.com::Container::abcd Type: Container Title: abcd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement