Skip to content

Commit

Permalink
Rev Mon Nov 27 19:39:26 CET 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Noël committed Nov 27, 2023
1 parent e185a29 commit 0c7fb7e
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions content/en/storage-providers/manage/clients/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Clients"
description: "CIDgravity application serves as a comprehensive tool for managing and monitoring of : clients, pricing, acceptance criterias, avalability and activity."
lead: "Group address under a client, apply custom pricing, specific acceptance criterias, priority, and get advanced insight on clients activity."
lead: "Group address, apply custom pricing and acceptance criterias, give priority, and get advanced insight on clients activity."
draft: false
images: []
menu:
Expand All @@ -12,20 +12,21 @@ weight: 200
toc: true
---

Client is a core component of CIDgravity.

Access: `Storage` > `Client`

## Create new client

Clients can be created from the client page or by clicking on any client name proposition from `dashboards` or `history`.
Clients can be created from the client page or by clicking on any client proposed name from `dashboards` or `history`.

### Pricing model and acceptance logic

When creating a client you can select to apply a specific pricing and acceptance logic to that client.
It's fine to not selecting one, the default pricing and/or the default acceptance logic will apply.
It's fine to not selecting one, the default pricing and/or acceptance logic will then apply.

{{< alert icon="warning" >}}
When relying on the default pricing/acceptance logic. Any modification or change on the default settings, will automatically apply to that client too.
When relying on the default pricing / acceptance logic. Any modifications or changes on the default settings, will automatically apply to that client too.
{{< /alert >}}

### Client identity
Expand All @@ -34,14 +35,14 @@ When relying on the default pricing/acceptance logic. Any modification or change

### Filecoin addresses

Fill any Filecoin addresses used by the client.
Fill all Filecoin addresses used by the client.

There are no constraints on the quantity of addresses that can be linked to a client.
There are no constraints on the number of addresses that can be linked to a client.

After an address is entered press ENTER to start the address validation.

{{< alert icon="tip" >}}
Both short and long format are supported.
Both short and long Filecoin address format are supported.
{{< /alert >}}

{{< img src="filecoin-addresses.png" alt="Manage Filecoin addresses for this client" >}}
Expand All @@ -62,7 +63,7 @@ There are no constraints on the quantity of Peer IDs that can be linked to a cli

### Rate limits

It's possible to specify client specific limits, keep in mind this is an additional limit to a client, it does not override the global limits. More information on [limits]({{< ref "storage-providers/manage/others/index.md#limits" >}})
It's possible to specify client specific limits, keep in mind this is an additional limit, it does not override the global limits. More information on [limits]({{< ref "storage-providers/manage/others/index.md#limits" >}}).

{{< alert icon="tip" >}}
To disable client specific limits, set it to 0.
Expand All @@ -73,7 +74,7 @@ To disable client specific limits, set it to 0.
### Start epoch sealing buffer

This setting overrides the global start epoch sealing buffer.
Any deals from this client with a start epoch below this specified minimum will be rejected. More information on the [start epoch sealing buffer]({{< ref "storage-providers/manage/others/index.md#start-epoch-sealing-buffer" >}})
More information on the [start epoch sealing buffer]({{< ref "storage-providers/manage/others/index.md#start-epoch-sealing-buffer" >}}).

{{< alert icon="warning" >}}
The value must be express in hours
Expand All @@ -83,8 +84,6 @@ The value must be express in hours

## Block a client

This feature start rejecting all deals from a specific client.
When enabled, this feature start rejecting all deals from a specific client.

A custom message is concatenated to the rejection message sent back to the client.

You can access the navigation menu within the sidebar under the `Clients` section.

0 comments on commit 0c7fb7e

Please sign in to comment.