api_token_api
¶
OQTOPUS Cloud User API
OQTOPUS Cloud User API. This API is used to interact with the OQTOPUS Cloud service. The API provides endpoints to manage devices, jobs, and results. # noqa: E501
OpenAPI spec version: 1.0 Contact: oqtopus-team[at]googlegroups.com Generated by: https://github.com/swagger-api/swagger-codegen.git
Classes:
-
ApiTokenApi–NOTE: This class is auto generated by the swagger code generator program.
ApiTokenApi
¶
ApiTokenApi(api_client=None)
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually. Ref: https://github.com/swagger-api/swagger-codegen
Methods:
-
create_api_token–create api token # noqa: E501
-
create_api_token_with_http_info–create api token # noqa: E501
-
delete_api_token–delete api token # noqa: E501
-
delete_api_token_with_http_info–delete api token # noqa: E501
-
get_api_token–get api token # noqa: E501
-
get_api_token_with_http_info–get api token # noqa: E501
create_api_token
¶
create_api_token(**kwargs)
create api token # noqa: E501
Create api token # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True
thread = api.create_api_token(async_req=True) result = thread.get()
:param async_req bool :return: list[ApiTokenApiToken] If the method is called asynchronously, returns the request thread.
create_api_token_with_http_info
¶
create_api_token_with_http_info(**kwargs)
create api token # noqa: E501
Create api token # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True
thread = api.create_api_token_with_http_info(async_req=True) result = thread.get()
:param async_req bool :return: list[ApiTokenApiToken] If the method is called asynchronously, returns the request thread.
delete_api_token
¶
delete_api_token(**kwargs)
delete api token # noqa: E501
Delete api token # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True
thread = api.delete_api_token(async_req=True) result = thread.get()
:param async_req bool :return: None If the method is called asynchronously, returns the request thread.
delete_api_token_with_http_info
¶
delete_api_token_with_http_info(**kwargs)
delete api token # noqa: E501
Delete api token # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True
thread = api.delete_api_token_with_http_info(async_req=True) result = thread.get()
:param async_req bool :return: None If the method is called asynchronously, returns the request thread.
get_api_token
¶
get_api_token(**kwargs)
get api token # noqa: E501
Get api token # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True
thread = api.get_api_token(async_req=True) result = thread.get()
:param async_req bool :return: list[ApiTokenApiToken] If the method is called asynchronously, returns the request thread.
get_api_token_with_http_info
¶
get_api_token_with_http_info(**kwargs)
get api token # noqa: E501
Get api token # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True
thread = api.get_api_token_with_http_info(async_req=True) result = thread.get()
:param async_req bool :return: list[ApiTokenApiToken] If the method is called asynchronously, returns the request thread.