You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on Java Agent implementation, currently adding subnet API functions. Looks like subnet with canisterId doesn't return subnet info. When I replace it with subnetId it works properly. Is it something still in development?
The text was updated successfully, but these errors were encountered:
It's complicated, but subnet info should be read with subnet id. Some paths are available via canister id, such as public_key and canister_ranges, but metrics is only available with subnet id. It's in the spec, but not easy to find: https://internetcomputer.org/docs/current/references/ic-interface-spec#http-read-state: "the subnet form must be used when requesting paths of the form /subnet/<subnet_id>/metrics"
👍 I assumed that, so I will get subnetId from Certificate delegation then. Just that function is used internally in query_signed with canister Id. If I did not miss something. Is query_signed already officially out or it's still work in progress?
I am working on Java Agent implementation, currently adding subnet API functions. Looks like subnet with canisterId doesn't return subnet info. When I replace it with subnetId it works properly. Is it something still in development?
The text was updated successfully, but these errors were encountered: