Discover published service APIs and retrieve a collection of APIs according to certain filter criteria. # noqa: E501
:param api_invoker_id: String identifying the API invoker assigned by the CAPIF core function. It also represents the CCF identifier in the CAPIF-6/6e interface.
:type api_invoker_id: str
:param api_name: API name, it is set as {apiName} part of the URI structure as defined in clause 5.2.4 of 3GPP TS 29.122.
:param api_name: Contains the API name set to the value of the \"<apiName>\" placeholder of the API URI as defined in clause 5.2.4 of 3GPP TS 29.122 [14].
:type api_name: str
:param api_version: API major version the URI (e.g. v1).
:param req_api_prov_name: Represents the required API provider name.
:type req_api_prov_name: str
:param supported_features: Features supported by the NF consumer for the CAPIF Discover Service API.
:type supported_features: str
:param api_supported_features: Features supported by the discovered service API indicated by api-name parameter. This may only be present if api-name query parameter is present.
:type api_supported_features: str
:param ue_ip_addr: Represents the UE IP address information.
:type ue_ip_addr: dict | bytes
:param service_kpis: Contains iInformation about service characteristics provided by the targeted service API(s).
:type service_kpis: dict | bytes
:param net_slice_info: Contains the identifier(s) of the network slice(s) within which the API shall be available.
:type net_slice_info: list | bytes
:param grant_types: Contains the OAuth grant types that need to be supported.
:type grant_types: list | bytes
:param api_ids: Contains the identifier(s) of the targeted service APIs. When this query parameter is present, then all the other query parameters shall be absent except the supported-features and api-invoker-id query parameters.
:type api_ids: List[str]
:param res_ops: Contains the list of supported API resource(s) and service operation(s).
:type res_ops: list | bytes
:param supported_features: Features supported by the NF consumer for the CAPIF Discover Service API.