Module pyinventory.api.service

Functions

def add_service(client: SymphonyClient, name: str, external_id: Union[str, NoneType], service_type: str, customer: Union[pyinventory.common.data_class.Customer, NoneType], properties_dict: Dict[str, Union[datetime.date, float, int, str, bool, Tuple[float, float]]], links: List[Link]) -> Service
def add_service_endpoint(client: SymphonyClient, service: Service, port: EquipmentPort) -> NoneType
def add_service_type(client: SymphonyClient, name: str, hasCustomer: bool, properties: List[Tuple[str, str, Union[datetime.date, float, int, str, bool, Tuple[float, float], NoneType], Union[bool, NoneType]]]) -> ServiceType
def delete_service_type_with_services(client: SymphonyClient, service_type: ServiceType) -> NoneType
def get_service(client: SymphonyClient, id: str) -> Service