csle_rest_api.resources.ppo_policies package

Submodules

csle_rest_api.resources.ppo_policies.routes module

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

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

The /ppo-policies resource.

Returns

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

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

An HTTP response with all ppo policies ids

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

The /ppo-policies/id resource.

Parameters

policy_id – the id of the policy

Returns

The given policy or deletes the policy

Module contents