Difference between revisions of "Accounting"
(Created page with "= Accounting Service = NI4OS accounting service is available at [https://accounting.ni4os.eu/ https://accounting.ni4os.eu/] == NI4OS Login == == Getting Resource Key == Once y...") |
|||
Line 3: | Line 3: | ||
== NI4OS Login == | == NI4OS Login == | ||
== Getting Resource Key == | == Getting Resource Key == | ||
− | Once you have an account and you've been approven by the accounting admin, you can get your resource key by going to RESOURCES tab and for instance chosing HPC. Then you can see a config button on your HPC system row. Once you click you can see the resource key. | + | Once you have an account and you've been approven by the accounting admin, you can get your resource key by going to RESOURCES tab and for instance chosing HPC. Then you can see a config button on your HPC system row. Once you click it you can see the resource key. |
+ | |||
== Submitting HPC Data == | == Submitting HPC Data == | ||
There are two ways to submit your data to the accounting service: using the REST API or using the accounting clients. | There are two ways to submit your data to the accounting service: using the REST API or using the accounting clients. |
Revision as of 10:26, 10 June 2020
Accounting Service
NI4OS accounting service is available at https://accounting.ni4os.eu/
NI4OS Login
Getting Resource Key
Once you have an account and you've been approven by the accounting admin, you can get your resource key by going to RESOURCES tab and for instance chosing HPC. Then you can see a config button on your HPC system row. Once you click it you can see the resource key.
Submitting HPC Data
There are two ways to submit your data to the accounting service: using the REST API or using the accounting clients.
Using REST API
You can post data by making a post request using the parameters available at https://accounting.ni4os.eu/apidoc. You will need your resource key and the post body needs to be an array of JSONs in the same format given in the API page.
Using The Clients
You can also use the accounting clients at https://accounting.ni4os.eu/apiclients. Instalation steps for each are shown on the page.
Submitting Cloud and Storage Data
You can submit Cloud or Storage data by going to RESOURCES tab and chose cloud or storage and then clicking on the add data button on your HPC name row.
- You can also again use the REST API to post data with the parameters available at https://accounting.ni4os.eu/apidoc.