Aakruti Status rera registered project is located at Vatva, Ahmedabad. at Vatva, Ahmedabad. Aakruti Status project is being developed by Aroma Realties Limited. Rera number of Aakruti Status project is PR/GJ/AHMEDABAD/AHMEDABAD CITY/AUDA/MAA10040/180422. As per rera registration Aakruti Status project is started on date 2021-10-16 and planned to complete on or before date 2025-09-30.
Brochure of Aakruti Status project is available for download.
| Social Media | |
| Rera No |
PR/GJ/AHMEDABAD/AHMEDABAD CITY/AUDA/MAA10040/180422 |
| Type | Carpet Area (sqft) |
|---|---|
| B | |
| C | |
| D |
"satellites": [ "id": "sat-01", "ip": "10.0.0.2", "role": "cache", "status": "active", "id": "sat-02", "ip": "10.0.0.3", "role": "stream", "status": "degraded", "id": "sat-03", "ip": "10.0.0.4", "role": "log", "status": "offline" ]
"id": "sat-lon-01", "ip": "10.2.0.5", "status": "offline" orca server satellite list
"id": "sat-nyc-01", "ip": "192.168.1.10", "status": "active" "satellites": [ "id": "sat-01", "ip": "10
curl -s http://orca-server.internal:8080/satellites | jq '.satellites[] | id, ip, status' Sample output: Typical Format of a “Satellite List” on an
"id": "sat-nyc-02", "ip": "192.168.1.11", "status": "active"
Example query to get satellite list:
SELECT host, port, lag_bytes FROM satellite_replicas WHERE master_id = 'orca-01'; Some RPA platforms have an Orchestrator (Orca) server and satellites (robots running on VMs). The satellite list tracks which robots are available, their last heartbeat, and assigned jobs. 3. Typical Format of a “Satellite List” on an Orca Server Whether stored in a file, database, or in-memory structure, a satellite list usually includes:
"satellites": [ "id": "sat-01", "ip": "10.0.0.2", "role": "cache", "status": "active", "id": "sat-02", "ip": "10.0.0.3", "role": "stream", "status": "degraded", "id": "sat-03", "ip": "10.0.0.4", "role": "log", "status": "offline" ]
"id": "sat-lon-01", "ip": "10.2.0.5", "status": "offline"
"id": "sat-nyc-01", "ip": "192.168.1.10", "status": "active"
curl -s http://orca-server.internal:8080/satellites | jq '.satellites[] | id, ip, status' Sample output:
"id": "sat-nyc-02", "ip": "192.168.1.11", "status": "active"
Example query to get satellite list:
SELECT host, port, lag_bytes FROM satellite_replicas WHERE master_id = 'orca-01'; Some RPA platforms have an Orchestrator (Orca) server and satellites (robots running on VMs). The satellite list tracks which robots are available, their last heartbeat, and assigned jobs. 3. Typical Format of a “Satellite List” on an Orca Server Whether stored in a file, database, or in-memory structure, a satellite list usually includes: