Enable FileSystem Addon
Select
SaaS
Customer Managed
Enables FileSystem Addon with default content or custom content for a plan. Enabling the File System addon for a server plan (which does not have the addon enabled during creation), will create three new subclient policies for each of the three agents, Windows, Linux and Mac.
Path Parameters
- PlanId string required
Header Parameters
- Accept string required
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
error object[]
entity object
status object
errorMessage stringerrorCode integer
{
"error": [
{
"entity": {},
"status": {
"errorMessage": "string",
"errorCode": 0
}
}
]
}
{
"error": [
{
"entity": {},
"status": {
"errorMessage": "",
"errorCode": 0
}
}
]
}
Loading...