fd70f28b47
Add notifications to: - container put, delete, setEACL - netmap addPeer, updateState Because notifications are limited in size (currently arguments should be less than 1024 bytes) provide only minimal information, such as entity ID (container ID or node public key). Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
29 lines
724 B
YAML
29 lines
724 B
YAML
name: "NeoFS Netmap"
|
|
safemethods: ["innerRingList", "epoch", "netmap", "netmapCandidates", "snapshot", "snapshotByEpoch", "config", "listConfig", "version"]
|
|
permissions:
|
|
- methods: ["update", "newEpoch"]
|
|
events:
|
|
- name: AddPeer
|
|
parameters:
|
|
- name: nodeInfo
|
|
type: ByteArray
|
|
- name: AddPeerSuccess
|
|
parameters:
|
|
- name: publicKey
|
|
type: PublicKey
|
|
- name: UpdateState
|
|
parameters:
|
|
- name: state
|
|
type: Integer
|
|
- name: publicKey
|
|
type: PublicKey
|
|
- name: UpdateStateSuccess
|
|
parameters:
|
|
- name: publicKey
|
|
type: PublicKey
|
|
- name: state
|
|
type: Integer
|
|
- name: NewEpoch
|
|
parameters:
|
|
- name: epoch
|
|
type: Integer
|