instance_status#
Autogenerated API
- argus_api.lib.componentadmin.v2.instance.instance_status.update_instance_status2(id: int, containerID: str = None, identifiers: dict = None, state: str = None, components: dict = None, instanceID: int = None, runningInstanceRevision: int = None, runningTemplateRevision: int = None, 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 #
null (INTERNAL)
- Parameters
id (int) – ID of instance
containerID (str) – ID of the currently running container
identifiers (dict) – Any identifiers for this instance container
state (str) – The state of this instance container
components (list) – An optional list of component updates for the root container
instanceID (int) – The instanceID of this container
runningInstanceRevision (int) – The instance revision of the running container
runningTemplateRevision (int) – The template revision of the running container
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.
- Returns
dictionary translated from JSON