csle_rest_api.resources.dqn_policies package

Submodules

csle_rest_api.resources.dqn_policies.routes module

Routes and sub-resources for the /dqn-policies resource

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

The /dqn-policies resource.

Returns

A list of dqn-policies or a list of ids of the policies or deletes the policies

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

An HTTP response with all dqn policies ids

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

The /dqn-policies/id resource.

Parameters

policy_id – the id of the policy

Returns

The given policy or deletes the policy

Module contents