> NSI_API_V3_FRES_BY_FREID

        Handle resource of type nsi_api_v3_fres_by_freid

OPTIONS (= is mandatory):

- 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

- freId
        Identifier of the FRE to be retrieved
        Required with `state=['delete', 'get']'
        Used by `state=['delete', 'get']'
        [Default: (null)]
        type: str

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

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


REQUIREMENTS:  python >= 3.6
