Revision cedde35d kamaki/clients/compute/rest_api.py

b/kamaki/clients/compute/rest_api.py
64 64
            host=None,
65 65
            success=200,
66 66
            **kwargs):
67
        """GET base_url/servers/['detail'|<server_id>]
67
        """GET base_url/servers/['detail' | <server_id>]
68 68

  
69 69
        :param server_id: (int or int str) ignored if detail
70 70

  
71 71
        :param detail: (boolean)
72 72

  
73
        --- Parameters ---
74

  
75 73
        :param changes-since: A time/date stamp for when the server last
76 74
            changed status
77 75

  
......
116 114

  
117 115
        :param json_data: a json-formated dict that will be send as data
118 116

  
119
        --- Parameters
120

  
121 117
        :param security_group: (str)
122 118

  
123 119
        :param user_data: Use to pass configuration information or scripts upon

Also available in: Unified diff