~ltrager/maas/remove_di_from_kernel_opts

« back to all changes in this revision

Viewing changes to src/maasserver/api/ipranges.py

  • Committer: Lee Trager
  • Date: 2016-10-22 06:06:12 UTC
  • mfrom: (5457.1.44 maas)
  • Revision ID: lee.trager@canonical.com-20161022060612-ukar20f6ffs45nas
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
        :param start_ip: Start IP address of this range (inclusive).
54
54
        :param end_ip: End IP address of this range (inclusive).
55
55
        :param subnet: Subnet this range is associated with. (optional)
 
56
        :param comment: A description of this range. (optional)
56
57
 
57
58
        Returns 403 if standard users tries to create a dynamic IP range.
58
59
        """
98
99
 
99
100
        :param start_ip: Start IP address of this range (inclusive).
100
101
        :param end_ip: End IP address of this range (inclusive).
 
102
        :param comment: A description of this range. (optional)
101
103
 
102
104
        Returns 403 if not owner of IP range.
103
105
        Returns 404 if the IP Range is not found.