csle_rest_api.resources.alpha_vec_policies package

Submodules

csle_rest_api.resources.alpha_vec_policies.routes module

Routes and sub-resources for the /alpha-vec-policies resource

csle_rest_api.resources.alpha_vec_policies.routes.alpha_vec_policies() Tuple[flask.wrappers.Response, int][source]

The /alpha-vec-policies resource.

Returns

A list of alpha-vec-policies or a list of ids of the policies or deletes the policies

csle_rest_api.resources.alpha_vec_policies.routes.alpha_vec_policies_ids() Tuple[flask.wrappers.Response, int][source]
Returns

An HTTP response with all alphavec policies ids

csle_rest_api.resources.alpha_vec_policies.routes.alpha_vec_policy(policy_id: int) Tuple[flask.wrappers.Response, int][source]

The /alpha=vec-policies/id resource.

Parameters

policy_id – the id of the policy

Returns

The given policy or deletes the policy

Module contents