Fetch list of Security Assemblies
Select
SaaS
Customer Managed
Fetch the list of all the security Assemblies
Responses
- 200
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
assemblies object[]
id int32Unique identifier of the assembly
name stringName of the assembly
resourcesCount int32Number of resources in the assembly
runbooksCount int32Number of runbooks associated with the assembly
fetSize int64The FET size of the recovery, in bytes
estimatedRecoveryTime int64Estimated recovery time in minutes
{
"assemblies": [
{
"id": 0,
"name": "string",
"resourcesCount": 0,
"runbooksCount": 0,
"fetSize": 0,
"estimatedRecoveryTime": 0
}
]
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...