getMibInfo
Returns information about this specific MIB for this particular vendor.
Parameters
| key |
The API key of the API consumer. |
| vid |
The enterprise ID of the vendor |
| mib |
The name of the MIB |
Response
Each response contains the following attributes:
| Response Attributes |
| Name |
Description |
| status |
A status code, useful for determining success of the call. See status codes table. |
| versionApi |
An versionApi (Attribute), informing the caller which version of the API is being used |
| versionBuild |
An versionBuild (Attribute), informing the caller which build of the API is being used |
| reqId |
The reqId identifies the request (reserved for later use) |
| rspId |
The rspId identifies the response (reserved for later use) |
| name |
The name of the api call |
| alias |
Alias name for the MIB |
| baseOID |
The top level OID (Object Identifier) for this MIB |
| baseObjectName |
The top level object name for this MIB |
| description |
A description for the MIB |
| mibName |
The name of the MIB |
| objectCount |
The number of objects defined in the MIB |
Status codes
| Code |
Description |
| 0 |
Operation was successfull |
| 1 |
General Error (Unknown) |
| 2 |
Parameter not provided or in incorrect format |
| 3 |
No account exists |
| 4 |
No account exists for session |
| 5 |
An API Key is required |
| 6 |
API Key does not match caller domain. |
| 7 |
API Key does not exist. |
| 8 |
API called too many times. |
Example
http://mibapi.com/bytesphere/api/mibs/v1/mibService/getMibInfo?key=F987835F05F4CA12F610DBA1D7C19&vid=9&mib=CISCO-PRODUCTS-MIB
XML Output:
JSON Output: