View Autonomus-system


                https://api.ocamba.com/v2/ocamba/autonomous-system/{id}
            

Retrieves the details of a Autonomus-systems if a valid identifier was provided


Name
Description
idintegerrequired
Unique ASN - autonomous system number

Name
Description
fieldsstring
The client can request more efficient filtered representation of the resource showing only specific field(s), using the “fields” query parameter. Note that the “fields” parameter has precedence over the “view” parameter.

Example GET /v2/ocamba/RESOURCE_NAME?fields=id,name

See "Tips" for the list of filterable parameters.


Example: fields=field1,field2,field3


200 - OK
Arrow
Name
Description
An array of all created items.
Autonomous System
Name
Description
asnnumber (integer)
Name of the Autonomous System Numbers.


Example: 55734

asostring
Name of the App Store Optimization.


Example: 001 IT Complex

idstring
A unique identifier generated by the Ocamba platform.


Example: 55734

ispstring
Name of the Internet service provider.


Example: 001 IT Complex

organizationstring
Name of the organization.


Example: 001 IT Complex

totalinteger
A total number of items.


Example: 1
tip
1 If you don't know the id, list the collection to find it.
200 Arrow
{
    "total": 1,
    "items": [
        {
          "id": "55734",
          "asn": 55734,
          "aso": "001 IT Complex",
          "isp": "001 IT Complex",
          "organization": "001 IT Complex"
        }
    ]
}
{
  "total": 1,
  "items": [
    {
      "id": "55734",
      "asn": 55734,
      "aso": "001 IT Complex",
      "isp": "001 IT Complex",
      "organization": "001 IT Complex"
    }
  ]
}