csle_rest_api.resources.system_identification_jobs package

Submodules

csle_rest_api.resources.system_identification_jobs.routes module

Routes and sub-resources for the /system-identification-jobs resource

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

The /system-identification-jobs resource.

Returns

A list of system-identification-jobs or a list of ids of the jobs or deletes the jobs

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

An HTTP response with all system-identification jobs ids

csle_rest_api.resources.system_identification_jobs.routes.system_identification_policy(job_id: int) Tuple[flask.wrappers.Response, int][source]

The /system-identification-jobs/id resource.

Parameters

job_id – the id of the policy

Returns

The given policy or deletes the policy

Module contents