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
|
=======================
HashMap Module REST API
=======================
.. rest-controller:: cloudkitty.rating.hash.controllers.root:HashMapConfigController
:webprefix: /v1/rating/module_config/hashmap
.. rest-controller:: cloudkitty.rating.hash.controllers.service:HashMapServicesController
:webprefix: /v1/rating/module_config/hashmap/services
.. autotype:: cloudkitty.rating.hash.datamodels.service.Service
:members:
.. autotype:: cloudkitty.rating.hash.datamodels.service.ServiceCollection
:members:
.. rest-controller:: cloudkitty.rating.hash.controllers.field:HashMapFieldsController
:webprefix: /v1/rating/module_config/hashmap/fields
.. autotype:: cloudkitty.rating.hash.datamodels.field.Field
:members:
.. autotype:: cloudkitty.rating.hash.datamodels.field.FieldCollection
:members:
.. rest-controller:: cloudkitty.rating.hash.controllers.mapping:HashMapMappingsController
:webprefix: /v1/rating/module_config/hashmap/mappings
.. autotype:: cloudkitty.rating.hash.datamodels.mapping.Mapping
:members:
.. autotype:: cloudkitty.rating.hash.datamodels.mapping.MappingCollection
:members:
.. autotype:: cloudkitty.rating.hash.datamodels.threshold.Threshold
:members:
.. autotype:: cloudkitty.rating.hash.datamodels.threshold.ThresholdCollection
:members:
.. rest-controller:: cloudkitty.rating.hash.controllers.group:HashMapGroupsController
:webprefix: /v1/rating/module_config/hashmap/groups
.. autotype:: cloudkitty.rating.hash.datamodels.group.Group
:members:
.. autotype:: cloudkitty.rating.hash.datamodels.group.GroupCollection
:members:
|