[Iplant-api-dev] Problems adding filesystems / v2

Markus Binsteiner m.binsteiner at auckland.ac.nz
Sun Oct 6 16:39:43 MST 2013


Hi,

I'm trying to add an irods as well as a gridftp filesystem to v2 of the
Agave API. When issuing:

curl -sku $CLIENT_SECRET:$CLIENT_KEY
"fileToUpload=@/home/markus/Documents/work/agave/datafabric.json"
https://iplant-dev.tacc.utexas.edu/v2/systems?pretty=true

On this json file:

{
    "id": "datafabric.auckland2",
    "name": "DataFabric",
    "status": "UP",
    "type": "STORAGE",
    "description": "Auckland node of NeSI DataFabric",
    "site": "auckland.ac.nz",
    "storage": {
        "host": "df.auckland.ac.nz",
        "port": 1247,
        "protocol": "IRODS",
        "rootDir": "/BeSTGRID/home/markus.binsteiner2",
        "auth": {
            "type": "PASSWORD",
            "password": "<myPassword>",
            "username": "markus.binsteiner2"
        },
	"resource": "irods.ceres.auckland.ac.nz",
	"zone": "BeSTGRID"
    }
}

I'm getting a list of filesystems back, but the one I wanted to add is
not included. Same goes for any subsequent systems-list, which only
shows:

blacklight.psc.teragrid.org
lonestar4.tacc.teragrid.org
stampede.tacc.utexas.edu
data.iplantcollaborative.org
trestles.sdsc.teragrid.org
stampede
data
condor.opensciencegrid.org


There is no error message either. Anything I'm missing?

Cheers,
Markus




More information about the Iplant-api-dev mailing list