1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | {'Id': '1',
'Params': {},
'Request': 'Next',
'RequestId': 11,
'Type': 'AllWatcher',
'Version': 1}
<-- #11 Response
{'RequestId': 11,
'Response': {'deltas': [['machine',
'change',
{'Addresses': [{'Scope': 'local-cloud',
'SpaceName': '',
'SpaceProviderId': '',
'Type': 'ipv4',
'Value': '10.0.42.14'},
{'Scope': 'local-machine',
'SpaceName': '',
'SpaceProviderId': '',
'Type': 'ipv4',
'Value': '127.0.0.1'},
{'Scope': 'local-machine',
'SpaceName': '',
'SpaceProviderId': '',
'Type': 'ipv6',
'Value': '::1'}],
'HardwareCharacteristics': {'Arch': 'amd64',
'CpuCores': 0,
'Mem': 0},
'HasVote': False,
'Id': '0',
'InstanceId': 'juju-7955c4-0',
'Jobs': ['JobHostUnits'],
'JujuStatus': {'Current': 'started',
'Data': {},
'Err': None,
'Message': '',
'Since': '2016-06-22T09:00:15.699504588Z',
'Version': ''},
'Life': 'alive',
'MachineStatus': {'Current': 'pending',
'Data': {},
'Err': None,
'Message': '',
'Since': '2016-06-22T08:59:23.078279302Z',
'Version': ''},
'ModelUUID': '9b00127a-7ecd-459e-8586-70ca7a7955c4',
'Series': 'trusty',
'SupportedContainers': [],
'SupportedContainersKnown': True,
'WantsVote': False}],
['application',
'change',
{'CharmURL': 'cs:trusty/wordpress-4',
'Config': {},
'Constraints': {},
'Exposed': False,
'Life': 'alive',
'MinUnits': 0,
'ModelUUID': '9b00127a-7ecd-459e-8586-70ca7a7955c4',
'Name': 'wordpress',
'OwnerTag': '',
'Status': {'Current': 'maintenance',
'Data': {},
'Err': None,
'Message': 'installing charm software',
'Since': '2016-06-22T09:00:16.271653161Z',
'Version': ''},
'Subordinate': False}],
|