host_cachedconfigurations_clear#
Autogenerated API
- argus_api.lib.componentadmin.v1.host.cachedconfigurations.host_cachedconfigurations_clear.clear_cached_configurations(hostID: int, json: bool = True, verify: Optional[bool] = None, proxies: Optional[dict] = None, apiKey: Optional[str] = None, authentication: Optional[dict] = None, server_url: Optional[str] = None, body: Optional[dict] = None, api_session: Optional[ArgusAPISession] = None) dict #
Clear all installed configurations on this host (INTERNAL)
- Parameters
hostID (int) – ID of host to clear
json – return the response’s body as a
dict
parsed from json.True
by default. If set to false, the rawrequests.Response
object will be returned.verify – path to a certificate bundle or boolean indicating whether SSL verification should be performed.
apiKey – Argus API key.
authentication – authentication override
server_url – API base URL override
body – body of the request. other parameters will override keys defined in the body.
api_session – session to use for this request. If not set, the global session will be used.
- Raises
AuthenticationFailedException – on 401
AccessDeniedException – on 403
ObjectNotFoundException – on 404
RemoteInvocationFailedException – on 409
ArgusException – on other status codes
- Returns
dictionary translated from JSON
- argus_api.lib.componentadmin.v1.host.cachedconfigurations.host_cachedconfigurations_clear.compact_persistence(hostID: int, json: bool = True, verify: Optional[bool] = None, proxies: Optional[dict] = None, apiKey: Optional[str] = None, authentication: Optional[dict] = None, server_url: Optional[str] = None, body: Optional[dict] = None, api_session: Optional[ArgusAPISession] = None) dict #
Initiate compacting of persistence database on host (INTERNAL)
- Parameters
hostID (int) – ID of host to fetch list from
json – return the response’s body as a
dict
parsed from json.True
by default. If set to false, the rawrequests.Response
object will be returned.verify – path to a certificate bundle or boolean indicating whether SSL verification should be performed.
apiKey – Argus API key.
authentication – authentication override
server_url – API base URL override
body – body of the request. other parameters will override keys defined in the body.
api_session – session to use for this request. If not set, the global session will be used.
- Raises
AuthenticationFailedException – on 401
AccessDeniedException – on 403
ObjectNotFoundException – on 404
RemoteInvocationFailedException – on 409
ArgusException – on other status codes
- Returns
dictionary translated from JSON
- argus_api.lib.componentadmin.v1.host.cachedconfigurations.host_cachedconfigurations_clear.delete_component_persistence(hostID: int, container: str, component: str, json: bool = True, verify: Optional[bool] = None, proxies: Optional[dict] = None, apiKey: Optional[str] = None, authentication: Optional[dict] = None, server_url: Optional[str] = None, body: Optional[dict] = None, api_session: Optional[ArgusAPISession] = None) dict #
Delete component persistence (INTERNAL)
- Parameters
hostID (int) – ID of host to clear persistence on
container (str) – Name of container component belongs to
component (str) – Name of component to clear persistence for
json – return the response’s body as a
dict
parsed from json.True
by default. If set to false, the rawrequests.Response
object will be returned.verify – path to a certificate bundle or boolean indicating whether SSL verification should be performed.
apiKey – Argus API key.
authentication – authentication override
server_url – API base URL override
body – body of the request. other parameters will override keys defined in the body.
api_session – session to use for this request. If not set, the global session will be used.
- Raises
AuthenticationFailedException – on 401
AccessDeniedException – on 403
ObjectNotFoundException – on 404
RemoteInvocationFailedException – on 409
ArgusException – on other status codes
- Returns
dictionary translated from JSON
- argus_api.lib.componentadmin.v1.host.cachedconfigurations.host_cachedconfigurations_clear.install_all(hostID: int, json: bool = True, verify: Optional[bool] = None, proxies: Optional[dict] = None, apiKey: Optional[str] = None, authentication: Optional[dict] = None, server_url: Optional[str] = None, body: Optional[dict] = None, api_session: Optional[ArgusAPISession] = None) dict #
Install all defined configurations defined for this host (INTERNAL)
- Parameters
hostID (int) – ID of host to install on
json – return the response’s body as a
dict
parsed from json.True
by default. If set to false, the rawrequests.Response
object will be returned.verify – path to a certificate bundle or boolean indicating whether SSL verification should be performed.
apiKey – Argus API key.
authentication – authentication override
server_url – API base URL override
body – body of the request. other parameters will override keys defined in the body.
api_session – session to use for this request. If not set, the global session will be used.
- Raises
AuthenticationFailedException – on 401
AccessDeniedException – on 403
ObjectNotFoundException – on 404
RemoteInvocationFailedException – on 409
ArgusException – on other status codes
- Returns
dictionary translated from JSON
- argus_api.lib.componentadmin.v1.host.cachedconfigurations.host_cachedconfigurations_clear.list_persistent_components(hostID: int, json: bool = True, verify: Optional[bool] = None, proxies: Optional[dict] = None, apiKey: Optional[str] = None, authentication: Optional[dict] = None, server_url: Optional[str] = None, body: Optional[dict] = None, api_session: Optional[ArgusAPISession] = None) dict #
List persistent components on host (INTERNAL)
- Parameters
hostID (int) – ID of host to fetch list from
json – return the response’s body as a
dict
parsed from json.True
by default. If set to false, the rawrequests.Response
object will be returned.verify – path to a certificate bundle or boolean indicating whether SSL verification should be performed.
apiKey – Argus API key.
authentication – authentication override
server_url – API base URL override
body – body of the request. other parameters will override keys defined in the body.
api_session – session to use for this request. If not set, the global session will be used.
- Raises
AuthenticationFailedException – on 401
AccessDeniedException – on 403
ObjectNotFoundException – on 404
RemoteInvocationFailedException – on 409
ArgusException – on other status codes
- Returns
dictionary translated from JSON
- argus_api.lib.componentadmin.v1.host.cachedconfigurations.host_cachedconfigurations_clear.reboot(hostID: int, json: bool = True, verify: Optional[bool] = None, proxies: Optional[dict] = None, apiKey: Optional[str] = None, authentication: Optional[dict] = None, server_url: Optional[str] = None, body: Optional[dict] = None, api_session: Optional[ArgusAPISession] = None) dict #
DEPRECATED :
reboot
is an alias forreboot_host
. Exists only for backward compatibility - do not use - usereboot_host
instead.
- argus_api.lib.componentadmin.v1.host.cachedconfigurations.host_cachedconfigurations_clear.reboot_host(hostID: int, json: bool = True, verify: Optional[bool] = None, proxies: Optional[dict] = None, apiKey: Optional[str] = None, authentication: Optional[dict] = None, server_url: Optional[str] = None, body: Optional[dict] = None, api_session: Optional[ArgusAPISession] = None) dict #
Reboot host (INTERNAL)
- Parameters
hostID (int) – ID of host to reboot
json – return the response’s body as a
dict
parsed from json.True
by default. If set to false, the rawrequests.Response
object will be returned.verify – path to a certificate bundle or boolean indicating whether SSL verification should be performed.
apiKey – Argus API key.
authentication – authentication override
server_url – API base URL override
body – body of the request. other parameters will override keys defined in the body.
api_session – session to use for this request. If not set, the global session will be used.
- Raises
AuthenticationFailedException – on 401
AccessDeniedException – on 403
ObjectNotFoundException – on 404
RemoteInvocationFailedException – on 409
ArgusException – on other status codes
- Returns
dictionary translated from JSON
- argus_api.lib.componentadmin.v1.host.cachedconfigurations.host_cachedconfigurations_clear.refresh_host_status(id: int, json: bool = True, verify: Optional[bool] = None, proxies: Optional[dict] = None, apiKey: Optional[str] = None, authentication: Optional[dict] = None, server_url: Optional[str] = None, body: Optional[dict] = None, api_session: Optional[ArgusAPISession] = None) dict #
Request all components on specified host to immediately refresh status (INTERNAL)
- Parameters
id (int) – ID of host to request update from
json – return the response’s body as a
dict
parsed from json.True
by default. If set to false, the rawrequests.Response
object will be returned.verify – path to a certificate bundle or boolean indicating whether SSL verification should be performed.
apiKey – Argus API key.
authentication – authentication override
server_url – API base URL override
body – body of the request. other parameters will override keys defined in the body.
api_session – session to use for this request. If not set, the global session will be used.
- Raises
AuthenticationFailedException – on 401
AccessDeniedException – on 403
ObjectNotFoundException – on 404
RemoteInvocationFailedException – on 409
ArgusException – on other status codes
- Returns
dictionary translated from JSON