Returns a list of all vendors in the database for which there are MIBs
key | The API key of the API consumer. |
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 |
vendors | A list of vendor, each vendor including the id (enterprise number) and name as found in the IANA Enterprise Numbers file |
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. |
{ "response": { "@version": "1.0.1783.v1", "@status": "0", "name": "getVendors", "vendors": { "vendor": [ { "@id": "1", "@name": "NxNetworks" }, { "@id": "2", "@name": "IBM" }, { "@id": "3", "@name": "Carnegie Mellon" }, { "@id": "4", "@name": "Unix" }, { "@id": "5", "@name": "ACC" }, { "@id": "7", "@name": "CAYMAN" }, { "@id": "9", "@name": "ciscoSystems" }, { "@id": "10", "@name": "NSC" }, { "@id": "11", "@name": "Hewlett-Packard" }, { "@id": "12", "@name": "Epilogue" }, { "@id": "15", "@name": "Xylogics" }, { "@id": "16", "@name": "Timeplex" }, { "@id": "18", "@name": "Wellfleet" } ] } } }