> NSI_API_V3_EQUIPMENT_BY_EQPID_EXPECTATIONS

        Handle resource of type
        nsi_api_v3_equipment_by_eqpid_expectations

OPTIONS (= is mandatory):

- data
        The equipment expectation data
        Validate attributes are:
         - `attributes' (dict): The equipment expectation attributes
         - `id' (str): The unique identifier for the equipment
        expectation
         - `relationships' (dict): The equipment expectation
        relationships
         - `type' (str): The equipment resource type
        Used by `state=['post']'
        [Default: (null)]
        type: dict

- eqpId
        Equipment identifier
        Required with `state=['post']'
        Used by `state=['post']'
        [Default: (null)]
        type: str

- included
        Side loaded relationship resources
        Used by `state=['post']'
        [Default: (null)]
        type: list

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


REQUIREMENTS:  python >= 3.6
