GetDistributedSystems
Select
SaaS
Customer Managed
This endpoint is used to return the list of distributed systems.
Responses
- 200
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
distributedSystems object[]
This returns the distributed systems list.
id int32This gives the id of the distributed system.
name stringThis give the name of the distributed system.
components object[]
Provides a list of components of a distributed system.
applicationId int32Application id of the distributed system component
{
"distributedSystems": [
{
"id": 0,
"name": "string",
"components": [
{
"applicationId": 0
}
]
}
]
}
Requested Details not found
Loading...