diff --git a/iotronicclient/v1/resource_fields.py b/iotronicclient/v1/resource_fields.py index 85e2e93..245f17f 100644 --- a/iotronicclient/v1/resource_fields.py +++ b/iotronicclient/v1/resource_fields.py @@ -70,7 +70,9 @@ class Resource(object): 'zone': 'Zone', 'dns': 'DNS', 'connectivity': 'Connectivity', - 'lr_version': 'LR Version' + 'lr_version': 'LR Version', + 'agent': 'WampAgent', + 'wstun_ip': 'Wstun' } @@ -134,6 +136,9 @@ BOARD_DETAILED_RESOURCE = Resource( 'location', 'project', 'owner', + 'agent', + 'wstun_ip', + ],