Autonomous System (AS)
This object represents the properties of an Autonomous System (AS).
Properties
Required Common Properties
typeid
Optional Common Properties
spec_versionobject_marking_refsgranular_markingsdefangedextensions
Not Applicable
created_by_refrevokedlabelsconfidencelangexternal_references
Autonomous System Specific
numbernamerir
Property | Type | Description |
---|---|---|
type optional | string | The value of this property MUST be `autonomous-system`. |
number optional | integer | Specifies the number assigned to the AS. Such assignments are typically performed by a Regional Internet Registries (RIR). |
name optional | string | Specifies the name of the AS. |
rir optional | string | Specifies the name of the Regional Internet Registry (RIR) that assigned the number to the AS. |
Examples
{
"type": "autonomous-system",
"spec_version": "2.1",
"id": "autonomous-system--f720c34b-98ae-597f-ade5-27dc241e8c74",
"number": 15139,
"name": "Slime Industries",
"rir": "ARIN"
}