added arm files

This commit is contained in:
philip-ellis-sp
2022-08-18 17:32:01 -04:00
parent 716075a951
commit b4277c4234
1291 changed files with 47638 additions and 791 deletions

View File

@@ -0,0 +1,15 @@
---
id: agent-instruction
title: AgentInstruction
description: AgentInstruction
---
```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
<DocCardList items={useCurrentSidebarCategory().items}/>
```

View File

@@ -0,0 +1,15 @@
---
id: agent
title: Agent
description: Agent
---
```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
<DocCardList items={useCurrentSidebarCategory().items}/>
```

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,51 @@
---
id: register-agent
sidebar_label: Registers new agent using following agent data.
hide_title: true
hide_table_of_contents: true
api: {"tags":["Agent"],"operationId":"RegisterAgent","requestBody":{"content":{"application/json-patch+json":{"schema":{"required":["hostName","platform","agentVersion","wrapperVersion"],"type":"object","properties":{"id":{"format":"uuid","description":"Identifier of the agent entity.","type":"string"},"customerId":{"format":"uuid","description":"Identifier of the customer.","type":"string"},"hostName":{"description":"Name of the machine where agent is installed.","type":"string"},"platform":{"description":"Platform information, like win7-x64 or so.","type":"string"},"agentVersion":{"description":"Version of the agent.","type":"string"},"wrapperVersion":{"description":"Version of the wrapper.","type":"string"}}}},"application/json":{"schema":{"required":["hostName","platform","agentVersion","wrapperVersion"],"type":"object","properties":{"id":{"format":"uuid","description":"Identifier of the agent entity.","type":"string"},"customerId":{"format":"uuid","description":"Identifier of the customer.","type":"string"},"hostName":{"description":"Name of the machine where agent is installed.","type":"string"},"platform":{"description":"Platform information, like win7-x64 or so.","type":"string"},"agentVersion":{"description":"Version of the agent.","type":"string"},"wrapperVersion":{"description":"Version of the wrapper.","type":"string"}}}},"text/json":{"schema":{"required":["hostName","platform","agentVersion","wrapperVersion"],"type":"object","properties":{"id":{"format":"uuid","description":"Identifier of the agent entity.","type":"string"},"customerId":{"format":"uuid","description":"Identifier of the customer.","type":"string"},"hostName":{"description":"Name of the machine where agent is installed.","type":"string"},"platform":{"description":"Platform information, like win7-x64 or so.","type":"string"},"agentVersion":{"description":"Version of the agent.","type":"string"},"wrapperVersion":{"description":"Version of the wrapper.","type":"string"}}}},"application/*+json":{"schema":{"required":["hostName","platform","agentVersion","wrapperVersion"],"type":"object","properties":{"id":{"format":"uuid","description":"Identifier of the agent entity.","type":"string"},"customerId":{"format":"uuid","description":"Identifier of the customer.","type":"string"},"hostName":{"description":"Name of the machine where agent is installed.","type":"string"},"platform":{"description":"Platform information, like win7-x64 or so.","type":"string"},"agentVersion":{"description":"Version of the agent.","type":"string"},"wrapperVersion":{"description":"Version of the wrapper.","type":"string"}}}}},"description":"Agent data."},"responses":{"200":{"description":"Success","content":{"text/plain":{"schema":{"format":"uuid","type":"string"}},"application/json":{"schema":{"format":"uuid","type":"string"}},"text/json":{"schema":{"format":"uuid","type":"string"}}}},"500":{"description":"Server Error"}},"description":"Registers new agent using following agent data.","method":"post","path":"/api/agent","jsonRequestBodyExample":{"id":"3fa85f64-5717-4562-b3fc-2c963f66afa6","customerId":"3fa85f64-5717-4562-b3fc-2c963f66afa6","hostName":"string","platform":"string","agentVersion":"string","wrapperVersion":"string"},"info":{"version":"v1","title":"Access Risk Management Agent Management Service"},"postman":{"name":"Registers new agent using following agent data.","description":{"type":"text/plain"},"url":{"path":["api","agent"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"method":"POST","body":{"mode":"raw","raw":"\"\"","options":{"raw":{"language":"json"}}}}}
sidebar_class_name: "post api-method"
info_path: docs/arm/swagger-agent-management/access-risk-management-agent-management-service
---
import ApiTabs from "@theme/ApiTabs";
import MimeTabs from "@theme/MimeTabs";
import ParamsItem from "@theme/ParamsItem";
import ResponseSamples from "@theme/ResponseSamples";
import SchemaItem from "@theme/SchemaItem"
import SchemaTabs from "@theme/SchemaTabs";
import DiscriminatorTabs from "@theme/DiscriminatorTabs";
import TabItem from "@theme/TabItem";
## Registers new agent using following agent data.
Registers new agent using following agent data.
<MimeTabs groupId={"mime-type"}><TabItem label={"application/json-patch+json"} value={"application/json-patch+json"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Request Body</strong></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}><div style={{"marginTop":"1rem","marginBottom":"1rem"}}>
Agent data.
</div></div><ul style={{"marginLeft":"1rem"}}><SchemaItem collapsible={false} name={"id"} required={false} schemaDescription={"Identifier of the agent entity."} schemaName={"uuid"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"customerId"} required={false} schemaDescription={"Identifier of the customer."} schemaName={"uuid"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"hostName"} required={true} schemaDescription={"Name of the machine where agent is installed."} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"platform"} required={true} schemaDescription={"Platform information, like win7-x64 or so."} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"agentVersion"} required={true} schemaDescription={"Version of the agent."} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"wrapperVersion"} required={true} schemaDescription={"Version of the wrapper."} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem></ul></details></TabItem><TabItem label={"application/json"} value={"application/json"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Request Body</strong></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}><div style={{"marginTop":"1rem","marginBottom":"1rem"}}>
Agent data.
</div></div><ul style={{"marginLeft":"1rem"}}><SchemaItem collapsible={false} name={"id"} required={false} schemaDescription={"Identifier of the agent entity."} schemaName={"uuid"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"customerId"} required={false} schemaDescription={"Identifier of the customer."} schemaName={"uuid"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"hostName"} required={true} schemaDescription={"Name of the machine where agent is installed."} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"platform"} required={true} schemaDescription={"Platform information, like win7-x64 or so."} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"agentVersion"} required={true} schemaDescription={"Version of the agent."} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"wrapperVersion"} required={true} schemaDescription={"Version of the wrapper."} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem></ul></details></TabItem><TabItem label={"text/json"} value={"text/json"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Request Body</strong></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}><div style={{"marginTop":"1rem","marginBottom":"1rem"}}>
Agent data.
</div></div><ul style={{"marginLeft":"1rem"}}><SchemaItem collapsible={false} name={"id"} required={false} schemaDescription={"Identifier of the agent entity."} schemaName={"uuid"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"customerId"} required={false} schemaDescription={"Identifier of the customer."} schemaName={"uuid"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"hostName"} required={true} schemaDescription={"Name of the machine where agent is installed."} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"platform"} required={true} schemaDescription={"Platform information, like win7-x64 or so."} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"agentVersion"} required={true} schemaDescription={"Version of the agent."} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"wrapperVersion"} required={true} schemaDescription={"Version of the wrapper."} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem></ul></details></TabItem><TabItem label={"application/*+json"} value={"application/*+json"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Request Body</strong></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}><div style={{"marginTop":"1rem","marginBottom":"1rem"}}>
Agent data.
</div></div><ul style={{"marginLeft":"1rem"}}><SchemaItem collapsible={false} name={"id"} required={false} schemaDescription={"Identifier of the agent entity."} schemaName={"uuid"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"customerId"} required={false} schemaDescription={"Identifier of the customer."} schemaName={"uuid"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"hostName"} required={true} schemaDescription={"Name of the machine where agent is installed."} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"platform"} required={true} schemaDescription={"Platform information, like win7-x64 or so."} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"agentVersion"} required={true} schemaDescription={"Version of the agent."} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"wrapperVersion"} required={true} schemaDescription={"Version of the wrapper."} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem></ul></details></TabItem></MimeTabs><div><ApiTabs><TabItem label={"200"} value={"200"}><div>
Success
</div><div><MimeTabs groupId={"mime-type"}><TabItem label={"text/plain"} value={"text/plain"}><SchemaTabs groupId={"schema-tabs"}><TabItem label={"Schema"} value={"Schema"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Schema</strong></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}></div><ul style={{"marginLeft":"1rem"}}><li><div><strong>string</strong><span style={{"opacity":"0.6"}}> uuid</span></div></li></ul></details></TabItem></SchemaTabs></TabItem><TabItem label={"application/json"} value={"application/json"}><SchemaTabs groupId={"schema-tabs"}><TabItem label={"Schema"} value={"Schema"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Schema</strong></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}></div><ul style={{"marginLeft":"1rem"}}><li><div><strong>string</strong><span style={{"opacity":"0.6"}}> uuid</span></div></li></ul></details></TabItem></SchemaTabs></TabItem><TabItem label={"text/json"} value={"text/json"}><SchemaTabs groupId={"schema-tabs"}><TabItem label={"Schema"} value={"Schema"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Schema</strong></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}></div><ul style={{"marginLeft":"1rem"}}><li><div><strong>string</strong><span style={{"opacity":"0.6"}}> uuid</span></div></li></ul></details></TabItem></SchemaTabs></TabItem></MimeTabs></div></TabItem><TabItem label={"500"} value={"500"}><div>
Server Error
</div><div></div></TabItem></ApiTabs></div>

View File

@@ -0,0 +1,39 @@
---
id: reset-reversion
sidebar_label: Creates instruction to reset reversion of specified agent.
hide_title: true
hide_table_of_contents: true
api: {"tags":["AgentInstruction"],"operationId":"ResetReversion","parameters":[{"name":"agentId","in":"path","description":"Identifier of the agent.","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"description":"Success","content":{"text/plain":{"schema":{"format":"uuid","type":"string"}},"application/json":{"schema":{"format":"uuid","type":"string"}},"text/json":{"schema":{"format":"uuid","type":"string"}}}},"404":{"description":"Not Found","content":{"text/plain":{"schema":{"type":"object","properties":{"type":{"type":"string"},"title":{"type":"string"},"status":{"format":"int32","type":"integer"},"detail":{"type":"string"},"instance":{"type":"string"}},"additionalProperties":{"type":"object"}}},"application/json":{"schema":{"type":"object","properties":{"type":{"type":"string"},"title":{"type":"string"},"status":{"format":"int32","type":"integer"},"detail":{"type":"string"},"instance":{"type":"string"}},"additionalProperties":{"type":"object"}}},"text/json":{"schema":{"type":"object","properties":{"type":{"type":"string"},"title":{"type":"string"},"status":{"format":"int32","type":"integer"},"detail":{"type":"string"},"instance":{"type":"string"}},"additionalProperties":{"type":"object"}}}}},"500":{"description":"Server Error"}},"description":"Creates instruction to reset reversion of specified agent.","method":"post","path":"/api/instruction/resetReversion/{agentId}","info":{"version":"v1","title":"Access Risk Management Agent Management Service"},"postman":{"name":"Creates instruction to reset reversion of specified agent.","description":{"type":"text/plain"},"url":{"path":["api","instruction","resetReversion",":agentId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) Identifier of the agent.","type":"text/plain"},"type":"any","value":"","key":"agentId"}]},"header":[{"key":"Accept","value":"text/plain"}],"method":"POST"}}
sidebar_class_name: "post api-method"
info_path: docs/arm/swagger-agent-management/access-risk-management-agent-management-service
---
import ApiTabs from "@theme/ApiTabs";
import MimeTabs from "@theme/MimeTabs";
import ParamsItem from "@theme/ParamsItem";
import ResponseSamples from "@theme/ResponseSamples";
import SchemaItem from "@theme/SchemaItem"
import SchemaTabs from "@theme/SchemaTabs";
import DiscriminatorTabs from "@theme/DiscriminatorTabs";
import TabItem from "@theme/TabItem";
## Creates instruction to reset reversion of specified agent.
Creates instruction to reset reversion of specified agent.
<details style={{"marginBottom":"1rem"}} data-collapsed={false} open={true}><summary style={{}}><strong>Path Parameters</strong></summary><div><ul><ParamsItem className={"paramsItem"} param={{"name":"agentId","in":"path","description":"Identifier of the agent.","required":true,"schema":{"type":"string","format":"uuid"}}}></ParamsItem></ul></div></details><div><ApiTabs><TabItem label={"200"} value={"200"}><div>
Success
</div><div><MimeTabs groupId={"mime-type"}><TabItem label={"text/plain"} value={"text/plain"}><SchemaTabs groupId={"schema-tabs"}><TabItem label={"Schema"} value={"Schema"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Schema</strong></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}></div><ul style={{"marginLeft":"1rem"}}><li><div><strong>string</strong><span style={{"opacity":"0.6"}}> uuid</span></div></li></ul></details></TabItem></SchemaTabs></TabItem><TabItem label={"application/json"} value={"application/json"}><SchemaTabs groupId={"schema-tabs"}><TabItem label={"Schema"} value={"Schema"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Schema</strong></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}></div><ul style={{"marginLeft":"1rem"}}><li><div><strong>string</strong><span style={{"opacity":"0.6"}}> uuid</span></div></li></ul></details></TabItem></SchemaTabs></TabItem><TabItem label={"text/json"} value={"text/json"}><SchemaTabs groupId={"schema-tabs"}><TabItem label={"Schema"} value={"Schema"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Schema</strong></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}></div><ul style={{"marginLeft":"1rem"}}><li><div><strong>string</strong><span style={{"opacity":"0.6"}}> uuid</span></div></li></ul></details></TabItem></SchemaTabs></TabItem></MimeTabs></div></TabItem><TabItem label={"404"} value={"404"}><div>
Not Found
</div><div><MimeTabs groupId={"mime-type"}><TabItem label={"text/plain"} value={"text/plain"}><SchemaTabs groupId={"schema-tabs"}><TabItem label={"Schema"} value={"Schema"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Schema</strong></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}></div><ul style={{"marginLeft":"1rem"}}><SchemaItem collapsible={false} name={"type"} required={false} schemaDescription={undefined} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"title"} required={false} schemaDescription={undefined} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"status"} required={false} schemaDescription={undefined} schemaName={"int32"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"detail"} required={false} schemaDescription={undefined} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"instance"} required={false} schemaDescription={undefined} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem></ul></details></TabItem></SchemaTabs></TabItem><TabItem label={"application/json"} value={"application/json"}><SchemaTabs groupId={"schema-tabs"}><TabItem label={"Schema"} value={"Schema"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Schema</strong></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}></div><ul style={{"marginLeft":"1rem"}}><SchemaItem collapsible={false} name={"type"} required={false} schemaDescription={undefined} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"title"} required={false} schemaDescription={undefined} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"status"} required={false} schemaDescription={undefined} schemaName={"int32"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"detail"} required={false} schemaDescription={undefined} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"instance"} required={false} schemaDescription={undefined} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem></ul></details></TabItem></SchemaTabs></TabItem><TabItem label={"text/json"} value={"text/json"}><SchemaTabs groupId={"schema-tabs"}><TabItem label={"Schema"} value={"Schema"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Schema</strong></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}></div><ul style={{"marginLeft":"1rem"}}><SchemaItem collapsible={false} name={"type"} required={false} schemaDescription={undefined} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"title"} required={false} schemaDescription={undefined} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"status"} required={false} schemaDescription={undefined} schemaName={"int32"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"detail"} required={false} schemaDescription={undefined} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"instance"} required={false} schemaDescription={undefined} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem></ul></details></TabItem></SchemaTabs></TabItem></MimeTabs></div></TabItem><TabItem label={"500"} value={"500"}><div>
Server Error
</div><div></div></TabItem></ApiTabs></div>

View File

@@ -0,0 +1,39 @@
---
id: restart-agent
sidebar_label: Creates instruction to restart specified agent.
hide_title: true
hide_table_of_contents: true
api: {"tags":["AgentInstruction"],"operationId":"RestartAgent","parameters":[{"name":"agentId","in":"path","description":"Identifier of the agent.","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"description":"Success","content":{"text/plain":{"schema":{"format":"uuid","type":"string"}},"application/json":{"schema":{"format":"uuid","type":"string"}},"text/json":{"schema":{"format":"uuid","type":"string"}}}},"404":{"description":"Not Found","content":{"text/plain":{"schema":{"type":"object","properties":{"type":{"type":"string"},"title":{"type":"string"},"status":{"format":"int32","type":"integer"},"detail":{"type":"string"},"instance":{"type":"string"}},"additionalProperties":{"type":"object"}}},"application/json":{"schema":{"type":"object","properties":{"type":{"type":"string"},"title":{"type":"string"},"status":{"format":"int32","type":"integer"},"detail":{"type":"string"},"instance":{"type":"string"}},"additionalProperties":{"type":"object"}}},"text/json":{"schema":{"type":"object","properties":{"type":{"type":"string"},"title":{"type":"string"},"status":{"format":"int32","type":"integer"},"detail":{"type":"string"},"instance":{"type":"string"}},"additionalProperties":{"type":"object"}}}}},"500":{"description":"Server Error"}},"description":"Creates instruction to restart specified agent.","method":"post","path":"/api/instruction/restart/{agentId}","info":{"version":"v1","title":"Access Risk Management Agent Management Service"},"postman":{"name":"Creates instruction to restart specified agent.","description":{"type":"text/plain"},"url":{"path":["api","instruction","restart",":agentId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) Identifier of the agent.","type":"text/plain"},"type":"any","value":"","key":"agentId"}]},"header":[{"key":"Accept","value":"text/plain"}],"method":"POST"}}
sidebar_class_name: "post api-method"
info_path: docs/arm/swagger-agent-management/access-risk-management-agent-management-service
---
import ApiTabs from "@theme/ApiTabs";
import MimeTabs from "@theme/MimeTabs";
import ParamsItem from "@theme/ParamsItem";
import ResponseSamples from "@theme/ResponseSamples";
import SchemaItem from "@theme/SchemaItem"
import SchemaTabs from "@theme/SchemaTabs";
import DiscriminatorTabs from "@theme/DiscriminatorTabs";
import TabItem from "@theme/TabItem";
## Creates instruction to restart specified agent.
Creates instruction to restart specified agent.
<details style={{"marginBottom":"1rem"}} data-collapsed={false} open={true}><summary style={{}}><strong>Path Parameters</strong></summary><div><ul><ParamsItem className={"paramsItem"} param={{"name":"agentId","in":"path","description":"Identifier of the agent.","required":true,"schema":{"type":"string","format":"uuid"}}}></ParamsItem></ul></div></details><div><ApiTabs><TabItem label={"200"} value={"200"}><div>
Success
</div><div><MimeTabs groupId={"mime-type"}><TabItem label={"text/plain"} value={"text/plain"}><SchemaTabs groupId={"schema-tabs"}><TabItem label={"Schema"} value={"Schema"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Schema</strong></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}></div><ul style={{"marginLeft":"1rem"}}><li><div><strong>string</strong><span style={{"opacity":"0.6"}}> uuid</span></div></li></ul></details></TabItem></SchemaTabs></TabItem><TabItem label={"application/json"} value={"application/json"}><SchemaTabs groupId={"schema-tabs"}><TabItem label={"Schema"} value={"Schema"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Schema</strong></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}></div><ul style={{"marginLeft":"1rem"}}><li><div><strong>string</strong><span style={{"opacity":"0.6"}}> uuid</span></div></li></ul></details></TabItem></SchemaTabs></TabItem><TabItem label={"text/json"} value={"text/json"}><SchemaTabs groupId={"schema-tabs"}><TabItem label={"Schema"} value={"Schema"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Schema</strong></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}></div><ul style={{"marginLeft":"1rem"}}><li><div><strong>string</strong><span style={{"opacity":"0.6"}}> uuid</span></div></li></ul></details></TabItem></SchemaTabs></TabItem></MimeTabs></div></TabItem><TabItem label={"404"} value={"404"}><div>
Not Found
</div><div><MimeTabs groupId={"mime-type"}><TabItem label={"text/plain"} value={"text/plain"}><SchemaTabs groupId={"schema-tabs"}><TabItem label={"Schema"} value={"Schema"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Schema</strong></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}></div><ul style={{"marginLeft":"1rem"}}><SchemaItem collapsible={false} name={"type"} required={false} schemaDescription={undefined} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"title"} required={false} schemaDescription={undefined} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"status"} required={false} schemaDescription={undefined} schemaName={"int32"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"detail"} required={false} schemaDescription={undefined} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"instance"} required={false} schemaDescription={undefined} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem></ul></details></TabItem></SchemaTabs></TabItem><TabItem label={"application/json"} value={"application/json"}><SchemaTabs groupId={"schema-tabs"}><TabItem label={"Schema"} value={"Schema"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Schema</strong></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}></div><ul style={{"marginLeft":"1rem"}}><SchemaItem collapsible={false} name={"type"} required={false} schemaDescription={undefined} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"title"} required={false} schemaDescription={undefined} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"status"} required={false} schemaDescription={undefined} schemaName={"int32"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"detail"} required={false} schemaDescription={undefined} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"instance"} required={false} schemaDescription={undefined} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem></ul></details></TabItem></SchemaTabs></TabItem><TabItem label={"text/json"} value={"text/json"}><SchemaTabs groupId={"schema-tabs"}><TabItem label={"Schema"} value={"Schema"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Schema</strong></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}></div><ul style={{"marginLeft":"1rem"}}><SchemaItem collapsible={false} name={"type"} required={false} schemaDescription={undefined} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"title"} required={false} schemaDescription={undefined} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"status"} required={false} schemaDescription={undefined} schemaName={"int32"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"detail"} required={false} schemaDescription={undefined} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"instance"} required={false} schemaDescription={undefined} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem></ul></details></TabItem></SchemaTabs></TabItem></MimeTabs></div></TabItem><TabItem label={"500"} value={"500"}><div>
Server Error
</div><div></div></TabItem></ApiTabs></div>

View File

@@ -0,0 +1,39 @@
---
id: reversion-agent
sidebar_label: Creates instruction to reversion specified agent.
hide_title: true
hide_table_of_contents: true
api: {"tags":["AgentInstruction"],"operationId":"ReversionAgent","parameters":[{"name":"agentId","in":"path","description":"Identifier of the agent.","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"version","in":"path","description":"Version to use.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"text/plain":{"schema":{"format":"uuid","type":"string"}},"application/json":{"schema":{"format":"uuid","type":"string"}},"text/json":{"schema":{"format":"uuid","type":"string"}}}},"404":{"description":"Not Found","content":{"text/plain":{"schema":{"type":"object","properties":{"type":{"type":"string"},"title":{"type":"string"},"status":{"format":"int32","type":"integer"},"detail":{"type":"string"},"instance":{"type":"string"}},"additionalProperties":{"type":"object"}}},"application/json":{"schema":{"type":"object","properties":{"type":{"type":"string"},"title":{"type":"string"},"status":{"format":"int32","type":"integer"},"detail":{"type":"string"},"instance":{"type":"string"}},"additionalProperties":{"type":"object"}}},"text/json":{"schema":{"type":"object","properties":{"type":{"type":"string"},"title":{"type":"string"},"status":{"format":"int32","type":"integer"},"detail":{"type":"string"},"instance":{"type":"string"}},"additionalProperties":{"type":"object"}}}}},"500":{"description":"Server Error"}},"description":"Creates instruction to reversion specified agent.","method":"post","path":"/api/instruction/reversion/{agentId}/{version}","info":{"version":"v1","title":"Access Risk Management Agent Management Service"},"postman":{"name":"Creates instruction to reversion specified agent.","description":{"type":"text/plain"},"url":{"path":["api","instruction","reversion",":agentId",":version"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) Identifier of the agent.","type":"text/plain"},"type":"any","value":"","key":"agentId"},{"disabled":false,"description":{"content":"(Required) Version to use.","type":"text/plain"},"type":"any","value":"","key":"version"}]},"header":[{"key":"Accept","value":"text/plain"}],"method":"POST"}}
sidebar_class_name: "post api-method"
info_path: docs/arm/swagger-agent-management/access-risk-management-agent-management-service
---
import ApiTabs from "@theme/ApiTabs";
import MimeTabs from "@theme/MimeTabs";
import ParamsItem from "@theme/ParamsItem";
import ResponseSamples from "@theme/ResponseSamples";
import SchemaItem from "@theme/SchemaItem"
import SchemaTabs from "@theme/SchemaTabs";
import DiscriminatorTabs from "@theme/DiscriminatorTabs";
import TabItem from "@theme/TabItem";
## Creates instruction to reversion specified agent.
Creates instruction to reversion specified agent.
<details style={{"marginBottom":"1rem"}} data-collapsed={false} open={true}><summary style={{}}><strong>Path Parameters</strong></summary><div><ul><ParamsItem className={"paramsItem"} param={{"name":"agentId","in":"path","description":"Identifier of the agent.","required":true,"schema":{"type":"string","format":"uuid"}}}></ParamsItem><ParamsItem className={"paramsItem"} param={{"name":"version","in":"path","description":"Version to use.","required":true,"schema":{"type":"string"}}}></ParamsItem></ul></div></details><div><ApiTabs><TabItem label={"200"} value={"200"}><div>
Success
</div><div><MimeTabs groupId={"mime-type"}><TabItem label={"text/plain"} value={"text/plain"}><SchemaTabs groupId={"schema-tabs"}><TabItem label={"Schema"} value={"Schema"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Schema</strong></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}></div><ul style={{"marginLeft":"1rem"}}><li><div><strong>string</strong><span style={{"opacity":"0.6"}}> uuid</span></div></li></ul></details></TabItem></SchemaTabs></TabItem><TabItem label={"application/json"} value={"application/json"}><SchemaTabs groupId={"schema-tabs"}><TabItem label={"Schema"} value={"Schema"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Schema</strong></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}></div><ul style={{"marginLeft":"1rem"}}><li><div><strong>string</strong><span style={{"opacity":"0.6"}}> uuid</span></div></li></ul></details></TabItem></SchemaTabs></TabItem><TabItem label={"text/json"} value={"text/json"}><SchemaTabs groupId={"schema-tabs"}><TabItem label={"Schema"} value={"Schema"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Schema</strong></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}></div><ul style={{"marginLeft":"1rem"}}><li><div><strong>string</strong><span style={{"opacity":"0.6"}}> uuid</span></div></li></ul></details></TabItem></SchemaTabs></TabItem></MimeTabs></div></TabItem><TabItem label={"404"} value={"404"}><div>
Not Found
</div><div><MimeTabs groupId={"mime-type"}><TabItem label={"text/plain"} value={"text/plain"}><SchemaTabs groupId={"schema-tabs"}><TabItem label={"Schema"} value={"Schema"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Schema</strong></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}></div><ul style={{"marginLeft":"1rem"}}><SchemaItem collapsible={false} name={"type"} required={false} schemaDescription={undefined} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"title"} required={false} schemaDescription={undefined} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"status"} required={false} schemaDescription={undefined} schemaName={"int32"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"detail"} required={false} schemaDescription={undefined} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"instance"} required={false} schemaDescription={undefined} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem></ul></details></TabItem></SchemaTabs></TabItem><TabItem label={"application/json"} value={"application/json"}><SchemaTabs groupId={"schema-tabs"}><TabItem label={"Schema"} value={"Schema"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Schema</strong></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}></div><ul style={{"marginLeft":"1rem"}}><SchemaItem collapsible={false} name={"type"} required={false} schemaDescription={undefined} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"title"} required={false} schemaDescription={undefined} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"status"} required={false} schemaDescription={undefined} schemaName={"int32"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"detail"} required={false} schemaDescription={undefined} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"instance"} required={false} schemaDescription={undefined} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem></ul></details></TabItem></SchemaTabs></TabItem><TabItem label={"text/json"} value={"text/json"}><SchemaTabs groupId={"schema-tabs"}><TabItem label={"Schema"} value={"Schema"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Schema</strong></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}></div><ul style={{"marginLeft":"1rem"}}><SchemaItem collapsible={false} name={"type"} required={false} schemaDescription={undefined} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"title"} required={false} schemaDescription={undefined} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"status"} required={false} schemaDescription={undefined} schemaName={"int32"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"detail"} required={false} schemaDescription={undefined} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"instance"} required={false} schemaDescription={undefined} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem></ul></details></TabItem></SchemaTabs></TabItem></MimeTabs></div></TabItem><TabItem label={"500"} value={"500"}><div>
Server Error
</div><div></div></TabItem></ApiTabs></div>

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
module.exports = [{"type":"category","label":"Agent","link":{"type":"doc","id":"arm/swagger-agent-management/agent"},"items":[{"type":"doc","id":"arm/swagger-agent-management/register-agent","label":"Registers new agent using following agent data.","className":"api-method post"},{"type":"doc","id":"arm/swagger-agent-management/update-agent","label":"Updates existing agent using following agent data.","className":"api-method patch"},{"type":"doc","id":"arm/swagger-agent-management/check-for-instruction","label":"Gets instruction for specified agent. Also it updates appropriate agent metadata in the database.","className":"api-method post"},{"type":"doc","id":"arm/swagger-agent-management/send-emergency-message","label":"Sends the emergency email to fix team with detailed information.","className":"api-method post"}]},{"type":"category","label":"AgentInstruction","link":{"type":"doc","id":"arm/swagger-agent-management/agent-instruction"},"items":[{"type":"doc","id":"arm/swagger-agent-management/restart-agent","label":"Creates instruction to restart specified agent.","className":"api-method post"},{"type":"doc","id":"arm/swagger-agent-management/reversion-agent","label":"Creates instruction to reversion specified agent.","className":"api-method post"},{"type":"doc","id":"arm/swagger-agent-management/reset-reversion","label":"Creates instruction to reset reversion of specified agent.","className":"api-method post"}]}];

View File

@@ -0,0 +1,55 @@
---
id: update-agent
sidebar_label: Updates existing agent using following agent data.
hide_title: true
hide_table_of_contents: true
api: {"tags":["Agent"],"operationId":"UpdateAgent","requestBody":{"content":{"application/json-patch+json":{"schema":{"required":["hostName","platform","agentVersion","wrapperVersion"],"type":"object","properties":{"id":{"format":"uuid","description":"Identifier of the agent entity.","type":"string"},"customerId":{"format":"uuid","description":"Identifier of the customer.","type":"string"},"hostName":{"description":"Name of the machine where agent is installed.","type":"string"},"platform":{"description":"Platform information, like win7-x64 or so.","type":"string"},"agentVersion":{"description":"Version of the agent.","type":"string"},"wrapperVersion":{"description":"Version of the wrapper.","type":"string"}}}},"application/json":{"schema":{"required":["hostName","platform","agentVersion","wrapperVersion"],"type":"object","properties":{"id":{"format":"uuid","description":"Identifier of the agent entity.","type":"string"},"customerId":{"format":"uuid","description":"Identifier of the customer.","type":"string"},"hostName":{"description":"Name of the machine where agent is installed.","type":"string"},"platform":{"description":"Platform information, like win7-x64 or so.","type":"string"},"agentVersion":{"description":"Version of the agent.","type":"string"},"wrapperVersion":{"description":"Version of the wrapper.","type":"string"}}}},"text/json":{"schema":{"required":["hostName","platform","agentVersion","wrapperVersion"],"type":"object","properties":{"id":{"format":"uuid","description":"Identifier of the agent entity.","type":"string"},"customerId":{"format":"uuid","description":"Identifier of the customer.","type":"string"},"hostName":{"description":"Name of the machine where agent is installed.","type":"string"},"platform":{"description":"Platform information, like win7-x64 or so.","type":"string"},"agentVersion":{"description":"Version of the agent.","type":"string"},"wrapperVersion":{"description":"Version of the wrapper.","type":"string"}}}},"application/*+json":{"schema":{"required":["hostName","platform","agentVersion","wrapperVersion"],"type":"object","properties":{"id":{"format":"uuid","description":"Identifier of the agent entity.","type":"string"},"customerId":{"format":"uuid","description":"Identifier of the customer.","type":"string"},"hostName":{"description":"Name of the machine where agent is installed.","type":"string"},"platform":{"description":"Platform information, like win7-x64 or so.","type":"string"},"agentVersion":{"description":"Version of the agent.","type":"string"},"wrapperVersion":{"description":"Version of the wrapper.","type":"string"}}}}},"description":"Agent data."},"responses":{"200":{"description":"Success","content":{"text/plain":{"schema":{"format":"uuid","type":"string"}},"application/json":{"schema":{"format":"uuid","type":"string"}},"text/json":{"schema":{"format":"uuid","type":"string"}}}},"404":{"description":"Not Found","content":{"text/plain":{"schema":{"type":"object","properties":{"type":{"type":"string"},"title":{"type":"string"},"status":{"format":"int32","type":"integer"},"detail":{"type":"string"},"instance":{"type":"string"}},"additionalProperties":{"type":"object"}}},"application/json":{"schema":{"type":"object","properties":{"type":{"type":"string"},"title":{"type":"string"},"status":{"format":"int32","type":"integer"},"detail":{"type":"string"},"instance":{"type":"string"}},"additionalProperties":{"type":"object"}}},"text/json":{"schema":{"type":"object","properties":{"type":{"type":"string"},"title":{"type":"string"},"status":{"format":"int32","type":"integer"},"detail":{"type":"string"},"instance":{"type":"string"}},"additionalProperties":{"type":"object"}}}}},"500":{"description":"Server Error"}},"description":"Updates existing agent using following agent data.","method":"patch","path":"/api/agent","jsonRequestBodyExample":{"id":"3fa85f64-5717-4562-b3fc-2c963f66afa6","customerId":"3fa85f64-5717-4562-b3fc-2c963f66afa6","hostName":"string","platform":"string","agentVersion":"string","wrapperVersion":"string"},"info":{"version":"v1","title":"Access Risk Management Agent Management Service"},"postman":{"name":"Updates existing agent using following agent data.","description":{"type":"text/plain"},"url":{"path":["api","agent"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"method":"PATCH","body":{"mode":"raw","raw":"\"\"","options":{"raw":{"language":"json"}}}}}
sidebar_class_name: "patch api-method"
info_path: docs/arm/swagger-agent-management/access-risk-management-agent-management-service
---
import ApiTabs from "@theme/ApiTabs";
import MimeTabs from "@theme/MimeTabs";
import ParamsItem from "@theme/ParamsItem";
import ResponseSamples from "@theme/ResponseSamples";
import SchemaItem from "@theme/SchemaItem"
import SchemaTabs from "@theme/SchemaTabs";
import DiscriminatorTabs from "@theme/DiscriminatorTabs";
import TabItem from "@theme/TabItem";
## Updates existing agent using following agent data.
Updates existing agent using following agent data.
<MimeTabs groupId={"mime-type"}><TabItem label={"application/json-patch+json"} value={"application/json-patch+json"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Request Body</strong></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}><div style={{"marginTop":"1rem","marginBottom":"1rem"}}>
Agent data.
</div></div><ul style={{"marginLeft":"1rem"}}><SchemaItem collapsible={false} name={"id"} required={false} schemaDescription={"Identifier of the agent entity."} schemaName={"uuid"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"customerId"} required={false} schemaDescription={"Identifier of the customer."} schemaName={"uuid"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"hostName"} required={true} schemaDescription={"Name of the machine where agent is installed."} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"platform"} required={true} schemaDescription={"Platform information, like win7-x64 or so."} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"agentVersion"} required={true} schemaDescription={"Version of the agent."} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"wrapperVersion"} required={true} schemaDescription={"Version of the wrapper."} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem></ul></details></TabItem><TabItem label={"application/json"} value={"application/json"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Request Body</strong></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}><div style={{"marginTop":"1rem","marginBottom":"1rem"}}>
Agent data.
</div></div><ul style={{"marginLeft":"1rem"}}><SchemaItem collapsible={false} name={"id"} required={false} schemaDescription={"Identifier of the agent entity."} schemaName={"uuid"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"customerId"} required={false} schemaDescription={"Identifier of the customer."} schemaName={"uuid"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"hostName"} required={true} schemaDescription={"Name of the machine where agent is installed."} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"platform"} required={true} schemaDescription={"Platform information, like win7-x64 or so."} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"agentVersion"} required={true} schemaDescription={"Version of the agent."} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"wrapperVersion"} required={true} schemaDescription={"Version of the wrapper."} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem></ul></details></TabItem><TabItem label={"text/json"} value={"text/json"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Request Body</strong></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}><div style={{"marginTop":"1rem","marginBottom":"1rem"}}>
Agent data.
</div></div><ul style={{"marginLeft":"1rem"}}><SchemaItem collapsible={false} name={"id"} required={false} schemaDescription={"Identifier of the agent entity."} schemaName={"uuid"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"customerId"} required={false} schemaDescription={"Identifier of the customer."} schemaName={"uuid"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"hostName"} required={true} schemaDescription={"Name of the machine where agent is installed."} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"platform"} required={true} schemaDescription={"Platform information, like win7-x64 or so."} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"agentVersion"} required={true} schemaDescription={"Version of the agent."} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"wrapperVersion"} required={true} schemaDescription={"Version of the wrapper."} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem></ul></details></TabItem><TabItem label={"application/*+json"} value={"application/*+json"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Request Body</strong></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}><div style={{"marginTop":"1rem","marginBottom":"1rem"}}>
Agent data.
</div></div><ul style={{"marginLeft":"1rem"}}><SchemaItem collapsible={false} name={"id"} required={false} schemaDescription={"Identifier of the agent entity."} schemaName={"uuid"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"customerId"} required={false} schemaDescription={"Identifier of the customer."} schemaName={"uuid"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"hostName"} required={true} schemaDescription={"Name of the machine where agent is installed."} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"platform"} required={true} schemaDescription={"Platform information, like win7-x64 or so."} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"agentVersion"} required={true} schemaDescription={"Version of the agent."} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"wrapperVersion"} required={true} schemaDescription={"Version of the wrapper."} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem></ul></details></TabItem></MimeTabs><div><ApiTabs><TabItem label={"200"} value={"200"}><div>
Success
</div><div><MimeTabs groupId={"mime-type"}><TabItem label={"text/plain"} value={"text/plain"}><SchemaTabs groupId={"schema-tabs"}><TabItem label={"Schema"} value={"Schema"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Schema</strong></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}></div><ul style={{"marginLeft":"1rem"}}><li><div><strong>string</strong><span style={{"opacity":"0.6"}}> uuid</span></div></li></ul></details></TabItem></SchemaTabs></TabItem><TabItem label={"application/json"} value={"application/json"}><SchemaTabs groupId={"schema-tabs"}><TabItem label={"Schema"} value={"Schema"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Schema</strong></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}></div><ul style={{"marginLeft":"1rem"}}><li><div><strong>string</strong><span style={{"opacity":"0.6"}}> uuid</span></div></li></ul></details></TabItem></SchemaTabs></TabItem><TabItem label={"text/json"} value={"text/json"}><SchemaTabs groupId={"schema-tabs"}><TabItem label={"Schema"} value={"Schema"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Schema</strong></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}></div><ul style={{"marginLeft":"1rem"}}><li><div><strong>string</strong><span style={{"opacity":"0.6"}}> uuid</span></div></li></ul></details></TabItem></SchemaTabs></TabItem></MimeTabs></div></TabItem><TabItem label={"404"} value={"404"}><div>
Not Found
</div><div><MimeTabs groupId={"mime-type"}><TabItem label={"text/plain"} value={"text/plain"}><SchemaTabs groupId={"schema-tabs"}><TabItem label={"Schema"} value={"Schema"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Schema</strong></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}></div><ul style={{"marginLeft":"1rem"}}><SchemaItem collapsible={false} name={"type"} required={false} schemaDescription={undefined} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"title"} required={false} schemaDescription={undefined} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"status"} required={false} schemaDescription={undefined} schemaName={"int32"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"detail"} required={false} schemaDescription={undefined} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"instance"} required={false} schemaDescription={undefined} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem></ul></details></TabItem></SchemaTabs></TabItem><TabItem label={"application/json"} value={"application/json"}><SchemaTabs groupId={"schema-tabs"}><TabItem label={"Schema"} value={"Schema"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Schema</strong></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}></div><ul style={{"marginLeft":"1rem"}}><SchemaItem collapsible={false} name={"type"} required={false} schemaDescription={undefined} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"title"} required={false} schemaDescription={undefined} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"status"} required={false} schemaDescription={undefined} schemaName={"int32"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"detail"} required={false} schemaDescription={undefined} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"instance"} required={false} schemaDescription={undefined} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem></ul></details></TabItem></SchemaTabs></TabItem><TabItem label={"text/json"} value={"text/json"}><SchemaTabs groupId={"schema-tabs"}><TabItem label={"Schema"} value={"Schema"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Schema</strong></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}></div><ul style={{"marginLeft":"1rem"}}><SchemaItem collapsible={false} name={"type"} required={false} schemaDescription={undefined} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"title"} required={false} schemaDescription={undefined} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"status"} required={false} schemaDescription={undefined} schemaName={"int32"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"detail"} required={false} schemaDescription={undefined} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"instance"} required={false} schemaDescription={undefined} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem></ul></details></TabItem></SchemaTabs></TabItem></MimeTabs></div></TabItem><TabItem label={"500"} value={"500"}><div>
Server Error
</div><div></div></TabItem></ApiTabs></div>

View File

@@ -0,0 +1,15 @@
---
id: analysis
title: Analysis
description: Analysis
---
```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
<DocCardList items={useCurrentSidebarCategory().items}/>
```

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,15 @@
---
id: offline-reporting
title: OfflineReporting
description: OfflineReporting
---
```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
<DocCardList items={useCurrentSidebarCategory().items}/>
```

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,15 @@
---
id: online-reporting
title: OnlineReporting
description: OnlineReporting
---
```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
<DocCardList items={useCurrentSidebarCategory().items}/>
```

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,15 @@
---
id: role
title: Role
description: Role
---
```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
<DocCardList items={useCurrentSidebarCategory().items}/>
```

View File

@@ -0,0 +1,15 @@
---
id: scoped-analysis
title: ScopedAnalysis
description: ScopedAnalysis
---
```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
<DocCardList items={useCurrentSidebarCategory().items}/>
```

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,15 @@
---
id: tenancy-check
title: TenancyCheck
description: TenancyCheck
---
```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
<DocCardList items={useCurrentSidebarCategory().items}/>
```

View File

@@ -0,0 +1,31 @@
---
id: update-rulebook
sidebar_label: Updates the rulebook of an onboarded account, and kicks off an analysis workflow.
hide_title: true
hide_table_of_contents: true
api: {"tags":["Workflow"],"operationId":"UpdateRulebook","parameters":[{"name":"accountId","in":"path","description":"","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"}}}}}},"responses":{"200":{"description":"Success"}},"description":"Updates the rulebook of an onboarded account, and kicks off an analysis workflow.","method":"post","path":"/api/accounts/{accountId}/rulebooks","info":{"version":"v1","title":"Access Risk Management Analysis Services"},"postman":{"name":"Updates the rulebook of an onboarded account, and kicks off an analysis workflow.","description":{"type":"text/plain"},"url":{"path":["api","accounts",":accountId","rulebooks"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"","key":"accountId"}]},"header":[{"key":"Content-Type","value":"multipart/form-data"}],"method":"POST","body":{"mode":"formdata","formdata":[]}}}
sidebar_class_name: "post api-method"
info_path: docs/arm/swagger-analysis/access-risk-management-analysis-services
---
import ApiTabs from "@theme/ApiTabs";
import MimeTabs from "@theme/MimeTabs";
import ParamsItem from "@theme/ParamsItem";
import ResponseSamples from "@theme/ResponseSamples";
import SchemaItem from "@theme/SchemaItem"
import SchemaTabs from "@theme/SchemaTabs";
import DiscriminatorTabs from "@theme/DiscriminatorTabs";
import TabItem from "@theme/TabItem";
## Updates the rulebook of an onboarded account, and kicks off an analysis workflow.
Updates the rulebook of an onboarded account, and kicks off an analysis workflow.
<details style={{"marginBottom":"1rem"}} data-collapsed={false} open={true}><summary style={{}}><strong>Path Parameters</strong></summary><div><ul><ParamsItem className={"paramsItem"} param={{"name":"accountId","in":"path","description":"","required":true,"schema":{"type":"string","format":"uuid"}}}></ParamsItem></ul></div></details><MimeTabs><TabItem label={"multipart/form-data"} value={"multipart/form-data-schema"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Request Body</strong></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}></div><ul style={{"marginLeft":"1rem"}}><SchemaItem collapsible={false} name={"file"} required={false} schemaDescription={undefined} schemaName={"binary"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem></ul></details></TabItem></MimeTabs><div><ApiTabs><TabItem label={"200"} value={"200"}><div>
Success
</div><div></div></TabItem></ApiTabs></div>

View File

@@ -0,0 +1,31 @@
---
id: update-security-db
sidebar_label: Updates the security extract of an onboarded account, and kicks off an analysis workflow.
hide_title: true
hide_table_of_contents: true
api: {"tags":["Workflow"],"operationId":"UpdateSecurityDb","parameters":[{"name":"accountId","in":"path","description":"","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"systemId","in":"query","description":"","required":false,"schema":{"type":"integer","format":"int32"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"file":{"description":"Security extract file. MUST be zipped.","type":"string","format":"binary"}}}}}},"responses":{"200":{"description":"Success"}},"description":"Updates the security extract of an onboarded account, and kicks off an analysis workflow.","method":"post","path":"/api/accounts/{accountId}/extracts","info":{"version":"v1","title":"Access Risk Management Analysis Services"},"postman":{"name":"Updates the security extract of an onboarded account, and kicks off an analysis workflow.","description":{"type":"text/plain"},"url":{"path":["api","accounts",":accountId","extracts"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"systemId","value":""}],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"","key":"accountId"}]},"header":[{"key":"Content-Type","value":"multipart/form-data"}],"method":"POST","body":{"mode":"formdata","formdata":[]}}}
sidebar_class_name: "post api-method"
info_path: docs/arm/swagger-analysis/access-risk-management-analysis-services
---
import ApiTabs from "@theme/ApiTabs";
import MimeTabs from "@theme/MimeTabs";
import ParamsItem from "@theme/ParamsItem";
import ResponseSamples from "@theme/ResponseSamples";
import SchemaItem from "@theme/SchemaItem"
import SchemaTabs from "@theme/SchemaTabs";
import DiscriminatorTabs from "@theme/DiscriminatorTabs";
import TabItem from "@theme/TabItem";
## Updates the security extract of an onboarded account, and kicks off an analysis workflow.
Updates the security extract of an onboarded account, and kicks off an analysis workflow.
<details style={{"marginBottom":"1rem"}} data-collapsed={false} open={true}><summary style={{}}><strong>Path Parameters</strong></summary><div><ul><ParamsItem className={"paramsItem"} param={{"name":"accountId","in":"path","description":"","required":true,"schema":{"type":"string","format":"uuid"}}}></ParamsItem></ul></div></details><details style={{"marginBottom":"1rem"}} data-collapsed={false} open={true}><summary style={{}}><strong>Query Parameters</strong></summary><div><ul><ParamsItem className={"paramsItem"} param={{"name":"systemId","in":"query","description":"","required":false,"schema":{"type":"integer","format":"int32"}}}></ParamsItem></ul></div></details><MimeTabs><TabItem label={"multipart/form-data"} value={"multipart/form-data-schema"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Request Body</strong></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}></div><ul style={{"marginLeft":"1rem"}}><SchemaItem collapsible={false} name={"file"} required={false} schemaDescription={"Security extract file. MUST be zipped."} schemaName={"binary"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem></ul></details></TabItem></MimeTabs><div><ApiTabs><TabItem label={"200"} value={"200"}><div>
Success
</div><div></div></TabItem></ApiTabs></div>

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,15 @@
---
id: user
title: User
description: User
---
```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
<DocCardList items={useCurrentSidebarCategory().items}/>
```

View File

@@ -0,0 +1,15 @@
---
id: workflow
title: Workflow
description: Workflow
---
```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
<DocCardList items={useCurrentSidebarCategory().items}/>
```

View File

@@ -0,0 +1,15 @@
---
id: access-context
title: AccessContext
description: AccessContext
---
```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
<DocCardList items={useCurrentSidebarCategory().items}/>
```

View File

@@ -0,0 +1,15 @@
---
id: access-review
title: AccessReview
description: AccessReview
---
```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
<DocCardList items={useCurrentSidebarCategory().items}/>
```

View File

@@ -0,0 +1,47 @@
---
id: add-comment
sidebar_label: Adds a comment on an EAM Request.
hide_title: true
hide_table_of_contents: true
api: {"tags":["EmergencyAccessManagement"],"operationId":"AddComment","parameters":[{"name":"requestId","in":"path","description":"The request ID.","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"text":{"description":"The text of the comment","type":"string"},"attachment":{"description":"The attachment of the comment","type":"string","format":"binary"}}}}}},"responses":{"200":{"description":"Success"},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"500":{"description":"Server Error"}},"description":"Adds a comment on an EAM Request.","method":"post","path":"/api/eam/{requestId}/comments","info":{"version":"v1","title":"Access Risk Management ARM Web APIs"},"postman":{"name":"Adds a comment on an EAM Request.","description":{"type":"text/plain"},"url":{"path":["api","eam",":requestId","comments"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) The request ID.","type":"text/plain"},"type":"any","value":"","key":"requestId"}]},"header":[{"key":"Content-Type","value":"multipart/form-data"}],"method":"POST","body":{"mode":"formdata","formdata":[]}}}
sidebar_class_name: "post api-method"
info_path: docs/arm/swagger-arm/access-risk-management-arm-web-ap-is
---
import ApiTabs from "@theme/ApiTabs";
import MimeTabs from "@theme/MimeTabs";
import ParamsItem from "@theme/ParamsItem";
import ResponseSamples from "@theme/ResponseSamples";
import SchemaItem from "@theme/SchemaItem"
import SchemaTabs from "@theme/SchemaTabs";
import DiscriminatorTabs from "@theme/DiscriminatorTabs";
import TabItem from "@theme/TabItem";
## Adds a comment on an EAM Request.
Adds a comment on an EAM Request.
<details style={{"marginBottom":"1rem"}} data-collapsed={false} open={true}><summary style={{}}><strong>Path Parameters</strong></summary><div><ul><ParamsItem className={"paramsItem"} param={{"name":"requestId","in":"path","description":"The request ID.","required":true,"schema":{"type":"string","format":"uuid"}}}></ParamsItem></ul></div></details><MimeTabs><TabItem label={"multipart/form-data"} value={"multipart/form-data-schema"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Request Body</strong></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}></div><ul style={{"marginLeft":"1rem"}}><SchemaItem collapsible={false} name={"text"} required={false} schemaDescription={"The text of the comment"} schemaName={"string"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem><SchemaItem collapsible={false} name={"attachment"} required={false} schemaDescription={"The attachment of the comment"} schemaName={"binary"} qualifierMessage={undefined} defaultValue={undefined}></SchemaItem></ul></details></TabItem></MimeTabs><div><ApiTabs><TabItem label={"200"} value={"200"}><div>
Success
</div><div></div></TabItem><TabItem label={"400"} value={"400"}><div>
Bad Request
</div><div></div></TabItem><TabItem label={"401"} value={"401"}><div>
Unauthorized
</div><div></div></TabItem><TabItem label={"403"} value={"403"}><div>
Forbidden
</div><div></div></TabItem><TabItem label={"500"} value={"500"}><div>
Server Error
</div><div></div></TabItem></ApiTabs></div>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,43 @@
---
id: are-access-contexts-enabled
sidebar_label: Determines if access contexts are enabled for specified customer.
hide_title: true
hide_table_of_contents: true
api: {"tags":["AccessContext"],"operationId":"AreAccessContextsEnabled","parameters":[{"name":"customerId","in":"path","description":"Identifier of the customer.","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"description":"Success"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"500":{"description":"Server Error"}},"description":"Determines if access contexts are enabled for specified customer.","method":"get","path":"/api/accessContext/{customerId}/areEnabled","info":{"version":"v1","title":"Access Risk Management ARM Web APIs"},"postman":{"name":"Determines if access contexts are enabled for specified customer.","description":{"type":"text/plain"},"url":{"path":["api","accessContext",":customerId","areEnabled"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) Identifier of the customer.","type":"text/plain"},"type":"any","value":"","key":"customerId"}]},"method":"GET"}}
sidebar_class_name: "get api-method"
info_path: docs/arm/swagger-arm/access-risk-management-arm-web-ap-is
---
import ApiTabs from "@theme/ApiTabs";
import MimeTabs from "@theme/MimeTabs";
import ParamsItem from "@theme/ParamsItem";
import ResponseSamples from "@theme/ResponseSamples";
import SchemaItem from "@theme/SchemaItem"
import SchemaTabs from "@theme/SchemaTabs";
import DiscriminatorTabs from "@theme/DiscriminatorTabs";
import TabItem from "@theme/TabItem";
## Determines if access contexts are enabled for specified customer.
Determines if access contexts are enabled for specified customer.
<details style={{"marginBottom":"1rem"}} data-collapsed={false} open={true}><summary style={{}}><strong>Path Parameters</strong></summary><div><ul><ParamsItem className={"paramsItem"} param={{"name":"customerId","in":"path","description":"Identifier of the customer.","required":true,"schema":{"type":"string","format":"uuid"}}}></ParamsItem></ul></div></details><div><ApiTabs><TabItem label={"200"} value={"200"}><div>
Success
</div><div></div></TabItem><TabItem label={"401"} value={"401"}><div>
Unauthorized
</div><div></div></TabItem><TabItem label={"403"} value={"403"}><div>
Forbidden
</div><div></div></TabItem><TabItem label={"500"} value={"500"}><div>
Server Error
</div><div></div></TabItem></ApiTabs></div>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,111 @@
---
id: assign-access-context-list-for-user
sidebar_label: Assigns user to the access context.
hide_title: true
hide_table_of_contents: true
api: {"tags":["AccessContext"],"operationId":"AssignAccessContextListForUser","parameters":[{"name":"customerId","in":"path","description":"Identifier of the customer.","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"userId","in":"path","description":"Identifier of the user.","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"content":{"application/json;odata.metadata=minimal;odata.streaming=true":{"schema":{"uniqueItems":false,"type":"array","items":{"format":"uuid","type":"string"}}},"application/json;odata.metadata=minimal;odata.streaming=false":{"schema":{"uniqueItems":false,"type":"array","items":{"format":"uuid","type":"string"}}},"application/json;odata.metadata=minimal":{"schema":{"uniqueItems":false,"type":"array","items":{"format":"uuid","type":"string"}}},"application/json;odata.metadata=full;odata.streaming=true":{"schema":{"uniqueItems":false,"type":"array","items":{"format":"uuid","type":"string"}}},"application/json;odata.metadata=full;odata.streaming=false":{"schema":{"uniqueItems":false,"type":"array","items":{"format":"uuid","type":"string"}}},"application/json;odata.metadata=full":{"schema":{"uniqueItems":false,"type":"array","items":{"format":"uuid","type":"string"}}},"application/json;odata.metadata=none;odata.streaming=true":{"schema":{"uniqueItems":false,"type":"array","items":{"format":"uuid","type":"string"}}},"application/json;odata.metadata=none;odata.streaming=false":{"schema":{"uniqueItems":false,"type":"array","items":{"format":"uuid","type":"string"}}},"application/json;odata.metadata=none":{"schema":{"uniqueItems":false,"type":"array","items":{"format":"uuid","type":"string"}}},"application/json;odata.streaming=true":{"schema":{"uniqueItems":false,"type":"array","items":{"format":"uuid","type":"string"}}},"application/json;odata.streaming=false":{"schema":{"uniqueItems":false,"type":"array","items":{"format":"uuid","type":"string"}}},"application/json":{"schema":{"uniqueItems":false,"type":"array","items":{"format":"uuid","type":"string"}}},"application/xml":{"schema":{"uniqueItems":false,"type":"array","items":{"format":"uuid","type":"string"}}},"application/prs.odatatestxx-odata":{"schema":{"uniqueItems":false,"type":"array","items":{"format":"uuid","type":"string"}}},"application/json-patch+json":{"schema":{"uniqueItems":false,"type":"array","items":{"format":"uuid","type":"string"}}},"text/json":{"schema":{"uniqueItems":false,"type":"array","items":{"format":"uuid","type":"string"}}},"application/*+json":{"schema":{"uniqueItems":false,"type":"array","items":{"format":"uuid","type":"string"}}}},"description":"Idenfiers of contexts to assign to user."},"responses":{"200":{"description":"Success"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"500":{"description":"Server Error"}},"description":"Assigns user to the access context.","method":"post","path":"/api/accessContext/{customerId}/{userId}/assign","jsonRequestBodyExample":["3fa85f64-5717-4562-b3fc-2c963f66afa6"],"info":{"version":"v1","title":"Access Risk Management ARM Web APIs"},"postman":{"name":"Assigns user to the access context.","description":{"type":"text/plain"},"url":{"path":["api","accessContext",":customerId",":userId","assign"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) Identifier of the customer.","type":"text/plain"},"type":"any","value":"","key":"customerId"},{"disabled":false,"description":{"content":"(Required) Identifier of the user.","type":"text/plain"},"type":"any","value":"","key":"userId"}]},"header":[{"key":"Content-Type","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"\"\"","options":{"raw":{"language":"json"}}}}}
sidebar_class_name: "post api-method"
info_path: docs/arm/swagger-arm/access-risk-management-arm-web-ap-is
---
import ApiTabs from "@theme/ApiTabs";
import MimeTabs from "@theme/MimeTabs";
import ParamsItem from "@theme/ParamsItem";
import ResponseSamples from "@theme/ResponseSamples";
import SchemaItem from "@theme/SchemaItem"
import SchemaTabs from "@theme/SchemaTabs";
import DiscriminatorTabs from "@theme/DiscriminatorTabs";
import TabItem from "@theme/TabItem";
## Assigns user to the access context.
Assigns user to the access context.
<details style={{"marginBottom":"1rem"}} data-collapsed={false} open={true}><summary style={{}}><strong>Path Parameters</strong></summary><div><ul><ParamsItem className={"paramsItem"} param={{"name":"customerId","in":"path","description":"Identifier of the customer.","required":true,"schema":{"type":"string","format":"uuid"}}}></ParamsItem><ParamsItem className={"paramsItem"} param={{"name":"userId","in":"path","description":"Identifier of the user.","required":true,"schema":{"type":"string","format":"uuid"}}}></ParamsItem></ul></div></details><MimeTabs groupId={"mime-type"}><TabItem label={"application/json;odata.metadata=minimal;odata.streaming=true"} value={"application/json;odata.metadata=minimal;odata.streaming=true"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Request Body</strong><span style={{"opacity":"0.6"}}> array</span></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}><div style={{"marginTop":"1rem","marginBottom":"1rem"}}>
Idenfiers of contexts to assign to user.
</div></div><ul style={{"marginLeft":"1rem"}}><li><div><strong>string</strong><span style={{"opacity":"0.6"}}> uuid</span></div></li></ul></details></TabItem><TabItem label={"application/json;odata.metadata=minimal;odata.streaming=false"} value={"application/json;odata.metadata=minimal;odata.streaming=false"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Request Body</strong><span style={{"opacity":"0.6"}}> array</span></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}><div style={{"marginTop":"1rem","marginBottom":"1rem"}}>
Idenfiers of contexts to assign to user.
</div></div><ul style={{"marginLeft":"1rem"}}><li><div><strong>string</strong><span style={{"opacity":"0.6"}}> uuid</span></div></li></ul></details></TabItem><TabItem label={"application/json;odata.metadata=minimal"} value={"application/json;odata.metadata=minimal"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Request Body</strong><span style={{"opacity":"0.6"}}> array</span></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}><div style={{"marginTop":"1rem","marginBottom":"1rem"}}>
Idenfiers of contexts to assign to user.
</div></div><ul style={{"marginLeft":"1rem"}}><li><div><strong>string</strong><span style={{"opacity":"0.6"}}> uuid</span></div></li></ul></details></TabItem><TabItem label={"application/json;odata.metadata=full;odata.streaming=true"} value={"application/json;odata.metadata=full;odata.streaming=true"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Request Body</strong><span style={{"opacity":"0.6"}}> array</span></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}><div style={{"marginTop":"1rem","marginBottom":"1rem"}}>
Idenfiers of contexts to assign to user.
</div></div><ul style={{"marginLeft":"1rem"}}><li><div><strong>string</strong><span style={{"opacity":"0.6"}}> uuid</span></div></li></ul></details></TabItem><TabItem label={"application/json;odata.metadata=full;odata.streaming=false"} value={"application/json;odata.metadata=full;odata.streaming=false"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Request Body</strong><span style={{"opacity":"0.6"}}> array</span></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}><div style={{"marginTop":"1rem","marginBottom":"1rem"}}>
Idenfiers of contexts to assign to user.
</div></div><ul style={{"marginLeft":"1rem"}}><li><div><strong>string</strong><span style={{"opacity":"0.6"}}> uuid</span></div></li></ul></details></TabItem><TabItem label={"application/json;odata.metadata=full"} value={"application/json;odata.metadata=full"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Request Body</strong><span style={{"opacity":"0.6"}}> array</span></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}><div style={{"marginTop":"1rem","marginBottom":"1rem"}}>
Idenfiers of contexts to assign to user.
</div></div><ul style={{"marginLeft":"1rem"}}><li><div><strong>string</strong><span style={{"opacity":"0.6"}}> uuid</span></div></li></ul></details></TabItem><TabItem label={"application/json;odata.metadata=none;odata.streaming=true"} value={"application/json;odata.metadata=none;odata.streaming=true"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Request Body</strong><span style={{"opacity":"0.6"}}> array</span></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}><div style={{"marginTop":"1rem","marginBottom":"1rem"}}>
Idenfiers of contexts to assign to user.
</div></div><ul style={{"marginLeft":"1rem"}}><li><div><strong>string</strong><span style={{"opacity":"0.6"}}> uuid</span></div></li></ul></details></TabItem><TabItem label={"application/json;odata.metadata=none;odata.streaming=false"} value={"application/json;odata.metadata=none;odata.streaming=false"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Request Body</strong><span style={{"opacity":"0.6"}}> array</span></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}><div style={{"marginTop":"1rem","marginBottom":"1rem"}}>
Idenfiers of contexts to assign to user.
</div></div><ul style={{"marginLeft":"1rem"}}><li><div><strong>string</strong><span style={{"opacity":"0.6"}}> uuid</span></div></li></ul></details></TabItem><TabItem label={"application/json;odata.metadata=none"} value={"application/json;odata.metadata=none"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Request Body</strong><span style={{"opacity":"0.6"}}> array</span></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}><div style={{"marginTop":"1rem","marginBottom":"1rem"}}>
Idenfiers of contexts to assign to user.
</div></div><ul style={{"marginLeft":"1rem"}}><li><div><strong>string</strong><span style={{"opacity":"0.6"}}> uuid</span></div></li></ul></details></TabItem><TabItem label={"application/json;odata.streaming=true"} value={"application/json;odata.streaming=true"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Request Body</strong><span style={{"opacity":"0.6"}}> array</span></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}><div style={{"marginTop":"1rem","marginBottom":"1rem"}}>
Idenfiers of contexts to assign to user.
</div></div><ul style={{"marginLeft":"1rem"}}><li><div><strong>string</strong><span style={{"opacity":"0.6"}}> uuid</span></div></li></ul></details></TabItem><TabItem label={"application/json;odata.streaming=false"} value={"application/json;odata.streaming=false"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Request Body</strong><span style={{"opacity":"0.6"}}> array</span></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}><div style={{"marginTop":"1rem","marginBottom":"1rem"}}>
Idenfiers of contexts to assign to user.
</div></div><ul style={{"marginLeft":"1rem"}}><li><div><strong>string</strong><span style={{"opacity":"0.6"}}> uuid</span></div></li></ul></details></TabItem><TabItem label={"application/json"} value={"application/json"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Request Body</strong><span style={{"opacity":"0.6"}}> array</span></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}><div style={{"marginTop":"1rem","marginBottom":"1rem"}}>
Idenfiers of contexts to assign to user.
</div></div><ul style={{"marginLeft":"1rem"}}><li><div><strong>string</strong><span style={{"opacity":"0.6"}}> uuid</span></div></li></ul></details></TabItem><TabItem label={"application/xml"} value={"application/xml"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Request Body</strong><span style={{"opacity":"0.6"}}> array</span></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}><div style={{"marginTop":"1rem","marginBottom":"1rem"}}>
Idenfiers of contexts to assign to user.
</div></div><ul style={{"marginLeft":"1rem"}}><li><div><strong>string</strong><span style={{"opacity":"0.6"}}> uuid</span></div></li></ul></details></TabItem><TabItem label={"application/prs.odatatestxx-odata"} value={"application/prs.odatatestxx-odata"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Request Body</strong><span style={{"opacity":"0.6"}}> array</span></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}><div style={{"marginTop":"1rem","marginBottom":"1rem"}}>
Idenfiers of contexts to assign to user.
</div></div><ul style={{"marginLeft":"1rem"}}><li><div><strong>string</strong><span style={{"opacity":"0.6"}}> uuid</span></div></li></ul></details></TabItem><TabItem label={"application/json-patch+json"} value={"application/json-patch+json"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Request Body</strong><span style={{"opacity":"0.6"}}> array</span></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}><div style={{"marginTop":"1rem","marginBottom":"1rem"}}>
Idenfiers of contexts to assign to user.
</div></div><ul style={{"marginLeft":"1rem"}}><li><div><strong>string</strong><span style={{"opacity":"0.6"}}> uuid</span></div></li></ul></details></TabItem><TabItem label={"text/json"} value={"text/json"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Request Body</strong><span style={{"opacity":"0.6"}}> array</span></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}><div style={{"marginTop":"1rem","marginBottom":"1rem"}}>
Idenfiers of contexts to assign to user.
</div></div><ul style={{"marginLeft":"1rem"}}><li><div><strong>string</strong><span style={{"opacity":"0.6"}}> uuid</span></div></li></ul></details></TabItem><TabItem label={"application/*+json"} value={"application/*+json"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Request Body</strong><span style={{"opacity":"0.6"}}> array</span></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}><div style={{"marginTop":"1rem","marginBottom":"1rem"}}>
Idenfiers of contexts to assign to user.
</div></div><ul style={{"marginLeft":"1rem"}}><li><div><strong>string</strong><span style={{"opacity":"0.6"}}> uuid</span></div></li></ul></details></TabItem></MimeTabs><div><ApiTabs><TabItem label={"200"} value={"200"}><div>
Success
</div><div></div></TabItem><TabItem label={"401"} value={"401"}><div>
Unauthorized
</div><div></div></TabItem><TabItem label={"403"} value={"403"}><div>
Forbidden
</div><div></div></TabItem><TabItem label={"500"} value={"500"}><div>
Server Error
</div><div></div></TabItem></ApiTabs></div>

View File

@@ -0,0 +1,43 @@
---
id: assign-user
sidebar_label: Assigns user to the access context.
hide_title: true
hide_table_of_contents: true
api: {"tags":["AccessContext"],"operationId":"AssignUser","parameters":[{"name":"contextId","in":"path","description":"Identifier of the context.","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"userId","in":"path","description":"Identifier of the user.","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"description":"Success"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"500":{"description":"Server Error"}},"description":"Assigns user to the access context.","method":"post","path":"/api/accessContext/{contextId}/{userId}/add","info":{"version":"v1","title":"Access Risk Management ARM Web APIs"},"postman":{"name":"Assigns user to the access context.","description":{"type":"text/plain"},"url":{"path":["api","accessContext",":contextId",":userId","add"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) Identifier of the context.","type":"text/plain"},"type":"any","value":"","key":"contextId"},{"disabled":false,"description":{"content":"(Required) Identifier of the user.","type":"text/plain"},"type":"any","value":"","key":"userId"}]},"method":"POST"}}
sidebar_class_name: "post api-method"
info_path: docs/arm/swagger-arm/access-risk-management-arm-web-ap-is
---
import ApiTabs from "@theme/ApiTabs";
import MimeTabs from "@theme/MimeTabs";
import ParamsItem from "@theme/ParamsItem";
import ResponseSamples from "@theme/ResponseSamples";
import SchemaItem from "@theme/SchemaItem"
import SchemaTabs from "@theme/SchemaTabs";
import DiscriminatorTabs from "@theme/DiscriminatorTabs";
import TabItem from "@theme/TabItem";
## Assigns user to the access context.
Assigns user to the access context.
<details style={{"marginBottom":"1rem"}} data-collapsed={false} open={true}><summary style={{}}><strong>Path Parameters</strong></summary><div><ul><ParamsItem className={"paramsItem"} param={{"name":"contextId","in":"path","description":"Identifier of the context.","required":true,"schema":{"type":"string","format":"uuid"}}}></ParamsItem><ParamsItem className={"paramsItem"} param={{"name":"userId","in":"path","description":"Identifier of the user.","required":true,"schema":{"type":"string","format":"uuid"}}}></ParamsItem></ul></div></details><div><ApiTabs><TabItem label={"200"} value={"200"}><div>
Success
</div><div></div></TabItem><TabItem label={"401"} value={"401"}><div>
Unauthorized
</div><div></div></TabItem><TabItem label={"403"} value={"403"}><div>
Forbidden
</div><div></div></TabItem><TabItem label={"500"} value={"500"}><div>
Server Error
</div><div></div></TabItem></ApiTabs></div>

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,15 @@
---
id: change-logs
title: ChangeLogs
description: ChangeLogs
---
```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
<DocCardList items={useCurrentSidebarCategory().items}/>
```

View File

@@ -0,0 +1,15 @@
---
id: compatibility-matrix
title: CompatibilityMatrix
description: CompatibilityMatrix
---
```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
<DocCardList items={useCurrentSidebarCategory().items}/>
```

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,15 @@
---
id: customer-settings
title: CustomerSettings
description: CustomerSettings
---
```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
<DocCardList items={useCurrentSidebarCategory().items}/>
```

View File

@@ -0,0 +1,15 @@
---
id: dashboard
title: Dashboard
description: Dashboard
---
```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
<DocCardList items={useCurrentSidebarCategory().items}/>
```

View File

@@ -0,0 +1,15 @@
---
id: data-storage
title: DataStorage
description: DataStorage
---
```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
<DocCardList items={useCurrentSidebarCategory().items}/>
```

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,35 @@
---
id: delete-compatibility-matrix-by-system-id
sidebar_label: Delete the compatibilities for a specific erp system
hide_title: true
hide_table_of_contents: true
api: {"tags":["CompatibilityMatrix"],"operationId":"DeleteCompatibilityMatrixBySystemId","parameters":[{"name":"systemId","in":"path","description":"","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"Success"},"401":{"description":"Unauthorized"}},"description":"Delete the compatibilities for a specific erp system","method":"delete","path":"/api/CompatibilityMatrix/BySystem/{systemId}","info":{"version":"v1","title":"Access Risk Management ARM Web APIs"},"postman":{"name":"Delete the compatibilities for a specific erp system","description":{"type":"text/plain"},"url":{"path":["api","CompatibilityMatrix","BySystem",":systemId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"","key":"systemId"}]},"method":"DELETE"}}
sidebar_class_name: "delete api-method"
info_path: docs/arm/swagger-arm/access-risk-management-arm-web-ap-is
---
import ApiTabs from "@theme/ApiTabs";
import MimeTabs from "@theme/MimeTabs";
import ParamsItem from "@theme/ParamsItem";
import ResponseSamples from "@theme/ResponseSamples";
import SchemaItem from "@theme/SchemaItem"
import SchemaTabs from "@theme/SchemaTabs";
import DiscriminatorTabs from "@theme/DiscriminatorTabs";
import TabItem from "@theme/TabItem";
## Delete the compatibilities for a specific erp system
Delete the compatibilities for a specific erp system
<details style={{"marginBottom":"1rem"}} data-collapsed={false} open={true}><summary style={{}}><strong>Path Parameters</strong></summary><div><ul><ParamsItem className={"paramsItem"} param={{"name":"systemId","in":"path","description":"","required":true,"schema":{"type":"integer","format":"int32"}}}></ParamsItem></ul></div></details><div><ApiTabs><TabItem label={"200"} value={"200"}><div>
Success
</div><div></div></TabItem><TabItem label={"401"} value={"401"}><div>
Unauthorized
</div><div></div></TabItem></ApiTabs></div>

View File

@@ -0,0 +1,31 @@
---
id: delete-compatibility-matrix-by-system-type
sidebar_label: Delete the compatibilities for a specific erp system type
hide_title: true
hide_table_of_contents: true
api: {"tags":["CompatibilityMatrix"],"operationId":"DeleteCompatibilityMatrixBySystemType","parameters":[{"name":"systemType","in":"path","description":"","required":true,"schema":{"type":"string","enum":["undefined","sap","successFactors","ariba","concur","uConnect"]}}],"responses":{"200":{"description":"Success"}},"description":"Delete the compatibilities for a specific erp system type","method":"delete","path":"/api/CompatibilityMatrix/ByType/{systemType}","info":{"version":"v1","title":"Access Risk Management ARM Web APIs"},"postman":{"name":"Delete the compatibilities for a specific erp system type","description":{"type":"text/plain"},"url":{"path":["api","CompatibilityMatrix","ByType",":systemType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"","key":"systemType"}]},"method":"DELETE"}}
sidebar_class_name: "delete api-method"
info_path: docs/arm/swagger-arm/access-risk-management-arm-web-ap-is
---
import ApiTabs from "@theme/ApiTabs";
import MimeTabs from "@theme/MimeTabs";
import ParamsItem from "@theme/ParamsItem";
import ResponseSamples from "@theme/ResponseSamples";
import SchemaItem from "@theme/SchemaItem"
import SchemaTabs from "@theme/SchemaTabs";
import DiscriminatorTabs from "@theme/DiscriminatorTabs";
import TabItem from "@theme/TabItem";
## Delete the compatibilities for a specific erp system type
Delete the compatibilities for a specific erp system type
<details style={{"marginBottom":"1rem"}} data-collapsed={false} open={true}><summary style={{}}><strong>Path Parameters</strong></summary><div><ul><ParamsItem className={"paramsItem"} param={{"name":"systemType","in":"path","description":"","required":true,"schema":{"type":"string","enum":["undefined","sap","successFactors","ariba","concur","uConnect"]}}}></ParamsItem></ul></div></details><div><ApiTabs><TabItem label={"200"} value={"200"}><div>
Success
</div><div></div></TabItem></ApiTabs></div>

View File

@@ -0,0 +1,43 @@
---
id: delete-context
sidebar_label: Deletes access context.
hide_title: true
hide_table_of_contents: true
api: {"tags":["AccessContext"],"operationId":"DeleteContext","parameters":[{"name":"contextId","in":"path","description":"Identifier of the context.","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"description":"Success"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"500":{"description":"Server Error"}},"description":"Deletes access context.","method":"delete","path":"/api/accessContext/{contextId}","info":{"version":"v1","title":"Access Risk Management ARM Web APIs"},"postman":{"name":"Deletes access context.","description":{"type":"text/plain"},"url":{"path":["api","accessContext",":contextId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) Identifier of the context.","type":"text/plain"},"type":"any","value":"","key":"contextId"}]},"method":"DELETE"}}
sidebar_class_name: "delete api-method"
info_path: docs/arm/swagger-arm/access-risk-management-arm-web-ap-is
---
import ApiTabs from "@theme/ApiTabs";
import MimeTabs from "@theme/MimeTabs";
import ParamsItem from "@theme/ParamsItem";
import ResponseSamples from "@theme/ResponseSamples";
import SchemaItem from "@theme/SchemaItem"
import SchemaTabs from "@theme/SchemaTabs";
import DiscriminatorTabs from "@theme/DiscriminatorTabs";
import TabItem from "@theme/TabItem";
## Deletes access context.
Deletes access context.
<details style={{"marginBottom":"1rem"}} data-collapsed={false} open={true}><summary style={{}}><strong>Path Parameters</strong></summary><div><ul><ParamsItem className={"paramsItem"} param={{"name":"contextId","in":"path","description":"Identifier of the context.","required":true,"schema":{"type":"string","format":"uuid"}}}></ParamsItem></ul></div></details><div><ApiTabs><TabItem label={"200"} value={"200"}><div>
Success
</div><div></div></TabItem><TabItem label={"401"} value={"401"}><div>
Unauthorized
</div><div></div></TabItem><TabItem label={"403"} value={"403"}><div>
Forbidden
</div><div></div></TabItem><TabItem label={"500"} value={"500"}><div>
Server Error
</div><div></div></TabItem></ApiTabs></div>

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,47 @@
---
id: delete-profile
sidebar_label: Deletes an existing EAM profile.
hide_title: true
hide_table_of_contents: true
api: {"tags":["EmergencyAccessManagement"],"operationId":"DeleteProfile","parameters":[{"name":"profileId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"description":"Success"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"500":{"description":"Server Error"}},"description":"Deletes an existing EAM profile.","method":"delete","path":"/api/eam/profile/{profileId}","info":{"version":"v1","title":"Access Risk Management ARM Web APIs"},"postman":{"name":"Deletes an existing EAM profile.","description":{"type":"text/plain"},"url":{"path":["api","eam","profile",":profileId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"","key":"profileId"}]},"method":"DELETE"}}
sidebar_class_name: "delete api-method"
info_path: docs/arm/swagger-arm/access-risk-management-arm-web-ap-is
---
import ApiTabs from "@theme/ApiTabs";
import MimeTabs from "@theme/MimeTabs";
import ParamsItem from "@theme/ParamsItem";
import ResponseSamples from "@theme/ResponseSamples";
import SchemaItem from "@theme/SchemaItem"
import SchemaTabs from "@theme/SchemaTabs";
import DiscriminatorTabs from "@theme/DiscriminatorTabs";
import TabItem from "@theme/TabItem";
## Deletes an existing EAM profile.
Deletes an existing EAM profile.
<details style={{"marginBottom":"1rem"}} data-collapsed={false} open={true}><summary style={{}}><strong>Path Parameters</strong></summary><div><ul><ParamsItem className={"paramsItem"} param={{"name":"profileId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}}></ParamsItem></ul></div></details><div><ApiTabs><TabItem label={"200"} value={"200"}><div>
Success
</div><div></div></TabItem><TabItem label={"401"} value={"401"}><div>
Unauthorized
</div><div></div></TabItem><TabItem label={"403"} value={"403"}><div>
Forbidden
</div><div></div></TabItem><TabItem label={"404"} value={"404"}><div>
Not Found
</div><div></div></TabItem><TabItem label={"500"} value={"500"}><div>
Server Error
</div><div></div></TabItem></ApiTabs></div>

View File

@@ -0,0 +1,31 @@
---
id: delete-review
sidebar_label: Deletes a review.
hide_title: true
hide_table_of_contents: true
api: {"tags":["AccessReview"],"operationId":"DeleteReview","parameters":[{"name":"reviewId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"description":"Success"}},"description":"Deletes a review.","method":"delete","path":"/api/accessReview/{reviewId}","info":{"version":"v1","title":"Access Risk Management ARM Web APIs"},"postman":{"name":"Deletes a review.","description":{"type":"text/plain"},"url":{"path":["api","accessReview",":reviewId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"","key":"reviewId"}]},"method":"DELETE"}}
sidebar_class_name: "delete api-method"
info_path: docs/arm/swagger-arm/access-risk-management-arm-web-ap-is
---
import ApiTabs from "@theme/ApiTabs";
import MimeTabs from "@theme/MimeTabs";
import ParamsItem from "@theme/ParamsItem";
import ResponseSamples from "@theme/ResponseSamples";
import SchemaItem from "@theme/SchemaItem"
import SchemaTabs from "@theme/SchemaTabs";
import DiscriminatorTabs from "@theme/DiscriminatorTabs";
import TabItem from "@theme/TabItem";
## Deletes a review.
Deletes a review.
<details style={{"marginBottom":"1rem"}} data-collapsed={false} open={true}><summary style={{}}><strong>Path Parameters</strong></summary><div><ul><ParamsItem className={"paramsItem"} param={{"name":"reviewId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}}></ParamsItem></ul></div></details><div><ApiTabs><TabItem label={"200"} value={"200"}><div>
Success
</div><div></div></TabItem></ApiTabs></div>

View File

@@ -0,0 +1,35 @@
---
id: delete-role-location
sidebar_label: Update a role location for selected customer id
hide_title: true
hide_table_of_contents: true
api: {"tags":["SapSystem"],"operationId":"DeleteRoleLocation","parameters":[{"name":"customerId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"roleLocationId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"401":{"description":"Unauthorized"},"500":{"description":"Server Error"}},"description":"Update a role location for selected customer id","method":"delete","path":"/api/SapSystem/customer/{customerId}/roles/locations/{roleLocationId}","info":{"version":"v1","title":"Access Risk Management ARM Web APIs"},"postman":{"name":"Update a role location for selected customer id","description":{"type":"text/plain"},"url":{"path":["api","SapSystem","customer",":customerId","roles","locations",":roleLocationId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"","key":"customerId"},{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"","key":"roleLocationId"}]},"method":"DELETE"}}
sidebar_class_name: "delete api-method"
info_path: docs/arm/swagger-arm/access-risk-management-arm-web-ap-is
---
import ApiTabs from "@theme/ApiTabs";
import MimeTabs from "@theme/MimeTabs";
import ParamsItem from "@theme/ParamsItem";
import ResponseSamples from "@theme/ResponseSamples";
import SchemaItem from "@theme/SchemaItem"
import SchemaTabs from "@theme/SchemaTabs";
import DiscriminatorTabs from "@theme/DiscriminatorTabs";
import TabItem from "@theme/TabItem";
## Update a role location for selected customer id
Update a role location for selected customer id
<details style={{"marginBottom":"1rem"}} data-collapsed={false} open={true}><summary style={{}}><strong>Path Parameters</strong></summary><div><ul><ParamsItem className={"paramsItem"} param={{"name":"customerId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}}></ParamsItem><ParamsItem className={"paramsItem"} param={{"name":"roleLocationId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}}></ParamsItem></ul></div></details><div><ApiTabs><TabItem label={"401"} value={"401"}><div>
Unauthorized
</div><div></div></TabItem><TabItem label={"500"} value={"500"}><div>
Server Error
</div><div></div></TabItem></ApiTabs></div>

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,43 @@
---
id: disable-access-contexts
sidebar_label: Disables access contexts for the customer.
hide_title: true
hide_table_of_contents: true
api: {"tags":["AccessContext"],"operationId":"DisableAccessContexts","parameters":[{"name":"customerId","in":"path","description":"Identifier of the customer.","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"description":"Success"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"500":{"description":"Server Error"}},"description":"Disables access contexts for the customer.","method":"post","path":"/api/accessContext/{customerId}/disable","info":{"version":"v1","title":"Access Risk Management ARM Web APIs"},"postman":{"name":"Disables access contexts for the customer.","description":{"type":"text/plain"},"url":{"path":["api","accessContext",":customerId","disable"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) Identifier of the customer.","type":"text/plain"},"type":"any","value":"","key":"customerId"}]},"method":"POST"}}
sidebar_class_name: "post api-method"
info_path: docs/arm/swagger-arm/access-risk-management-arm-web-ap-is
---
import ApiTabs from "@theme/ApiTabs";
import MimeTabs from "@theme/MimeTabs";
import ParamsItem from "@theme/ParamsItem";
import ResponseSamples from "@theme/ResponseSamples";
import SchemaItem from "@theme/SchemaItem"
import SchemaTabs from "@theme/SchemaTabs";
import DiscriminatorTabs from "@theme/DiscriminatorTabs";
import TabItem from "@theme/TabItem";
## Disables access contexts for the customer.
Disables access contexts for the customer.
<details style={{"marginBottom":"1rem"}} data-collapsed={false} open={true}><summary style={{}}><strong>Path Parameters</strong></summary><div><ul><ParamsItem className={"paramsItem"} param={{"name":"customerId","in":"path","description":"Identifier of the customer.","required":true,"schema":{"type":"string","format":"uuid"}}}></ParamsItem></ul></div></details><div><ApiTabs><TabItem label={"200"} value={"200"}><div>
Success
</div><div></div></TabItem><TabItem label={"401"} value={"401"}><div>
Unauthorized
</div><div></div></TabItem><TabItem label={"403"} value={"403"}><div>
Forbidden
</div><div></div></TabItem><TabItem label={"500"} value={"500"}><div>
Server Error
</div><div></div></TabItem></ApiTabs></div>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,31 @@
---
id: download-roles-removal
sidebar_label: Download Roles Removal Report
hide_title: true
hide_table_of_contents: true
api: {"tags":["AccessReview"],"operationId":"DownloadRolesRemoval","parameters":[{"name":"reviewId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"description":"Success"}},"description":"Download Roles Removal Report","method":"get","path":"/api/accessReview/download/rolesRemoval/{reviewId}","info":{"version":"v1","title":"Access Risk Management ARM Web APIs"},"postman":{"name":"Download Roles Removal Report","description":{"type":"text/plain"},"url":{"path":["api","accessReview","download","rolesRemoval",":reviewId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"","key":"reviewId"}]},"method":"GET"}}
sidebar_class_name: "get api-method"
info_path: docs/arm/swagger-arm/access-risk-management-arm-web-ap-is
---
import ApiTabs from "@theme/ApiTabs";
import MimeTabs from "@theme/MimeTabs";
import ParamsItem from "@theme/ParamsItem";
import ResponseSamples from "@theme/ResponseSamples";
import SchemaItem from "@theme/SchemaItem"
import SchemaTabs from "@theme/SchemaTabs";
import DiscriminatorTabs from "@theme/DiscriminatorTabs";
import TabItem from "@theme/TabItem";
## Download Roles Removal Report
Download Roles Removal Report
<details style={{"marginBottom":"1rem"}} data-collapsed={false} open={true}><summary style={{}}><strong>Path Parameters</strong></summary><div><ul><ParamsItem className={"paramsItem"} param={{"name":"reviewId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}}></ParamsItem></ul></div></details><div><ApiTabs><TabItem label={"200"} value={"200"}><div>
Success
</div><div></div></TabItem></ApiTabs></div>

View File

@@ -0,0 +1,15 @@
---
id: emergency-access-management
title: EmergencyAccessManagement
description: EmergencyAccessManagement
---
```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
<DocCardList items={useCurrentSidebarCategory().items}/>
```

View File

@@ -0,0 +1,43 @@
---
id: enable-access-contexts
sidebar_label: Enables access contexts for the customer.
hide_title: true
hide_table_of_contents: true
api: {"tags":["AccessContext"],"operationId":"EnableAccessContexts","parameters":[{"name":"customerId","in":"path","description":"Identifier of the customer.","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"description":"Success"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"500":{"description":"Server Error"}},"description":"Enables access contexts for the customer.","method":"post","path":"/api/accessContext/{customerId}/enable","info":{"version":"v1","title":"Access Risk Management ARM Web APIs"},"postman":{"name":"Enables access contexts for the customer.","description":{"type":"text/plain"},"url":{"path":["api","accessContext",":customerId","enable"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) Identifier of the customer.","type":"text/plain"},"type":"any","value":"","key":"customerId"}]},"method":"POST"}}
sidebar_class_name: "post api-method"
info_path: docs/arm/swagger-arm/access-risk-management-arm-web-ap-is
---
import ApiTabs from "@theme/ApiTabs";
import MimeTabs from "@theme/MimeTabs";
import ParamsItem from "@theme/ParamsItem";
import ResponseSamples from "@theme/ResponseSamples";
import SchemaItem from "@theme/SchemaItem"
import SchemaTabs from "@theme/SchemaTabs";
import DiscriminatorTabs from "@theme/DiscriminatorTabs";
import TabItem from "@theme/TabItem";
## Enables access contexts for the customer.
Enables access contexts for the customer.
<details style={{"marginBottom":"1rem"}} data-collapsed={false} open={true}><summary style={{}}><strong>Path Parameters</strong></summary><div><ul><ParamsItem className={"paramsItem"} param={{"name":"customerId","in":"path","description":"Identifier of the customer.","required":true,"schema":{"type":"string","format":"uuid"}}}></ParamsItem></ul></div></details><div><ApiTabs><TabItem label={"200"} value={"200"}><div>
Success
</div><div></div></TabItem><TabItem label={"401"} value={"401"}><div>
Unauthorized
</div><div></div></TabItem><TabItem label={"403"} value={"403"}><div>
Forbidden
</div><div></div></TabItem><TabItem label={"500"} value={"500"}><div>
Server Error
</div><div></div></TabItem></ApiTabs></div>

View File

@@ -0,0 +1,15 @@
---
id: erp-system-blacklists
title: ErpSystemBlacklists
description: ErpSystemBlacklists
---
```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
<DocCardList items={useCurrentSidebarCategory().items}/>
```

Some files were not shown because too many files have changed in this diff Show More