limitranges#

async idem_vra.exec.vra.cmx.limitranges.get_using_get1(hub, ctx, p_id, **kwargs)[source]#

Get a K8S LimitRange by id Get a K8S LimitRange by id Performs GET /cmx/api/resources/limit-ranges/{id}

Parameters:

p_id (string) – (required in path) id

async idem_vra.exec.vra.cmx.limitranges.list_using_get1(hub, ctx, **kwargs)[source]#

Get All K8S LimitRanges Get a list of all K8S LimitRanges Performs GET /cmx/api/resources/limit-ranges

Parameters:
  • offset (integer) – (optional in query)

  • pageNumber (integer) – (optional in query)

  • pageSize (integer) – (optional in query)

  • paged (boolean) – (optional in query)

  • sort.sorted (boolean) – (optional in query)

  • sort.unsorted (boolean) – (optional in query)

  • unpaged (boolean) – (optional in query)