SubnetStatusOptions
SubnetStatusOptions =
object
Defined in: packages/core/src/agent/subnetStatus/index.ts:56
Properties
Section titled “Properties”agent:
HttpAgent
Defined in: packages/core/src/agent/subnetStatus/index.ts:65
The agent to use to make the subnet request.
disableCertificateTimeVerification?
Section titled “disableCertificateTimeVerification?”
optionaldisableCertificateTimeVerification:boolean
Defined in: packages/core/src/agent/subnetStatus/index.ts:75
Whether to disable the certificate freshness checks.
Default
Section titled “Default”falsepaths?
Section titled “paths?”Defined in: packages/core/src/agent/subnetStatus/index.ts:70
The paths to request.
Default
Section titled “Default”[]subnetId
Section titled “subnetId”subnetId:
Principal
Defined in: packages/core/src/agent/subnetStatus/index.ts:61
The subnet ID to query. Use IC_ROOT_SUBNET_ID for the IC mainnet root subnet. You can use HttpAgent.getSubnetIdFromCanister to get a subnet ID from a canister.