Rucio Clients Examples

Below are some examples of using Rucio’s Client class. We assume that there is a Rucio server running on the localhost on port 80/443.


Service

ping

Discover server version information.

    def tearDown(self):
        pass

    def testUserpass(self):
        """ CLIENTS (BASECLIENT): authenticate with userpass."""

Account

create_account

Add an account.

Rucio logo

Table Of Contents

Previous topic

Rucio Clients

Next topic

Replication rule syntax

This Page