SubnetStatus
SubnetStatus =
object
Defined in: packages/agent/src/canisterStatus/index.ts:41
Represents the useful information about a subnet
the principal id of the canister’s subnet
the keys of the individual nodes in the subnet
Properties
Section titled “Properties”metrics?
Section titled “metrics?”
optional
metrics:object
Defined in: packages/agent/src/canisterStatus/index.ts:45
canister_state_bytes
Section titled “canister_state_bytes”canister_state_bytes:
bigint
consumed_cycles_total
Section titled “consumed_cycles_total”consumed_cycles_total:
object
consumed_cycles_total.current
Section titled “consumed_cycles_total.current”consumed_cycles_total.current:
bigint
consumed_cycles_total.deleted
Section titled “consumed_cycles_total.deleted”consumed_cycles_total.deleted:
bigint
num_canisters
Section titled “num_canisters”num_canisters:
bigint
update_transactions_total
Section titled “update_transactions_total”update_transactions_total:
bigint
nodeKeys
Section titled “nodeKeys”nodeKeys:
Map
<string
,DerEncodedPublicKey
>
Defined in: packages/agent/src/canisterStatus/index.ts:44
subnetId
Section titled “subnetId”subnetId:
string
Defined in: packages/agent/src/canisterStatus/index.ts:43