> NSI_API_V6_EQUIPMENT

        Handle resource of type nsi_api_v6_equipment

OPTIONS (= is mandatory):

- equipmentExpectations.equipmentIntent.id
        (Optional) Equipment Intent Identifier
        Used by `state=['get']'
        [Default: (null)]
        type: str

- fields
        (Optional) List of comma separated fields to be included in
        the response. Fields require full path (i.e.
        data.attributes.field)
        Used by `state=['get']'
        [Default: (null)]
        type: str

- id
        (Optional) Comma separated list of equipment identifiers to
        retrieve
        Used by `state=['get']'
        [Default: (null)]
        type: str

- include
        (Optional) List of comma separated resources to be side-
        loaded. The allowed values are: expectations,
        equipmentDiscovered, equipmentPlanned
        Used by `state=['get']'
        [Default: (null)]
        type: str

- limit
        The size of a returned page. Defaulted to return 30 Equipments
        at once.
        Used by `state=['get']'
        [Default: (null)]
        type: str

- networkConstruct.id
        (Optional) Network Construct identifier
        Used by `state=['get']'
        [Default: (null)]
        type: str

- offset
        Offset for the second page
        Used by `state=['get']'
        [Default: (null)]
        type: str

- state
        (Choices: get)[Default: (null)]
        type: str


REQUIREMENTS:  python >= 3.6
