Sponsored Content
Top Forums Shell Programming and Scripting Need to run an API from a script and extract fields from output of API Post 302738921 by rkrish on Monday 3rd of December 2012 06:35:13 AM
Old 12-03-2012
Question Need to run an API from a script and extract fields from output of API

Hi,
I need to call an API (GetUsageDetails)from inside a shell script which takes an input argument acct_nbr.

The output of API will be like :
Code:
<usageAccum accumId="450" accumCaptn="PM_125" inclUnits="1410.00" inclUnitsUsed="744.00" shared="true" pooled="false" prorated="false" realtimeSbscrpShared="false" bonusFlag="false" inclUnitsRolledOver="0.00" maxRolloverUnits="0.00" inclUnitsToBeRolledOver="0.00" rolloverAvailableFlag="false" prevCycleReleasedFlag="false" sbscrpUsedUnits="729.00">



and I need to fetch the marked fields from the output.
Can anyone help me how to acheive this in shell scripting...I have no idea of how to run an API from a shell script Smilie
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

tyoes of API

What is Low-Level API and High-Level API? (1 Reply)
Discussion started by: sumsin
1 Replies

2. Programming

LDAP - is there an API

Hi, I've just been experimenting with AIX's ldapsearch utility - I've been successfully using it to retrieve information from an Active Directory, however, I need to make similar calls from a C program. Is there a suitable LDAP API on AIX which will give me similar capabilties to the... (3 Replies)
Discussion started by: phykell
3 Replies

3. Shell Programming and Scripting

shell / bash / script api ?

Hi is there a good dokumentation for shell scripting ? like the api in java ? didnt find a good one yet (5 Replies)
Discussion started by: Turrican
5 Replies

4. HP-UX

How to use getdiskbyname() API

I would like to use getdiskbyname() this API to get disk size and disk usage can any one give me an example of c program thanks (0 Replies)
Discussion started by: alert0919
0 Replies

5. Programming

Help With API or Code

Hi: Well, i need to do a program for control the labs time of the students in my university. This program that I have to do it got to be on C++ or C, and have to do a several things like, check all the process that the user execute when he star his session on KDE or console, sometime close an no... (0 Replies)
Discussion started by: leonel06033
0 Replies

6. Programming

API in C for compress (.Z) ?

Hi all, I would like to know if an API for compress (.Z) exists in C ? I want to write a program which process a large number of data files with efficient compression at the end. Thanks http://fedora.unix.com/images/misc/progress.gif (4 Replies)
Discussion started by: domiq44
4 Replies

7. Shell Programming and Scripting

Bash script - cygwin (powershell?) pull from GitHub API Parse JSON

All, Have a weird issue where i need to generate a report from GitHub monthly detailing user accounts and the last time they logged in. I'm using a windows box to do this (work issued) and would like to know if anyone has any experience scripting for GitAPI using windows / cygwin / powershell?... (9 Replies)
Discussion started by: ChocoTaco
9 Replies

8. Shell Programming and Scripting

Archive.org API or Script

Hello everyone, I have some files on my server, that I would to backup by uploading them into archive.org, is there any API or shell script that can help me with that? Thanks in advance (11 Replies)
Discussion started by: Abu Rayane
11 Replies

9. Web Development

Face-api.js — JavaScript API for Face Recognition in the Browser with tensorflow.js

Ref: https://itnext.io/face-api-js-javascript-api-for-face-recognition-in-the-browser-with-tensorflow-js-bcc2a6c4cf07 (0 Replies)
Discussion started by: Neo
0 Replies
ifplugstatus(8) 					      System Manager's Manual						   ifplugstatus(8)

NAME
ifplugstatus - A link beat detection tool SYNOPSIS
ifplugstatus [options] [INTERFACE] DESCRIPTION
ifplugstatus is an utility which may be used to detect the link status of a local Linux ethernet device, much in the same way mii-diag, mii-tool and ethtool work. In fact it supports all three different APIs these three tools use. In addition it supports link checking with the IFF_RUNNING interface flag, which most modern drivers (not only ethernet) support, and association status checking with the wireless extension API for WLAN devices. The APIs are tried in the following order: First the newest API: SIOCETHTOOL (aka ethtool API) Second the next older API: SIOCGMIIREG (aka mii-diag API) Than the WLAN API: wireless extension (aka iwconfig API) Followed by the cleanest API: IFF_RUNNING (aka ifconfig API) The oldest API (SIOCPRIV aka mii-tool API) is not tested since it is obsolete. ifplugstatus may be used in shell script since it returns the current status as return value. It is especially useful to detect the avail- able APIs on the used network driver. (Option -v) OPTIONS
You may specify an ethernet device on the command line. Otherwise ifplugstatus will check all available network interfaces. -a | --auto Enable interface automatically before querying (default: off) -h | --help Show help -q | --quiet Decrease verbosity by one. If the verbosity is < 0, no text will be shown, only the return value is relevant; if the verbosity is = 0, a terse status will be shown; If the verbosity is > 0, detailed information about the used API is returned. (By default the ver- bosity is 0) -v | --verbose Increase verbosity by one. See option -q. -V | --version Show version RETURN VALUES
0 Success 1 Failure 2 Link beat detected (only available when an interface is specified) 3 Unplugged (same here) AUTHOR
ifplugd was written by Lennart Poettering <mzvscyhtq (at) 0pointer (dot) de>. ifplugd is available at http://0pointer.de/lennart/projects/ifplugd/ SEE ALSO
mii-diag(8), mii-tool(8), ethtool(8), ifplugd(8) COMMENTS
This man page was written using xml2man(1) by Oliver Kurth. Manuals User ifplugstatus(8)
All times are GMT -4. The time now is 12:43 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy